Nagios XI - NO GRAPHS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
chaudhrz
Posts: 2
Joined: Tue Feb 11, 2020 6:53 pm

Nagios XI - NO GRAPHS

Post by chaudhrz »

HI Team,

Since last two weeks I am unable to see any graphs for all of the devices that I have in Nagios for my organisation. The graph just shows the dead straight line. The Nagios expert that we had is no longer with us and I don't know where to start the troubleshooting.

Please HELP!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI - NO GRAPHS

Post by scottwilkerson »

What version of Nagios XI are you running?

Can you show the output of the following commands:

Code: Select all

ls /usr/local/nagios/var/spool/perfdata/|wc -l
service npcd status
grep perf /usr/local/nagios/etc/nagios.cfg
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
chaudhrz
Posts: 2
Joined: Tue Feb 11, 2020 6:53 pm

Re: Nagios XI - NO GRAPHS

Post by chaudhrz »

the version of Nagios XI is 5.4.12
please see the result of the commands below;
[chaudhrz@aupdboracuap112 ~]$ ls /usr/local/nagios/var/spool/perfdata/|wc -l
3

[chaudhrz@aupdboracuap112 ~]$service npcd status
NPCD running (pid 23583).

[chaudhrz@aupdboracuap112 ~]$ grep perf /usr/local/nagios/etc/nagios.cfg
process_performance_data=1
# service performance data
service_perfdata_file=/usr/local/nagios/var/service-perfdata
service_perfdata_file_template=DATATYPE::SERVICEPERFDATA\tTIMET::$TIMET$\tHOSTNAME::$HOSTNAME$\tSERVICEDESC::$SERVICEDESC$\tSERVICEPERFDATA::$SERVICEPERFDATA$\tSERVICECHECKCOMMAND::$SERVICECHECKCOMMAND$\tHOSTSTATE::$HOSTSTATE$\tHOSTSTATETYPE::$HOSTSTATETYPE$\tSERVICESTATE::$SERVICESTATE$\tSERVICESTATETYPE::$SERVICESTATETYPE$\tSERVICEOUTPUT::$SERVICEOUTPUT$\tLONGSERVICEOUTPUT::$LONGSERVICEOUTPUT$
service_perfdata_file_mode=a
service_perfdata_file_processing_interval=15
service_perfdata_file_processing_command=process-service-perfdata-file-bulk
# host performance data
host_perfdata_file=/usr/local/nagios/var/host-perfdata
host_perfdata_file_template=DATATYPE::HOSTPERFDATA\tTIMET::$TIMET$\tHOSTNAME::$HOSTNAME$\tHOSTPERFDATA::$HOSTPERFDATA$\tHOSTCHECKCOMMAND::$HOSTCHECKCOMMAND$\tHOSTSTATE::$HOSTSTATE$\tHOSTSTATETYPE::$HOSTSTATETYPE$\tHOSTOUTPUT::$HOSTOUTPUT$\tLONGHOSTOUTPUT::$LONGHOSTOUTPUT$
host_perfdata_file_mode=a
host_perfdata_file_processing_interval=15
host_perfdata_file_processing_command=process-host-perfdata-file-bulk
perfdata_timeout=5
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI - NO GRAPHS

Post by scottwilkerson »

Can you also send the output of

Code: Select all

chage -l nagios
grep nagios /var/log/cron|tail -20
tail -20 /usr/local/nagiosxi/var/perfdataproc.log
tail -10 /usr/local/nagios/var/npcd.log
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked