rm /usr/local/nagios/share/perfdata/crgnas1.bose.com/Check_Volumes.rrd should get rid of the rrd file, but note that means you lose this data. The rrd file should recreate itself.
You could also just mv the rrd file and then it should also start repopulating.
Please let us know if you have any questions about this.
Graphs not showing in Dashboard
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: Graphs not showing in Dashboard
You may also find this information helpful if you want to preserve the existing data with the newly generated rrd file:
http://osdir.com/ml/db.rrdtool.user/200 ... 00115.html
http://osdir.com/ml/db.rrdtool.user/200 ... 00115.html
Previous Nagios employee
Re: Graphs not showing in Dashboard
We renamed the rrd file but it was not creating another file....so we had to manually re-create it and still graphs are not showing.
Re: Graphs not showing in Dashboard
Lets turn on debugging for the process_perfdata command and see if we can get any details on why the data is not populating the graph.
Edit this file
Change the following from
to
Save the file and restart nagios by running
Then delete both of the .xml and .rrd files bu running
Let the system run that check a few times and upload the following log file so we can see the errors on why it is not recreating the graphs for you.
Edit this file
Code: Select all
/usr/local/nagios/etc/pnp/process_perfdata.cfgCode: Select all
LOG_LEVEL = 0Code: Select all
LOG_LEVEL = 2Code: Select all
service nagios restartCode: Select all
rm /usr/local/nagios/share/perfdata/crgnas1.bose.com/Check_Volumes.rrd
rm /usr/local/nagios/share/perfdata/crgnas1.bose.com/Check_Volumes.xmlCode: Select all
/usr/local/nagios/var/perfdata.logBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Graphs not showing in Dashboard
I have enabled the Log kevel to 2 and moved the rrd and xml files to tmp directory.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Graphs not showing in Dashboard
if /usr/local/nagios/var/perfdata.log is too large to upload, tail -100 /usr/local/nagios/var/perfdata.log will likely be enough.
Make sure the check runs a few times before uploading the log.
Make sure the check runs a few times before uploading the log.
Re: Graphs not showing in Dashboard
we fixed the issue by using a different plug in
you can close this post.
you can close this post.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Graphs not showing in Dashboard
It might be useful for others to know which plugin you used. Glad you found something working!