Page 1 of 1

How to delete perf graph data

Posted: Mon Jul 22, 2013 3:22 am
by sonuma
Hello,

This weekend i have a bug with a service of temperature, the service display a 999° C value, so my graph is completly distorted

How to delete this value of this graph ? what's the file of performance graph ?

Thank you

Re: How to delete perf graph data

Posted: Mon Jul 22, 2013 9:41 am
by slansing
XML Graphs and their .RRD files are located at:

Code: Select all

/usr/local/nagios/share/perfdata/

Re: How to delete perf graph data

Posted: Mon Jul 22, 2013 10:00 am
by sonuma
Thank you but,

Can i delete only this value from RRD file or i have to delete the RRD file entirely ?

When i edit the RRD file with VI editor, crypted file ? how to edit ?

Thank you

Re: How to delete perf graph data

Posted: Mon Jul 22, 2013 10:06 am
by slansing
You cannot edit RRD's in this way, the best way to do this would be to remove the entire RRD and let it regenerate with performance data being sent in.

Re: How to delete perf graph data

Posted: Tue Jul 23, 2013 1:33 am
by sonuma
Thank you