From ca109dc7ed7fd3093f267d4a19fe49f073476356 Mon Sep 17 00:00:00 2001 From: Stanley Hopcroft Date: Wed, 24 Nov 2004 06:36:13 +0000 Subject: add -OQa to command_line in check_hpjd.c. Correct nagiosplug-Bugs-889948, 846329 git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@933 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index b124cce..5699570 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c @@ -103,7 +103,7 @@ main (int argc, char **argv) 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 */ -- cgit v0.10-9-g596f