diff options
author | Gabriel Filion <gabster@lelutin.ca> | 2015-04-19 15:18:46 -0400 |
---|---|---|
committer | Gabriel Filion <gabster@lelutin.ca> | 2015-04-19 15:18:46 -0400 |
commit | f2e75a6e5143ad794275ee7c1c14577d787095cb (patch) | |
tree | 64cc021d0501d86933a77e28dcaad07c729ec85b /files/configs/Debian | |
parent | 0b20e1e0fd001cb0b688c6bf6971c8e7c3f743c6 (diff) |
Only use the private directory on CentOS
Debian and ubuntu have their resource.cfg file placed in /etc/nagios3/
and when it's absent it can cause issues with the package (because the
package is badly done).
Diffstat (limited to 'files/configs/Debian')
-rw-r--r-- | files/configs/Debian/nagios.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/configs/Debian/nagios.cfg b/files/configs/Debian/nagios.cfg index 8eae393..41a2e3c 100644 --- a/files/configs/Debian/nagios.cfg +++ b/files/configs/Debian/nagios.cfg @@ -67,7 +67,7 @@ precached_object_file=/var/lib/nagios3/objects.precache # defined as macros in this file and restrictive permissions (600) # can be placed on this file. -resource_file=/etc/nagios3/private/resource.cfg +resource_file=/etc/nagios3/resource.cfg |