in our NagiosXI installation (v 5.4.11) we have a lot of check with a very long output (disk check), and some perf data are not drawed. Command are executeted trough NRPE
Code: Select all
$ /usr/local/nagios/libexec/check_nrpe -n -H REMOTE_SERVER
NRPE v2.12
$ /usr/local/nagios/libexec/check_nrpe -n -H REMOTE_SERVER -c REMOTE_COMMAND | wc
1 89 909Status information are cut off to 256 char (https://support.nagios.com/kb/article.php?id=478), but now is not a problem.
Performance data is correct show under "Service Status Detail --> Advanced --> Performance Data:", the gauge image is correctly displayed, but one of the graph is not drawed.
This is the output of commands found in this guide https://support.nagios.com/kb/article.php?id=9
Code: Select all
$ ls /usr/local/nagios/var/spool/perfdata/ | wc -l
0
$ ls /usr/local/nagios/var/spool/xidpe/ | wc -l
0Changed the log_level of npcd.cfg, restarted service npcd, no error in npcd.log
Account nagios not locked.
Where is the problem?
It's possible to extract the performance data form database or the RRD file?
Thanks