[Nagiosplug-checkins] nagiosplug/plugins check_ide-smart.c,1.8,1.9 check_pgsql.c,1.23,1.24

Benoit Mortier opensides at users.sourceforge.net
Fri Dec 3 00:46:00 CET 2004


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

Modified Files:
	check_ide-smart.c check_pgsql.c 
Log Message:

correcting copyright and remaning int result = STATE_UNKNOWN;



Index: check_pgsql.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_pgsql.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- check_pgsql.c	3 Dec 2004 00:55:27 -0000	1.23
+++ check_pgsql.c	3 Dec 2004 08:45:22 -0000	1.24
@@ -121,7 +121,8 @@
 int
 main (int argc, char **argv)
 {
-	int elapsed_time, status;
+	int elapsed_time;
+	int status = STATE_UNKNOWN;
 
 	/* begin, by setting the parameters for a backend connection if the
 	 * parameters are null, then the system will try to use reasonable

Index: check_ide-smart.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ide-smart.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- check_ide-smart.c	3 Dec 2004 00:55:27 -0000	1.8
+++ check_ide-smart.c	3 Dec 2004 08:45:22 -0000	1.9
@@ -376,6 +376,7 @@
 	printf ("check_ide-smart v.1 - FREE Software with NO WARRANTY\n");
 	printf ("Nagios feature - Robert Dale <rdale at digital-mission.com>\n");
 	printf ("(C) 1999 Ragnar Hojland Espinosa <ragnar at lightside.dhis.org>\n");
+	printf (COPYRIGHT, copyright, email);
 }
 
 





More information about the Commits mailing list