summaryrefslogtreecommitdiffstats
path: root/plugins/check_hpjd.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r--plugins/check_hpjd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c
index 8234abd..9d1878a 100644
--- a/plugins/check_hpjd.c
+++ b/plugins/check_hpjd.c
@@ -135,7 +135,7 @@ main (int argc, char **argv)
135 HPJD_GD_DOOR_OPEN, HPJD_GD_PAPER_OUTPUT, HPJD_GD_STATUS_DISPLAY); 135 HPJD_GD_DOOR_OPEN, HPJD_GD_PAPER_OUTPUT, HPJD_GD_STATUS_DISPLAY);
136 136
137 /* get the command to run */ 137 /* get the command to run */
138 sprintf (command_line, "%s -v 1 %s %s %s", PATH_TO_SNMPGET, address, 138 sprintf (command_line, "%s -m : -v 1 %s %s %s", PATH_TO_SNMPGET, address,
139 community, query_string); 139 community, query_string);
140 140
141 /* run the command */ 141 /* run the command */