How to delete perf graph data

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sonuma
Posts: 42
Joined: Fri Jan 13, 2012 3:51 am

How to delete perf graph data

Post 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
You do not have the required permissions to view the files attached to this post.
Last edited by sonuma on Tue Jul 23, 2013 1:33 am, edited 1 time in total.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: How to delete perf graph data

Post by slansing »

XML Graphs and their .RRD files are located at:

Code: Select all

/usr/local/nagios/share/perfdata/
sonuma
Posts: 42
Joined: Fri Jan 13, 2012 3:51 am

Re: How to delete perf graph data

Post 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
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: How to delete perf graph data

Post 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.
sonuma
Posts: 42
Joined: Fri Jan 13, 2012 3:51 am

Re: How to delete perf graph data

Post by sonuma »

Thank you
Locked