We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00660df + 77de65e commit 8180da5Copy full SHA for 8180da5
1 file changed
lib/Monitoring/Plugin.pm
@@ -287,8 +287,7 @@ Icinga or Shinken (and compatible) plugins.
287
);
288
$np->plugin_exit( $code, "Threshold check failed" ) if $code != OK;
289
290
-
291
- # Message methods (EXPERIMENTAL AND SUBJECT TO CHANGE) -
+ # Message methods
292
# add_message( CODE, $message ); check_messages()
293
for (@collection) {
294
if (m/Error/) {
@@ -580,8 +579,6 @@ need to do that from a plugin script.
580
579
581
=head2 MESSAGE METHODS
582
583
-EXPERIMENTAL AND SUBJECT TO CHANGE
584
585
add_messages and check_messages are higher-level convenience methods to add
586
and then check a set of messages, returning an appropriate return code
587
and/or result message. They are equivalent to maintaining a set of @critical,
0 commit comments