To delete a large amount of files in a directory, execute this command:
Code: Select all
find /usr/local/nagios/var/spool/perfdata/ -type f -deleteCode: Select all
watch 'ls /usr/local/nagios/var/spool/perfdata/ | wc -l'
Code: Select all
find /usr/local/nagios/var/spool/perfdata/ -type f -deleteCode: Select all
watch 'ls /usr/local/nagios/var/spool/perfdata/ | wc -l'
these look OK. the issue may be with how php is rendering the RRD via JS. i've seen something in the past similar to this in the past.gwakem wrote:I have attached the RRD and XML.