diff options
author | Micah <micah@riseup.net> | 2015-05-07 14:54:05 +0000 |
---|---|---|
committer | Micah <micah@riseup.net> | 2015-05-07 14:54:05 +0000 |
commit | 2bbe7aae540d987303a352c9e3148da58f04076d (patch) | |
tree | ca9d9c21ff0bfc77f94ae05220696b9b371bf667 /files | |
parent | c476d34e348fdb2fa77458d60432e5cd92e9a3be (diff) | |
parent | f2e75a6e5143ad794275ee7c1c14577d787095cb (diff) |
Merge branch 'manage_resource.cfg' into 'master'
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).
This is a followup to issue https://labs.riseup.net/code/issues/4240
See merge request !4
Diffstat (limited to 'files')
-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 |