Partial graph
Posted: Fri Nov 17, 2017 10:46 am
Hi all,
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
So less than the 1024 limit of NRPE
Status 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
Raised LOG_LEVEL of process_perfdata.cfg, no error in perfdata.log
Changed 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
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