summaryrefslogtreecommitdiffstats
path: root/lib/Nagios/Plugin/Functions.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Nagios/Plugin/Functions.pm')
-rw-r--r--lib/Nagios/Plugin/Functions.pm4
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
343join the resultant critical, warning, and ok messages together i.e. 343join the resultant critical, warning, and ok messages together i.e.
344all messages are joined and returned. 344all messages are joined and returned.
345 345
346=back
347
348=item get_shortname 346=item get_shortname
349 347
350Return the default shortname used for this plugin i.e. the first 348Return the default shortname used for this plugin i.e. the first
@@ -357,8 +355,6 @@ with any leading 'CHECK_' and trailing file suffixes removed.
357get_shortname is not exported by default, so must be explicitly 355get_shortname is not exported by default, so must be explicitly
358imported. 356imported.
359 357
360=back
361
362=item max_state(@a) 358=item max_state(@a)
363 359
364Returns the worst state in the array. Order is: CRITICAL, WARNING, OK, UNKNOWN, 360Returns the worst state in the array. Order is: CRITICAL, WARNING, OK, UNKNOWN,