Revision history for Nagios-Plugin-OverHTTP =========================================== 0.15 2011-08-04 --------------- * Add new `Nagios::Plugin::OverHTTP::Middleware::StatusPrefix` module. * The `response` attribute is now optional in `Nagios::Plugin::OverHTTP::Response`. * Change use of `Readonly` with `Const::Fast`. 0.14 Sun, March 7, 2010 16:53:12 -0500 -------------------------------------- * Added new feature where performance data is parsed from the body and `X-Nagios-Performance` header (in `Parser::Standard`). * If `Content-Type` is `text/html` or XHTML, then `HTML::Strip` is used to remove all (X)HTML tags (in `Parser::Standard`). * Added full support for handling performance data from the remote plugin. Use `critical` or `warning` command line switches to monitor performance data. * Fixed minor POD mistakes. 0.13 Sun, October 24, 2009 18:32:42 -0500 ----------------------------------------- * Fixed a regular expression in `t/mock.t` to work with buggy `perl` 5.8.8 and lower. 0.12 Sat, October 24, 2009 23:34:11 -0500 ----------------------------------------- * New option `verb` which sepcifies the HTTP verb to use when making the HTTP request. * New header supported: `X-Nagios-Information` which replaces using the body for the plugin output (message). Please refer to the documentation in `Nagios::Plugin::OverHTTP` about this header. Code and idea contributed by Alex Wollangk. 0.11 Sun, October 4, 2009 20:47:12 -0500 ----------------------------------------- * __THIS RELEASE CONTAINS NO NEW FUNCTIONALITY__ * The `check_over_http` plugin now no longer automatically installs, see `README` for instructions for installing it. * The `check_over_http plugin` how correctly works without flaws under ePN and also adds a line to explicity enable ePN for the plugin. 0.10 Thu, September 10, 2009 19:30:11 -0500 ------------------------------------------- * Add new option `autocorrect_unknown_html` (and enabled it by default) which will take a response that did not send a Nagios service status and is a multi line HTML message find the `