Top Level Namespace
- Includes:
- OpenNebula
Defined Under Namespace
Modules: Occi, OpennebulaNagiosProbe, Rocci Classes: OcciClient, OpennebulaEconeProbe, OpennebulaOcciProbe, OpennebulaOnedProbe, OpennebulaProbe, OptparseNagiosProbe
Constant Summary collapse
- OK =
Nagios code explanation (source: www.nagios-plugins.org/doc/guidelines.html, q. 11-26-2013)
OK/UP - The plugin was able to check the service and it appeared to be functioning properly WARNING - The plugin was able to check the service, but it appeared to be above some “warning” threshold or did not appear to be working properly CRITICAL/DOWN - The plugin detected that either the service was not running or it was above some “critical” threshold UNKNOWN - Invalid command line arguments were supplied to the plugin or low-level failures internal to the plugin (such as unable to fork, or open a tcp socket) that prevent it from performing the specified operation. Higher-level errors (such as name resolution errors, socket timeouts, etc) are outside of the control of plugins and should generally NOT be reported as UNKNOWN states.
0- WARNING =
1- CRITICAL =
2- UNKNOWN =
3