[Pkg-nagios-devel] nagios changelog,1.42,1.43 nagios-common.nagios.init,1.7,1.8
seanius@haydn.debian.org
seanius@haydn.debian.org
Update of /cvsroot/pkg-nagios/nagios
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv19255
Modified Files:
changelog nagios-common.nagios.init
Log Message:
czech translation and init script bugfix
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/changelog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- changelog 24 Feb 2005 01:30:38 -0000 1.42
+++ changelog 5 Mar 2005 18:48:19 -0000 1.43
@@ -1,3 +1,12 @@
+nagios (2:1.3-cvs.20050116-5) unstable; urgency=low
+ * Sean Finney:
+ - updated czech translation, courtesy of
+ Miroslav Kure <kurem@upcase.inf.upol.cz> (closes: #298213).
+ - refine the check_nagios function in the init script to look
+ for /usr/sbin/nagios instead of anything matching nagios.
+ should fix init script restarts after nagios has crashes.
+ thanks to Stephane Dudzinski <stephane@cp.dias.ie> (closes: #297905).
+
nagios (2:1.3-cvs.20050116-4) unstable; urgency=low
* Sean Finney:
Index: nagios-common.nagios.init
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/nagios-common.nagios.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- nagios-common.nagios.init 24 Feb 2005 01:18:38 -0000 1.7
+++ nagios-common.nagios.init 5 Mar 2005 18:48:20 -0000 1.8
@@ -36,7 +36,7 @@
fi
fi
if [ -f /usr/lib/nagios/plugins/check_nagios ]; then
- if ! /usr/lib/nagios/plugins/check_nagios -e 15 -F /var/log/nagios/status.log -C 'nagios' > /dev/null; then
+ if ! /usr/lib/nagios/plugins/check_nagios -e 15 -F /var/log/nagios/status.log -C '/usr/sbin/nagios' > /dev/null; then
return 1 # isn't started
fi
fi