diff options
author | Ken D <kdobbins@op5.com> | 2018-08-27 14:53:11 (GMT) |
---|---|---|
committer | Lorenz Kästle <lorenz.kaestle@netways.de> | 2022-01-14 14:52:00 (GMT) |
commit | 69fed9d08363085e8f6689bc8c9df2e9ad0f4cdb (patch) | |
tree | 123d8dba56360a396de6f6f34d86b1074e55ed16 /plugins/check_snmp.c | |
parent | a1f328900049852d9a2b4c810c28b49e2101e337 (diff) | |
download | monitoring-plugins-69fed9d08363085e8f6689bc8c9df2e9ad0f4cdb.tar.gz |
Updated int state to human readablerefs/pull/1496/head
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r-- | plugins/check_snmp.c | 2 |
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; | |||
113 | char *privproto = NULL; | 113 | char *privproto = NULL; |
114 | char *authpasswd = NULL; | 114 | char *authpasswd = NULL; |
115 | char *privpasswd = NULL; | 115 | char *privpasswd = NULL; |
116 | int nulloid = 3; | 116 | int nulloid = STATE_UNKNOWN; |
117 | char **oids = NULL; | 117 | char **oids = NULL; |
118 | size_t oids_size = 0; | 118 | size_t oids_size = 0; |
119 | char *label; | 119 | char *label; |