Hi guys,
If i put this in my input file :
snmp {
id => "tester"
walk => ["1.3.6.1.2.1.16.9.2.1.4"]
hosts => [{host => "udp:10.19.253.1/161" community => "cg974snmp"}]
}
It doesn't work, i got nothing in output, but if i put this one for example :
snmp {
id => "tester"
walk => ["1.3.6.1.2.1.16.9.2.1.4.179"]
hosts => [{host => "udp:10.19.253.1/161" community => "cg974snmp"}]
}
I got that I want in output, but as you understand i want every message after the OID 1.3.6.1.2.1.16.9.2.1.4, so what is the problem ?
Sorry for bad english, thankss.