Hello,
Perfdata is taking up a huge share of disk space and we have been throwing storage space as it grows but it keeps growing.
I have a understanding that the perfdata keeps the information that is vital for generating graphs.
Is there any way to keep it compact, under control?
Thanks
Perfdata - Can some of it be removed safely?
-
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: Perfdata - Can some of it be removed safely?
It can be done, yes, however we don't currently have a pretty interface for doing so. You will of course lost the ability to see graphs for anything you delete, but if you never need graphs of older than say the last month then certainly you can delete the stuff older than that without any problems. Currently this would I believe involve manually setting up a cron job with an rrdtool command, although I would imagine we should be able to add this as a feature in the web interface soon.
-
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: Perfdata - Can some of it be removed safely?
The actual rrd filesize is static, and it's based on how many data sets there are per check. Once a service starts receiving performance data, a new rrd file is created, and that file will be the same size as a check that's been running for a year. You could turn off performance data processing for unnecessary services, and then delete the rrd files. So I'm not sure if there's a nice and easy way around that problem....
RRD Doc on how it works.
http://oss.oetiker.ch/rrdtool/doc/rrdto ... tml#___top
RRD Doc on how it works.
http://oss.oetiker.ch/rrdtool/doc/rrdto ... tml#___top
Re: Perfdata - Can some of it be removed safely?
mguthrie, it makes sense, I got it now. It would seem that it isn't growing anymore now as you said.
Cheers guys
Cheers guys

-
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: Perfdata - Can some of it be removed safely?
No problem.