Troubleshooting for Nagios

Possible reasons why your Nagios plugin is not working


Possible Reasons
Troubleshooting Tips
The performance data format is not in the supported format*
Please ensure the performance data is defined in the following format: 
'label'=value[UOM];[warn];[crit];[min];[max]
Refer this documentation
You get the message:
Error while Executing the Script
The path specified for the Nagios plugin in the nagios_plugins.json file is incorrect. Check that and try again
Different arguments and parameters specified in the JSON file is taken as a single monitor
Create multiple copies of the same Nagios plugin with different names.

For eg., Make copies of the check_ping file as check_ping_localhost and check_ping_172001 and use these files in the JSON file

{ "nagios": [ "/usr/local/nagios/libexec/check_ping_localhost -H localhost -w 1,1% -c 1,1% -p 5 -t 10 -4", "/usr/local/nagios/libexec/check_ping_172001 -H 172.0.0.1 -w 1,1% -c 1,1% -p 5 -t 10 -4" ] 

You get the message: 
<Path>: not found
Mention the actual physical path of the Nagios script file in the Nagios JSON file.


*Nagios scripts which need to be in the supported format are specific for Linux version 15.0.0 & without this format, we support scripts from version 15.3.0 and above.

    • Related Articles

    • How do I add the Dell iDRAC plugin for Windows?

      Prerequisites Install the latest version of the Net-SNMP package. Follow these steps to install and configure it. Install Python 3.6. Plugin Installation Create a folder named idrac. Download the files from our GitHub repository and place them in the ...
    • Troubleshoot Error 404, Error 111, and "no host given" error when installing the Apache plugin

      When installing the Apache monitoring plugin, you may encounter the following errors: Error_code : URL Error no host given: The "no host given" error message typically indicates an issue with a URL or request that lacks a hostname. If you encounter ...
    • Possible reasons why my Linux plugin has not been added to my Site24x7 account

      There may be instances when a Linux plugin monitor does not get added successfully to your Site24x7 account. Here are some frequently encountered errors, their reasons, and solutions you can implement to troubleshoot these instances and add the ...
    • Possible reasons why my Windows plugin is not added to my account

      There may be instances when a Windows plugin monitor does not get added successfully to your Site24x7 account. Here are some frequently encountered errors, their reasons, and solutions you can implement to troubleshoot these instances and add the ...
    • Support for Nagios plugins

      Over hundreds of out-of-the-box Nagios plugins can be executed with a simple configuration file The power and flexibility of the open source community can be harnessed to its full potential.  Prerequisites: Download 'nagios_plugins.json' plugin from ...