summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c4000f5)
raw | patch | inline | side by side (parent: c4000f5)
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | |
Wed, 24 Nov 2004 06:36:13 +0000 (06:36 +0000) | ||
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | |
Wed, 24 Nov 2004 06:36:13 +0000 (06:36 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@933 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_hpjd.c | patch | blob | history |
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c
index b124cceb82f153a13e65c8e17b195725e56b567c..5699570c08e8a064bfb2dd259a0f8df54e3c2536 100644 (file)
--- a/plugins/check_hpjd.c
+++ b/plugins/check_hpjd.c
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 */