Title: [opsview-base] [300] Move nrpe.pid between directories
Revision
300
Author
dferguson
Date
2013-07-03 13:20:25 +0100 (Wed, 03 Jul 2013)

Log Message

Move nrpe.pid between directories

Move it from /usr/local/nagios/var to /var/run

6397/OVS-5228

Modified Paths

Modified: trunk/debian/opsview-agent.init.d
===================================================================
--- trunk/debian/opsview-agent.init.d	2013-07-02 15:33:14 UTC (rev 299)
+++ trunk/debian/opsview-agent.init.d	2013-07-03 12:20:25 UTC (rev 300)
@@ -18,7 +18,7 @@
 NAME=opsview-agent
 DESC=opsview-agent
 CONFIG=/usr/local/nagios/etc/nrpe.cfg
-PIDFILE=/usr/local/nagios/var/nrpe.pid
+PIDFILE=/var/run/nrpe.pid
 
 # Problem due to file descriptor left open by Debian apt-get process
 exec 3>/dev/null

Modified: trunk/nrpe.cfg.in
===================================================================
--- trunk/nrpe.cfg.in	2013-07-02 15:33:14 UTC (rev 299)
+++ trunk/nrpe.cfg.in	2013-07-03 12:20:25 UTC (rev 300)
@@ -28,7 +28,7 @@
 # number.  The file is only written if the NRPE daemon is started by the root
 # user and is running in standalone mode.
 
-pid_file=/usr/local/nagios/var/nrpe.pid
+pid_file=/var/run/nrpe.pid
 
 
 

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to