diff options
Diffstat (limited to 'lib/Nagios/Plugin/Performance.pm')
-rw-r--r-- | lib/Nagios/Plugin/Performance.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Nagios/Plugin/Performance.pm b/lib/Nagios/Plugin/Performance.pm index 83c92fb..9e99f54 100644 --- a/lib/Nagios/Plugin/Performance.pm +++ b/lib/Nagios/Plugin/Performance.pm | |||
@@ -106,8 +106,12 @@ Once the performance string has been parsed, you can query the label, value, uom | |||
106 | Returns an array of Nagios::Plugin::Performance objects based on the string entered. | 106 | Returns an array of Nagios::Plugin::Performance objects based on the string entered. |
107 | If there is an error parsing the string, an empty array is returned. | 107 | If there is an error parsing the string, an empty array is returned. |
108 | 108 | ||
109 | =back | ||
110 | |||
109 | =head1 OBJECT METHODS | 111 | =head1 OBJECT METHODS |
110 | 112 | ||
113 | =over 4 | ||
114 | |||
111 | =item label, value, uom, min, max | 115 | =item label, value, uom, min, max |
112 | 116 | ||
113 | These all return scalars. min and max are not well supported yet. | 117 | These all return scalars. min and max are not well supported yet. |