From 77de65e149c519f551e03e11c9c26605c9866b72 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 5 Mar 2018 09:56:22 +1300 Subject: Remove "experimental" tag on "Message Methods" From a maintainer, Sven Nierlein: > I'd say we can remove the "experimental" tag there. It had been there > for years now and i see no reason why we would change them. Partly resolves #14. diff --git a/lib/Monitoring/Plugin.pm b/lib/Monitoring/Plugin.pm index 7e1c4d0..3052266 100644 --- a/lib/Monitoring/Plugin.pm +++ b/lib/Monitoring/Plugin.pm @@ -287,8 +287,7 @@ Icinga or Shinken (and compatible) plugins. ); $np->plugin_exit( $code, "Threshold check failed" ) if $code != OK; - - # Message methods (EXPERIMENTAL AND SUBJECT TO CHANGE) - + # Message methods # add_message( CODE, $message ); check_messages() for (@collection) { if (m/Error/) { @@ -580,8 +579,6 @@ need to do that from a plugin script. =head2 MESSAGE METHODS -EXPERIMENTAL AND SUBJECT TO CHANGE - add_messages and check_messages are higher-level convenience methods to add and then check a set of messages, returning an appropriate return code and/or result message. They are equivalent to maintaining a set of @critical, -- cgit v0.10-9-g596f