Hi,
I have recently installed Zabbix 2.0 and everything is ok as far as monitoring Linux and Windows servers. Great software.
My problem is with SNMP enabled devices such as Audiocodes VoIP Gateway.
I have been searching and reading wikis for days and I cannot figure this out.
Before moving to Zabbix I was using Zenoss and all I had to do was to enter the IP of the Zenoss in my Audiocodes gateway. Within few minutes the Interfaces status would show up just fine there.
I know that Zabbix 2.0 has Auto Discovery and should be able to do the same but I just don't know how.
I run the following command from my Zabbix server:
The above command return lots of stuff and I have attached few to this post. The one that I'm interested in is:
Of course I can add these manually to my Items and that works great but how can I just have Zabbix to automatically read all this and display it on gui?
I have already added the host and assigned SNMP port to it. I also assigned the host the standard SNMP V2 template. But I can't get the info that I attached to this post.
Can someone help me with this please?
Thanks.
I have recently installed Zabbix 2.0 and everything is ok as far as monitoring Linux and Windows servers. Great software.
My problem is with SNMP enabled devices such as Audiocodes VoIP Gateway.
I have been searching and reading wikis for days and I cannot figure this out.
Before moving to Zabbix I was using Zenoss and all I had to do was to enter the IP of the Zenoss in my Audiocodes gateway. Within few minutes the Interfaces status would show up just fine there.
I know that Zabbix 2.0 has Auto Discovery and should be able to do the same but I just don't know how.
I run the following command from my Zabbix server:
HTML Code:
snmpwalk -v 2c -c public 192.168.3.16 | head -n 40
HTML Code:
IF-MIB::ifDescr.1141129729 = STRING: Digital DS1 interface 1/1 IF-MIB::ifAdminStatus.1141129729 = INTEGER: up(1) IF-MIB::ifAdminStatus.1142698753 = INTEGER: up(1) IF-MIB::ifAdminStatus.1142698754 = INTEGER: up(1) IF-MIB::ifOperStatus.1141129729 = INTEGER: down(2) IF-MIB::ifOperStatus.1142698753 = INTEGER: up(1) IF-MIB::ifOperStatus.1142698754 = INTEGER: down(2)
I have already added the host and assigned SNMP port to it. I also assigned the host the standard SNMP V2 template. But I can't get the info that I attached to this post.
Can someone help me with this please?
Thanks.
Comment