Page 1 of 1

Asterisk monitoring Active channels and Active calls

Posted: Wed Jul 18, 2012 9:22 am
by sairaj
Asterisk monitoring Active channels and Active calls

I have uploaded the monitoring plugins from nagios regarding active channels and active calls . The plugin is check_asterisk_channels. i have uploaded the plugins in nagioxi and able to see the services related the active channels and active calls . but i am not getting any alert when channels exceeds the maximum warning and maximum critical notification to my mail id . i have added the parameter as the given the nagios monitoring article. cd /usr/local/nagios/libexex/


./check_asterisk_channels -w 10 -c 15 .
Please give me a solution, is there any other parameters i have to used to fix the issue alert to my mail id.

Re: Asterisk monitoring Active channels and Active calls

Posted: Wed Jul 18, 2012 9:47 am
by scottwilkerson
This guide goes over all of the steps required to add plugins
http://library.nagios.com/library/produ ... -nagios-xi

Re: Asterisk monitoring Active channels and Active calls

Posted: Wed Jul 18, 2012 11:55 am
by sairaj
Hi scottwilkerson,

Thanks for immediate response , thanks for you link. i have already configured and seeing service by name as asterisk channels and calls on nagios xi gui. issue is i did not get alert to my the mail id. i want to know whether is it a right way to run script with the parameters. the way of running script under /usr/local/nagios/libexec for your view. ./check_asterisk_channels -w 10 -c 15 . Your solution related to this issue is highly appriaciated.once more thanks for replying.

Thanking you very much

Re: Asterisk monitoring Active channels and Active calls

Posted: Wed Jul 18, 2012 1:16 pm
by slansing
It looks like the uploader included a help file, try adding --help to the end of the command entry in the Nagios terminal like this:

Code: Select all

./check_asterisk_channels --help
This "should" give you examples of how it can be used, as well as the arguments required.

If that does not work for you there is an alternative check which may be found here:

http://sourceforge.net/projects/nagisk/files/nagisk/

And includes a reasonable amount of documentation. "It is a bit out dated"