mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
check_snmp: fix push request 1173 for SNMP responses without datatype indicator
This commit is contained in:
parent
0dc6537612
commit
3178c8c0ff
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ main (int argc, char **argv)
|
|||
show = strstr (response, "Timeticks: ");
|
||||
}
|
||||
else
|
||||
show = response + 3;
|
||||
show = response;
|
||||
|
||||
iresult = STATE_DEPENDENT;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue