I whipped a script together that logs into the Asterisk AMI and returns some key Asterisk data :
Skype (Licenses,Calls)
G729 (Licenses, Encoders,Decoders)
Asterisk (Calls, Channels)
This is all without the yucky launching of the asterisk CLI or dealing with sudoers. There's a semaphore lock in place (making this Linux/UNIX only for now) to prevent the AMI from being accessed by more than one check at a time.
Details are available here : http://code.google.com/p/zabbix-asterisk/
As always, would love feedback, bug reports, patches, or suggestions for new features. It's *very* raw, I'm just getting it out there to have it out there, but I know there's stuff to clean up/fix. It's missing an XML import file as well.
Skype (Licenses,Calls)
G729 (Licenses, Encoders,Decoders)
Asterisk (Calls, Channels)
This is all without the yucky launching of the asterisk CLI or dealing with sudoers. There's a semaphore lock in place (making this Linux/UNIX only for now) to prevent the AMI from being accessed by more than one check at a time.
Details are available here : http://code.google.com/p/zabbix-asterisk/
As always, would love feedback, bug reports, patches, or suggestions for new features. It's *very* raw, I'm just getting it out there to have it out there, but I know there's stuff to clean up/fix. It's missing an XML import file as well.
Comment