Re: No Performance Graphs, data is being processed
Posted: Tue Jun 25, 2024 1:52 pm
@swolf, I think I've resolved. I overlooked that in /usr/local/nagios/etc/pnp/process_perfdata.cfg, I had changed the RRDPATH. Upon reverting to /usr/local/nagios/share/perfdata, rrd and xml files are now being generated there, AND, graphs are populating.
#RRDPATH = /var/log/nagios/perfdata
RRDPATH = /usr/local/nagios/share/perfdata
Clarification, please, on something you wrote: " . . . so if someone updates their check to, say, track an additional hard drive, that can break the graph. Many users find that deleting the existing RRD is easier than migrating the schema."
Which RRD should be deleted? Wouldn't a new hard drive check create a new RRD?
Now IF I delete an RRD, am I not loosing historical performance data and starting all over?
#RRDPATH = /var/log/nagios/perfdata
RRDPATH = /usr/local/nagios/share/perfdata
Clarification, please, on something you wrote: " . . . so if someone updates their check to, say, track an additional hard drive, that can break the graph. Many users find that deleting the existing RRD is easier than migrating the schema."
Which RRD should be deleted? Wouldn't a new hard drive check create a new RRD?
Now IF I delete an RRD, am I not loosing historical performance data and starting all over?