diff options
Diffstat (limited to 'lib/Nagios/Plugin/Functions.pm')
-rw-r--r-- | lib/Nagios/Plugin/Functions.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Nagios/Plugin/Functions.pm b/lib/Nagios/Plugin/Functions.pm index 43f371c..513501b 100644 --- a/lib/Nagios/Plugin/Functions.pm +++ b/lib/Nagios/Plugin/Functions.pm | |||
@@ -343,8 +343,6 @@ If join_all is supplied, however, it will be used as a string to | |||
343 | join the resultant critical, warning, and ok messages together i.e. | 343 | join the resultant critical, warning, and ok messages together i.e. |
344 | all messages are joined and returned. | 344 | all messages are joined and returned. |
345 | 345 | ||
346 | =back | ||
347 | |||
348 | =item get_shortname | 346 | =item get_shortname |
349 | 347 | ||
350 | Return the default shortname used for this plugin i.e. the first | 348 | Return the default shortname used for this plugin i.e. the first |
@@ -357,8 +355,6 @@ with any leading 'CHECK_' and trailing file suffixes removed. | |||
357 | get_shortname is not exported by default, so must be explicitly | 355 | get_shortname is not exported by default, so must be explicitly |
358 | imported. | 356 | imported. |
359 | 357 | ||
360 | =back | ||
361 | |||
362 | =item max_state(@a) | 358 | =item max_state(@a) |
363 | 359 | ||
364 | Returns the worst state in the array. Order is: CRITICAL, WARNING, OK, UNKNOWN, | 360 | Returns the worst state in the array. Order is: CRITICAL, WARNING, OK, UNKNOWN, |