Search found 1 match

by [email protected]
Fri Nov 01, 2013 12:12 pm
Forum: Open Source Nagios Projects
Topic: check_snmp doesnt takes long argument strings...
Replies: 0
Views: 1942

check_snmp doesnt takes long argument strings...

Hi, I’m new to forum, working on a nagios issue at my office. I am using check_snmp to grab multiple OID values at one time, as follows in example: ./check_snmp –H 1.1.1.1 –C public –o ‘<OID1>,<OID2>,…<OIDn>’ –u ‘<Label1>,<Label2>,…<Labeln>’ It seems that there is some sort of string limit on the nu...