I think the problem is the missing pnp4nagios package. I am using RedHat 8.10.
ls /usr/local/nagios/var/spool/perfdata/ | wc -l
returns 0 files.
ls /usr/local/nagios/var/spool/xidpe/ | wc -l
return 2 files
The Logfile /usr/local/nagios/var/perfdata.log is empty. When I execute
sudo -u nagios perl /usr/local/nrdp/plugins/Generic/process_perfdata.pl
then I got:
2024-08-07 14:45:55 [2117195] [0] *** process_perfdata.pl terminated on signal ALRM
2026-03-19 21:29:00 [870749] [1] process_perfdata.pl-0.6.11 starting in SYNC Mode
2026-03-19 21:29:00 [870749] [1] Cant find Nagios Environment. Exiting ....
2026-03-19 21:31:54 [873088] [1] process_perfdata.pl-0.6.11 starting in SYNC Mode
2026-03-19 21:31:54 [873088] [1] Cant find Nagios Environment. Exiting ....
2026-03-19 21:31:57 [873118] [1] process_perfdata.pl-0.6.11 starting in BULK Mode called by Nagios
2026-03-19 21:31:57 [873118] [1] ERROR: File ose not found
2026-03-19 21:31:57 [873118] [1] PNP exiting (runtime 0.00027s) ...
2026-03-19 21:32:02 [873215] [1] process_perfdata.pl-0.6.11 starting in SYNC Mode
2026-03-19 21:32:02 [873215] [1] Cant find Nagios Environment. Exiting ....
I just run the latest Nagios XI updatescript to have Nagios 2026R1.2, but still no luck.
My problem seem to be related to this:
https://github.com/NagiosEnterprises/na ... issues/904