[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Arthur Gautier aga at zenexity.com
Tue Feb 28 22:23:17 UTC 2012


The following commit has been merged in the debian/master branch:
commit 7d174e5363994d5cc2d80b604d0e7974ebf1e2c5
Author: Arthur Gautier <aga at zenexity.com>
Date:   Tue Feb 28 22:26:22 2012 +0100

    Fix nagios user

diff --git a/debian/patches/0005-Fix-nagios-user.patch b/debian/patches/0005-Fix-nagios-user.patch
new file mode 100644
index 0000000..4725844
--- /dev/null
+++ b/debian/patches/0005-Fix-nagios-user.patch
@@ -0,0 +1,63 @@
+From: Arthur Gautier <aga at zenexity.com>
+Date: Tue, 28 Feb 2012 22:25:20 +0100
+Subject: [PATCH] Fix nagios user
+
+---
+ etc/brokerd.ini      |    2 ++
+ etc/pollerd.ini      |    2 ++
+ etc/reactionnerd.ini |    2 ++
+ etc/receiverd.ini    |    2 ++
+ etc/schedulerd.ini   |    2 ++
+ 5 files changed, 10 insertions(+), 0 deletions(-)
+
+diff --git a/etc/brokerd.ini b/etc/brokerd.ini
+index 6ccc2fd..2f96b94 100644
+--- a/etc/brokerd.ini
++++ b/etc/brokerd.ini
+@@ -35,3 +35,5 @@ local_log=brokerd.log
+ # External modules watchdog. If a module got a brok queue() higher
+ # than this value, it will be killed and restart. Put to 0 to disable it
+ max_queue_size=100000
++user=nagios
++group=nagios
+diff --git a/etc/pollerd.ini b/etc/pollerd.ini
+index d3a8544..13bd4bf 100644
+--- a/etc/pollerd.ini
++++ b/etc/pollerd.ini
+@@ -31,3 +31,5 @@
+ use_local_log=1
+ local_log=pollerd.log
+ 
++user=nagios
++group=nagios
+diff --git a/etc/reactionnerd.ini b/etc/reactionnerd.ini
+index f6f479d..62a243d 100644
+--- a/etc/reactionnerd.ini
++++ b/etc/reactionnerd.ini
+@@ -21,3 +21,5 @@ hard_ssl_name_check=0
+ # Enable it only if you need it
+ use_local_log=1
+ #local_log=%(workdir)s/reactionnerd.log
++user=nagios
++group=nagios
+diff --git a/etc/receiverd.ini b/etc/receiverd.ini
+index 9af701c..2c80129 100644
+--- a/etc/receiverd.ini
++++ b/etc/receiverd.ini
+@@ -21,3 +21,5 @@ hard_ssl_name_check=0
+ # Enable it only if you need it
+ use_local_log=1
+ #local_log=%(workdir)s/receiverd.log
++user=nagios
++group=nagios
+diff --git a/etc/schedulerd.ini b/etc/schedulerd.ini
+index fd1c94f..8c4b388 100644
+--- a/etc/schedulerd.ini
++++ b/etc/schedulerd.ini
+@@ -20,3 +20,5 @@ hard_ssl_name_check=0
+ # Enable it only if you need it
+ use_local_log=1
+ #local_log=%(workdir)s/schedulerd.log
++user=nagios
++group=nagios
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 9f53db8..e6faa09 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-nagios-path-setup.patch
 0003-Fix-buildpath.patch
 0004-Use-nagios-user.patch
+0005-Fix-nagios-user.patch

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list