summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen D <kdobbins@op5.com>2018-08-27 14:53:11 (GMT)
committerLorenz Kästle <lorenz.kaestle@netways.de>2022-01-14 14:52:00 (GMT)
commit69fed9d08363085e8f6689bc8c9df2e9ad0f4cdb (patch)
tree123d8dba56360a396de6f6f34d86b1074e55ed16
parenta1f328900049852d9a2b4c810c28b49e2101e337 (diff)
downloadmonitoring-plugins-69fed9d.tar.gz
Updated int state to human readablerefs/pull/1496/head
-rw-r--r--plugins/check_snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 66d761c..bd13e57 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -113,7 +113,7 @@ char *authproto = NULL;
113char *privproto = NULL; 113char *privproto = NULL;
114char *authpasswd = NULL; 114char *authpasswd = NULL;
115char *privpasswd = NULL; 115char *privpasswd = NULL;
116int nulloid = 3; 116int nulloid = STATE_UNKNOWN;
117char **oids = NULL; 117char **oids = NULL;
118size_t oids_size = 0; 118size_t oids_size = 0;
119char *label; 119char *label;