[Nagiosplug-checkins] nagiosplug command.cfg.in,1.11,1.12 REQUIREMENTS,1.5,1.6 AUTHORS,1.43,1.44

Matthew Kent mattkent at users.sourceforge.net
Wed Dec 1 20:38:00 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3083

Modified Files:
	command.cfg.in REQUIREMENTS AUTHORS 
Log Message:
Patch from Arnaud Quette to bring support to NUT 2.0 plus couple improvements and fixes (1038413 which includes 1032009, 815785).


Index: command.cfg.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/command.cfg.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- command.cfg.in	12 Jun 2003 04:46:10 -0000	1.11
+++ command.cfg.in	2 Dec 2004 04:36:58 -0000	1.12
@@ -91,6 +91,7 @@
 command[check_procs_zombie]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ -s Z
 command[check_procs_httpd]=@libexecdir@/check_procs -w 5:$ARG1$ -c 1:$ARG2$ -C httpd
 command[check_procs_vsz]=@libexecdir@/check_procs -w 8096 -c 16182 -C httpd --metric VSZ
+command[check_ups]=@libexecdir@/check_ups -H $HOSTADDRESS$ -u $UPS$
 
 # An example of using check_by_ssh as an active service check
 command[ssh_disk]=@libexecdir@/check_by_ssh -H $HOSTADDRESS$ -C '@libexecdir@/check_disk -w 85% -c 95% -p $ARG1$'

Index: REQUIREMENTS
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/REQUIREMENTS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- REQUIREMENTS	29 Apr 2004 11:12:20 -0000	1.5
+++ REQUIREMENTS	2 Dec 2004 04:36:58 -0000	1.6
@@ -65,6 +65,9 @@
 	- Requires NSClient to run on the NT server to monitor
 	  http://nsclient.ready2run.nl/
 
+check_ups:
+       - Requires Network UPS Tools (>= 1.4) to run on the server to monitor
+         http://www.networkupstools.org/
 
 OS Specific Issues
 ------------------

Index: AUTHORS
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/AUTHORS,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- AUTHORS	26 Nov 2004 08:54:18 -0000	1.43
+++ AUTHORS	2 Dec 2004 04:36:58 -0000	1.44
@@ -133,3 +133,6 @@
 Stanley Hopcroft
 Rok Debevc
 Tom De Blende
+Alain Richard
+Arnaud Quette
+Alen Salamun





More information about the Commits mailing list