- 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.
- Fixed a regular expression in `t/mock.t` to work with buggy `perl`
5.8.8 and lower.
- 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.
- __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.
- 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 `<title>` or first `<h1>`
element and add that as the first line of the message.
- Added new option default_status
- Moved around and improved documentation
- __THIS RELEASE CONTAINS NO NEW FUNCTIONALITY__
- List `LWP::UserAgent` as dependency in documentation
- Added what the defaults were to some of the usage
- Corrected some spelling mistakes in the documentation
- Changed message to "Connection refused" if the TCP connection
cannot be established
- Changed `check_over_http` to a default timeout of 10 seconds
- Plugin dies if not enough information provided before a check
- Added documentation for the HTTP response format
- Allow `X-Nagios-Status` to be digits
- Added `MANIFEST` author test
- Added documentation for the constructors
- New option to the plugin:
- `MANIFEST` was missing 2 files, and so was the distribution
- Version 0.04 will never successfully install
- Added new options to the plugin:
- `--hostname`
- `--path`
- `--ssl`
- Added parameter constraint checking
- Removed unused `Switch` from code to make `perl` 5.11.0 happy
- Fixed issue where `version` was not listed as a dependency
- Fixed issue where `Readonly` was not listed as a dependency
- First version, released on an unsuspecting world.