Nagios::Plugin::OverHTTP::Middleware::PerformanceData - Modifies responses


Nagios-Plugin-OverHTTP documentation  | view source Contained in the Nagios-Plugin-OverHTTP distribution.

Index


NAME

Top

Nagios::Plugin::OverHTTP::Middleware::PerformanceData - Modifies responses based on performance data

VERSION

Top

This documentation refers to Nagios::Plugin::OverHTTP::Middleware::PerformanceData version 0.14

SYNOPSIS

Top

  #TODO: Write this

DESCRIPTION

Top

This is a middleware for Nagios::Plugin::OverHTTP that will modify the response according to performance data.

CONSTRUCTOR

Top

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

Top

rewrite

This takes a Nagios::Plugin::OverHTTP::Response object and rewrites it based on the arguments provided and object creation time and return a Nagios::Plugin::OverHTTP::Response object.

DEPENDENCIES

Top

This module is dependent on the following modules:

* Moose 0.74
* MooseX::StrictConstructor 0.08
* Nagios::Plugin::OverHTTP::Library 0.14
* Nagios::Plugin::OverHTTP::Middleware
* Nagios::Plugin::OverHTTP::PerformanceData
* Try::Tiny
* namespace::clean 0.04

AUTHOR

Top

Douglas Christopher Wilson, <doug at somethingdoug.com>

BUGS AND LIMITATIONS

Top

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

Top


Nagios-Plugin-OverHTTP documentation  | view source Contained in the Nagios-Plugin-OverHTTP distribution.