Hello,
I'm trying to make SNMP monitoring. I' have a template with some OIDs.
SNMP seem to have a connection problem to monitored hos as I have following error in zabbix_server.log:
item [172.27.34.143:memTotalFree.0] became not supported: Cannot open snmp session
However, if i make the same request with snmpwalk on the same server, with same parameters it works:
[MYHOST]$ snmpwalk -c public -v 2c 172.27.34.143 memTotalFree.0
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 2107092 kB
What have I missed?
I'm trying to make SNMP monitoring. I' have a template with some OIDs.
SNMP seem to have a connection problem to monitored hos as I have following error in zabbix_server.log:
item [172.27.34.143:memTotalFree.0] became not supported: Cannot open snmp session
However, if i make the same request with snmpwalk on the same server, with same parameters it works:
[MYHOST]$ snmpwalk -c public -v 2c 172.27.34.143 memTotalFree.0
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 2107092 kB
What have I missed?
Comment