Hi Guys,
I got the requirement the to Monitor the Allowrx IP Phones in Nagios/Icinga. But did not find any plugin that can monitor the Allworx IP phones.
but i got one PDF Documents which shows allworx SNMP MIB and their related OID details. so I find out what OID has what value and then I take value of the OID and by check_snmp and check_snmp_storage.pl plugin.
please have look of below checks that you Guys can perform and Monitor the diff-2 statics like Memory , HardDisk...etc..
[root@serverX libexec]# ./check_snmp_storage.pl -H <host> -C <community string> -m -q Ram -w 80 -c 90 -t 30 -f -2
Physical Memory: 42%used(49MB/118MB) (<80%) : OK | 'Physical_Memory'=49MB;94;106;0;118
[root@serverX libexec]# ./check_snmp_storage.pl -H <Host> -C <community string> -m -q FixedDisk -w 80 -c 90 -t 30 -f -2
Hard Disk Drive: 1%used(563MB/38154MB) (<80%) : OK | 'Hard_Disk_Drive'=563MB;30523;34339;0;38154
[root@serverX libexec]# ./check_snmp ! -C <community sting> -o HOST-RESOURCES-MIB::hrDeviceStatus.1.1.3.6.1.2.1.25.3.2.1.5.1 -w 3 -c 5 -c 20 -H <Host> -P 2c -l running
SNMP OK - running 2 | running=2
Status 2 shows device is up and running more details you can get in Allworx PDF
[root@serverX libexec]# ./check_snmp -C <community string> -o HOST-RESOURCES-MIB::hrDeviceErrors.1.1.3.6.1.2.1.25.3.2.1.6.1 -w 3 -c 5 -H <Host> -P 2c -l error
SNMP OK - error 0 | error=0
Hoping you Guys will find this useful.
Thanks & Regards
Mohd Danish
Monitoring Allworx IP Phones.
Re: Monitoring Allworx IP Phones.
Thank you for posting that, I'm sure future visitors will find it helpful!