NAME
Nagios::Plugin::OverHTTP::Parser::Standard - The standard response parser
VERSION
This documentation refers to Nagios::Plugin::OverHTTP::Parser::Standard version 0.16
SYNOPSIS
#TODO: Write this
DESCRIPTION
This is the standard parser for Nagios::Plugin::OverHTTP.
CONSTRUCTOR
This is fully object-oriented, and as such before any method can be used, the constructor needs to be called to create an object to work with.
new
This will construct a new plugin object.
- new(%attributes)
-
%attributes
is a HASH where the keys are attributes (specified in the "ATTRIBUTES" section). - new($attributes)
-
$attributes
is a HASHREF where the keys are attributes (specified in the "ATTRIBUTES" section).
METHODS
parse
This takes a HTTP::Response object and parses it and will return a Nagios::Plugin::OverHTTP::Response object.
DIAGNOSTICS
Status header %s is in valid
-
The status header that was provided did not contain any known status format.
DEPENDENCIES
This module is dependent on the following modules:
HTML::Strip 1.05
HTTP::Status 5.817
Moose 0.74
namespace::clean 0.04
AUTHOR
Douglas Christopher Wilson, <doug at somethingdoug.com>
BUGS AND LIMITATIONS
Please report any bugs or feature requests to bug-nagios-plugin-overhttp at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Nagios-Plugin-OverHTTP. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
LICENSE AND COPYRIGHT
Copyright 2010-2012 Douglas Christopher Wilson, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of either:
the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or
the Artistic License version 2.0.