Hi,
The perfdata folder is growing a lot and i don't want to delete data for now. I would like to know how i can change the location of the perfdata to use a larger FS.
Thanks in advance.
Change perfdata location
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Change perfdata location
the best idea would be temporarily stop npcd
move the contents of /usr/local/nagios/share/perfdata/ to another location
mount your new FS at /usr/local/nagios/share/perfdata/ and move the contents back
then restart npcd
Code: Select all
service npcd stopmount your new FS at /usr/local/nagios/share/perfdata/ and move the contents back
then restart npcd
Code: Select all
service npcd start