hi there, using zabbix 1.0 from debian stable.
1. i am getting "Parameter [icmpInAddrMaskReps] is not supported by agent on host [myhost]" in my /etc/zabbix/suckerd.log.
however, i can get this parameter with snmpwalk using both v1 and v2c.
deb-sdb1:/etc/mysql# snmpwalk -v 2c -c public myhost 1.3.6.1.2.1.5.13.0
IP-MIB::icmpInAddrMaskReps.0 = Counter32: 0
2. initially, i simply added the template values from Host.SNMP. but the default community was incorrect. i used mysql to update+commit the snmp_community and verified that it was correct in the GUI.
however, in the items page, the status says "Not Supported". so i click on "Change" in the Actions column, change the drop down from "Not Supported" to "Monitored" in the Status row; click update; but nothing is happening. it said "item updated" in the box on top, but i can see in mysql that the row in item has not changed.
how can i get it to try again with the new community?
thanks
1. i am getting "Parameter [icmpInAddrMaskReps] is not supported by agent on host [myhost]" in my /etc/zabbix/suckerd.log.
however, i can get this parameter with snmpwalk using both v1 and v2c.
deb-sdb1:/etc/mysql# snmpwalk -v 2c -c public myhost 1.3.6.1.2.1.5.13.0
IP-MIB::icmpInAddrMaskReps.0 = Counter32: 0
2. initially, i simply added the template values from Host.SNMP. but the default community was incorrect. i used mysql to update+commit the snmp_community and verified that it was correct in the GUI.
however, in the items page, the status says "Not Supported". so i click on "Change" in the Actions column, change the drop down from "Not Supported" to "Monitored" in the Status row; click update; but nothing is happening. it said "item updated" in the box on top, but i can see in mysql that the row in item has not changed.
how can i get it to try again with the new community?
thanks
Comment