From 3178c8c0ff18822a04fe01c749f3564887473eed Mon Sep 17 00:00:00 2001 From: Thomas Kurschel Date: Wed, 26 Aug 2015 14:21:03 +0200 Subject: check_snmp: fix push request 1173 for SNMP responses without datatype indicator diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index da9638c..51cdc78 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c @@ -461,7 +461,7 @@ main (int argc, char **argv) show = strstr (response, "Timeticks: "); } else - show = response + 3; + show = response; iresult = STATE_DEPENDENT; -- cgit v0.10-9-g596f