NAME
POE::Component::Server::NRPE::Constants - Defines constants required by POE::Component::Server::NRPE
VERSION
version 0.18
SYNOPSIS
use POE::Component::Server::NRPE::Constants;
DESCRIPTION
POE::Component::Server::NRPE::Constants defines constants required by POE::Component::Server::NRPE.
- NRPE_STATE_OK - The NRPE plugin found no error.
- NRPE_STATE_WARNING - The plugin detected a condition worthy of a warning.
- NRPE_STATE_CRITICAL - The plugin detected a critical condition.
- NRPE_STATE_UNKNOWN - Something else happened. Used internally when the plugin couldn't be executed.
SEE ALSO
http://nagiosplug.sourceforge.net/developer-guidelines.html
AUTHORS
Chris Williams <chris@bingosnet.co.uk>
Rocco Caputo <rcaputo@cpan.org>
Olivier Raginel <github@babar.us>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Chris Williams, Rocco Caputo, Olivier Raginel and STIC GmbH.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.