I am trying to create an snmp monitoring item in zabbix to pull data for a specific OID that so we can monitor sessions across a weblogic application. We have been monitoring this using Zenoss for a few years with this setup and I know the complete OID I need to get data from.
I created the item in Zabbix but always get "SNMP agent item "luminis_total_sessions" on host "XXXXX" failed: first network error, wait for 15 seconds" followed by another error 15 seconds later and the data is never retrieved. This occurs over and over.
If I run snmpwalk or snmpget on the zabbix server where it is trying to get the data, it works for me every time. I just can't get zabbix to get the data.
snmpget -r 0 -xxxxx -v2c -On IP.ADDRESS 1.3.6.1.4.1.2021.8.1.101.8
.1.3.6.1.4.1.2021.8.1.101.8 = STRING: 318
snmpwalk -r 0 -xxxxx -v2c -On IP.ADDRESS 1.3.6.1.4.1.2021.8.1.101.8
.1.3.6.1.4.1.2021.8.1.101.8 = STRING: 390
Any suggestions? by all rights it looks like I should be able to pull the data.
Thanks!
I created the item in Zabbix but always get "SNMP agent item "luminis_total_sessions" on host "XXXXX" failed: first network error, wait for 15 seconds" followed by another error 15 seconds later and the data is never retrieved. This occurs over and over.
If I run snmpwalk or snmpget on the zabbix server where it is trying to get the data, it works for me every time. I just can't get zabbix to get the data.
snmpget -r 0 -xxxxx -v2c -On IP.ADDRESS 1.3.6.1.4.1.2021.8.1.101.8
.1.3.6.1.4.1.2021.8.1.101.8 = STRING: 318
snmpwalk -r 0 -xxxxx -v2c -On IP.ADDRESS 1.3.6.1.4.1.2021.8.1.101.8
.1.3.6.1.4.1.2021.8.1.101.8 = STRING: 390
Any suggestions? by all rights it looks like I should be able to pull the data.
Thanks!
, I guess.
Comment