Page 1 of 1

Change perfdata location

Posted: Tue Mar 27, 2018 8:48 am
by marcf
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.

Re: Change perfdata location

Posted: Tue Mar 27, 2018 8:57 am
by scottwilkerson
the best idea would be temporarily stop npcd

Code: Select all

service npcd stop
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 start