zabbixagent
Technical User
Hi Everybody,
I configured a Server with the application Zabbix to monitor several IP Office through SNMP.
This server is actually monitoring some Avaya Communication Manager Servers and it work correctly.
To make it working, I copied all AVAYA'S MIB files to the directory /usr/share/snmp/mibs/.
For example, If I want to check which memory configuration (standard or large) is configured in one of my server, I use the Object Type "g3vintageCurMemory" from the MIB file G3-AVAYA-MIB like that :
root# snmptranslate -On G3-AVAYA-MIB::g3vintageCurMemory
I get the following OID : .1.3.6.1.4.1.6889.2.8.1.2.7
With this OID (Object ID), I can check the AVAYA Server like that :
root# snmpwalk -OX -v 1 -c public 10.0.45.99 .1.3.6.1.4.1.6889.2.8.1.2.7
I get the information about the memory configuration :
SNMPv2-SMI::enterprises.6889.2.8.1.2.7.0 = STRING: "Standard"
Thus Memory Configuration = Standard.
I want to do the same for the system IP Office on version 8.0 but it doesn't work.
For example, I wish to check the state of a PRI Trunk Group.
To do it, I have to use the Object Type "ipoGenTrunkFailureSvcEvent" :
root# snmptranslate -On IPO-MIB::ipoGenTrunkFailureSvcEvent
The result is : .1.3.6.1.4.1.6889.2.2.1.2.0.50
So, until now, everything work good.
And when I which to check the IP Office Trunk state with this OID, I get the message "END OF MIB" :
root# snmpwalk -OX -v 1 -c public 10.0.46.99 .1.3.6.1.4.1.6889.2.2.1.2.0.50
End Of MIB
Information about my test plateform :
IP Office 8.0(16)
Zabbix Server 1.8 on CENTOS 5.7
net-snmp-5.3.2.2-17.el5.x86_64
Anyone have an explanation ????
I configured a Server with the application Zabbix to monitor several IP Office through SNMP.
This server is actually monitoring some Avaya Communication Manager Servers and it work correctly.
To make it working, I copied all AVAYA'S MIB files to the directory /usr/share/snmp/mibs/.
For example, If I want to check which memory configuration (standard or large) is configured in one of my server, I use the Object Type "g3vintageCurMemory" from the MIB file G3-AVAYA-MIB like that :
root# snmptranslate -On G3-AVAYA-MIB::g3vintageCurMemory
I get the following OID : .1.3.6.1.4.1.6889.2.8.1.2.7
With this OID (Object ID), I can check the AVAYA Server like that :
root# snmpwalk -OX -v 1 -c public 10.0.45.99 .1.3.6.1.4.1.6889.2.8.1.2.7
I get the information about the memory configuration :
SNMPv2-SMI::enterprises.6889.2.8.1.2.7.0 = STRING: "Standard"
Thus Memory Configuration = Standard.
I want to do the same for the system IP Office on version 8.0 but it doesn't work.
For example, I wish to check the state of a PRI Trunk Group.
To do it, I have to use the Object Type "ipoGenTrunkFailureSvcEvent" :
root# snmptranslate -On IPO-MIB::ipoGenTrunkFailureSvcEvent
The result is : .1.3.6.1.4.1.6889.2.2.1.2.0.50
So, until now, everything work good.
And when I which to check the IP Office Trunk state with this OID, I get the message "END OF MIB" :
root# snmpwalk -OX -v 1 -c public 10.0.46.99 .1.3.6.1.4.1.6889.2.2.1.2.0.50
End Of MIB
Information about my test plateform :
IP Office 8.0(16)
Zabbix Server 1.8 on CENTOS 5.7
net-snmp-5.3.2.2-17.el5.x86_64
Anyone have an explanation ????