We have a new NagiosXI 5.5.11 running in RHEL 7, and the performance graph is empty for any hosts.
The perfdata log is empty, but we have the host-perfdata and service-perfdata and continuing to grow.
Code: Select all
[root@ var]# du -sh *
1.8G archives
7.6G host-perfdata
22M nagios.log
0 nagios.tmpcbpezW
4.0K ndo2db.lock
0 ndomod.tmp
0 ndo.sock
76K npcd.log
4.0K nrpe.pid
13M objects.cache
0 perfdata.log
20M retention.dat
0 rw
31G service-perfdata
0 spool
4.0K stats
19M status.dat
[root@var]# pwd
/usr/local/nagios/var
Code: Select all
# systemctl status npcd
● npcd.service - LSB: Nagios NPCD Initscript
Loaded: loaded (/etc/rc.d/init.d/npcd; bad; vendor preset: disabled)
Active: active (running) since Mon 2020-09-14 21:45:33 CDT; 58min ago
Docs: man:systemd-sysv-generator(8)
Process: 21363 ExecStop=/etc/rc.d/init.d/npcd stop (code=exited, status=0/SUCCESS)
Process: 21370 ExecStart=/etc/rc.d/init.d/npcd start (code=exited, status=0/SUCCESS)
Main PID: 21373 (npcd)
CGroup: /system.slice/npcd.service
└─21373 /usr/local/nagios/bin/npcd -d -f /usr/local/nagios/etc/pnp/npcd.cfg
Sep 14 21:45:33 LPRNEDIFNGM007V systemd[1]: Starting LSB: Nagios NPCD Initscript...
Sep 14 21:45:33 LPRNEDIFNGM007V npcd[21370]: NPCD started.
Sep 14 21:45:33 LPRNEDIFNGM007V systemd[1]: Failed to parse PID from file /usr/local/nagiosxi/var/subsys/npcd.pid: Invalid argument
Sep 14 21:45:33 LPRNEDIFNGM007V systemd[1]: Started LSB: Nagios NPCD Initscript.