- Nagios - Switch Interface Traffic
- How To - Linux Server Performance
- Notes - Building New ESXi Host for iSCSI with Jumbo Frames
- Microsoft Office Version Numbers (XP, 2003, 2007, 2010)
- ESXi Custom Welcome Screen Text
- PHP - Read Data from a CSV file
- PHP - Input Variables from URL
- Fix - WMI Error EventID 10
- Fix - EventID 4007 DNS Server Error
- FIX - CHECK_ESX3.PL Script
Nagios Plugin Return Codes
- References:
Sometimes you want to write a simple script to check a few things and have this script work with Nagios. Well, one of the 1st things you need to understand are the return codes. Below are the basic return codes your script should return.
Read the following if you really want to start writing your own plugins. Let me know know too and I will even test them. Ref: http://nagiosplug.sourceforge.net/developer-guidelines.html
|
Numeric |
Services |
Status Description |
| 0 | OK | Plugin executed and results are within parameters |
| 1 | WARNING | Plugin executed and results are in warning range, or are not functioning properly |
| 2 | CRITICAL | Plugin detected the service is not running, or the service is in the critical threshold |
| 3 | UNKNOWN | Typically invalid check parameters, missing values, missing plugin components, etc. |
- Printer-friendly version
- Login to post comments
-
