I'm using Nagios to supervise my network by SNMP. I'm using these plugins : http://nagios.manubulon.com
Especially check_snmp_storage and check_snmp_process.pl that I am using for my tests.
I am also using PNP4Nagios to have some graphs. Unfortunately, this is not working as expected.
When I click on the graph icon for a host (not for localhost), I have this error :
First, I can not access the page "http://docs.pnp4nagios.org/faq/6"Please check the documentation for information about the following error.
XML file "/usr/local/pnp4nagios/var/perfdata/HOST/CPU_Load.xml" not found. <a href="http://docs.pnp4nagios.org/faq/6">Read FAQ online</a>
The scripts are working because I have coherent results but I do not have performance data, and I think that's why graphs are not working. The performance data field is empty, for both of my services :

When I run :
Code: Select all
/usr/local/nagios/libexec/check_snmp_storage.pl -H @IP -C public -w 85 -c 95
Code: Select all
Argument "v6.0.1" isn't numeric in numeric lt (<) at /usr/local/nagios/libexec/check_snmp_storage.pl line 420.
Argument "v6.0.1" isn't numeric in numeric lt (<) at /usr/local/nagios/libexec/check_snmp_storage.pl line 494.
C:\ Label: Serial Number xxxxx: 59%used(42372MB/71328MB) (<80%) : OK
I hope I am clear enough !
Thank you