Change perfdata location

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
marcf
Posts: 14
Joined: Mon Dec 11, 2017 7:46 am

Change perfdata location

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Change perfdata location

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked