Hi all
I'm having some trouble with discovery function in Zabbix 1.6.
I'm unable to get host discovered.
I've created a rule like this:
Name: NET1
Discovery by proxy: (no proxy)
IP range: 192.168.1.1-255
Delay (seconds): 30
Checks: SNMPv2 agent "mycommunity":"sysDescr"
Status active
but host are never being discovered.
If i'll test the snmp check from zabbix server, it works:
If i'll create a discovery rule with HTTP all is working fine, but I don't want to check via HTTP.
How can I solve this issue?
Thank you.
I'm having some trouble with discovery function in Zabbix 1.6.
I'm unable to get host discovered.
I've created a rule like this:
Name: NET1
Discovery by proxy: (no proxy)
IP range: 192.168.1.1-255
Delay (seconds): 30
Checks: SNMPv2 agent "mycommunity":"sysDescr"
Status active
but host are never being discovered.
If i'll test the snmp check from zabbix server, it works:
Code:
# snmpwalk -v 2c -c mycommunity 192.168.1.14 sysDescr SNMPv2-MIB::sysDescr.0 = STRING: Linux host14 2.6.18-6-amd64 #1 SMP Thu Dec 25 21:08:54 UTC 2008 x86_64
How can I solve this issue?
Thank you.
Comment