Author: Lars Michelsen <[email protected]> Date: Wed Aug 17 10:30:12 2011 +0200 Committer: Lars Michelsen <[email protected]> Commit-Date: Wed Aug 17 10:30:12 2011 +0200
Updated docs --- ChangeLog | 1 + share/userfiles/gadgets/gadgets_core.php | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a85464..0636fe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ Core Frontend * Bugfix: Fixed several umlauts in edit mode warning messages * Bugfix: Fixed 100% sidebar height + * Bugfix: Fixed initial positioning of relative positioned gadgets Automap * Bugfix: Made the problem automap work again diff --git a/share/userfiles/gadgets/gadgets_core.php b/share/userfiles/gadgets/gadgets_core.php index d1a491f..297876d 100644 --- a/share/userfiles/gadgets/gadgets_core.php +++ b/share/userfiles/gadgets/gadgets_core.php @@ -42,20 +42,20 @@ * * Datastructure: * - * $aPerfparse as 2-dimensional array where index ranges from 0 to n-1, + * $aPerfdata as 2-dimensional array where index ranges from 0 to n-1, * depending on how many perfdata values are provided by the service * - * aPerfparse[index]['label'] - label of the perfdata - * ['value'] - actual perfdata - * ['uom'] - unit of measurement (might be NULL) - * ['warning'] - warning threshold (if over) - * ['warning_min'] - warning threshold (if below) - * ['warning_max'] - warning threshold (if above) - * ['critical'] - critical threshold (might be NULL) - * ['critical_min'] - critical threshold (if below) - * ['critical_max'] - critical threshold (if above) - * ['min'] - minimum possible value (might be NULL) - * ['max'] - maximum possible value (might be NULL) + * aPerfdata[index]['label'] - label of the perfdata + * ['value'] - actual perfdata + * ['uom'] - unit of measurement (might be NULL) + * ['warning'] - warning threshold (if over) + * ['warning_min'] - warning threshold (if below) + * ['warning_max'] - warning threshold (if above) + * ['critical'] - critical threshold (might be NULL) + * ['critical_min'] - critical threshold (if below) + * ['critical_max'] - critical threshold (if above) + * ['min'] - minimum possible value (might be NULL) + * ['max'] - maximum possible value (might be NULL) * * * $aOpts as array of the parameters passed to the gadget ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
