Skip to content

Commit 8180da5

Browse files
authored
Merge pull request #18 from tejr/master
Remove "experimental" tag on "Message Methods"
2 parents 00660df + 77de65e commit 8180da5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lib/Monitoring/Plugin.pm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ Icinga or Shinken (and compatible) plugins.
287287
);
288288
$np->plugin_exit( $code, "Threshold check failed" ) if $code != OK;
289289
290-
291-
# Message methods (EXPERIMENTAL AND SUBJECT TO CHANGE) -
290+
# Message methods
292291
# add_message( CODE, $message ); check_messages()
293292
for (@collection) {
294293
if (m/Error/) {
@@ -580,8 +579,6 @@ need to do that from a plugin script.
580579
581580
=head2 MESSAGE METHODS
582581
583-
EXPERIMENTAL AND SUBJECT TO CHANGE
584-
585582
add_messages and check_messages are higher-level convenience methods to add
586583
and then check a set of messages, returning an appropriate return code
587584
and/or result message. They are equivalent to maintaining a set of @critical,

0 commit comments

Comments
 (0)