[Nagiosplug-checkins] nagiosplug/plugins check_hpjd.c,1.20,1.21

Stanley Hopcroft stanleyhopcroft at users.sourceforge.net
Wed Nov 24 13:08:55 CET 2004


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

Modified Files:
	check_hpjd.c 
Log Message:
add -OQa to command_line in check_hpjd.c. Correct nagiosplug-Bugs-889948, 846329

Index: check_hpjd.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_hpjd.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- check_hpjd.c	24 Nov 2004 00:46:38 -0000	1.20
+++ check_hpjd.c	24 Nov 2004 06:36:13 -0000	1.21
@@ -103,7 +103,7 @@
 		 HPJD_GD_DOOR_OPEN, HPJD_GD_PAPER_OUTPUT, HPJD_GD_STATUS_DISPLAY);
 
 	/* get the command to run */
-	sprintf (command_line, "%s -m : -v 1 -c %s %s %s", PATH_TO_SNMPGET, community, 
+	sprintf (command_line, "%s -OQa -m : -v 1 -c %s %s %s", PATH_TO_SNMPGET, community, 
 									address, query_string);
 
 	/* run the command */





More information about the Commits mailing list