Nagios and rrd on a old server
- by Pier
I have an old server (P4 based) on which nagios (and all the other tools to monitor) is running.
In the last few weeks we are seeing a strange behavior.
In the /var/spool/pnp4nagios (where temporary files are stored before getting processed by pnp4nagios daemon) we have many files like perfdata.1274949941-PID-18839 and we get an error in npcd.log:
[05-27-2010 11:17:46] NPCD: ThreadCounter 0/15 File is perfdata.1274951306-PID-27849
[05-27-2010 11:17:46] NPCD: File 'perfdata.1274951306-PID-27849' is an already in process PNP file. Leaving it untouched.
Sometimes some graph are not drawn.
The server is pretty loaded (around 5-6 normally) and i suspect that npcd goes in timeout and leave those files behind.
What could I do (apart from change the server)?
Few infos about the system:
centos 5.5
nagios 3.2.1
pnp4nagios 0.6 (from sources)
Thanks