[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Arthur Gautier
aga at zenexity.com
Tue Feb 28 22:19:56 UTC 2012
The following commit has been merged in the debian/master branch:
commit 622b8c04b6f9a5332ef51d3805469a01e99c3269
Author: Arthur Gautier <aga at zenexity.com>
Date: Mon Feb 6 20:41:26 2012 +0100
Fix config files
diff --git a/debian/config-files/etc/shinken/discovery.cfg b/debian/config-files/etc/shinken/discovery.cfg
index a29aaea..caeb53e 100644
--- a/debian/config-files/etc/shinken/discovery.cfg
+++ b/debian/config-files/etc/shinken/discovery.cfg
@@ -14,7 +14,7 @@ cfg_file=commands.cfg
resource_file=resource.cfg
# Lock file (with pid) for Arbiterd
-lock_file=/var/run/shinken/discovery.pid
+lock_file=/var/run/nagios/discovery.pid
# Strip FQDN of the name ID to keep only the
# basename of the element
diff --git a/debian/config-files/etc/shinken/nagios.cfg b/debian/config-files/etc/shinken/nagios.cfg
index 16a0be1..642722b 100644
--- a/debian/config-files/etc/shinken/nagios.cfg
+++ b/debian/config-files/etc/shinken/nagios.cfg
@@ -92,7 +92,7 @@ enable_problem_impacts_states_change=1
#Lock file (with pid) for Arbiterd
-lock_file=/var/run/shinken/arbiterd.pid
+lock_file=/var/run/nagios/arbiterd.pid
#if 1, disable all notice and warning messages at
@@ -127,4 +127,4 @@ use_ssl=0
# [1302874960], put this valeu to 1
# but beware, it won't be anymore parsable by tools
#like Centreon
-human_timestamp_log=0
\ No newline at end of file
+human_timestamp_log=0
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list