Asterisk monitoring Active channels and Active calls

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sairaj
Posts: 4
Joined: Tue Jul 17, 2012 12:23 pm

Asterisk monitoring Active channels and Active calls

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Asterisk monitoring Active channels and Active calls

Post by scottwilkerson »

This guide goes over all of the steps required to add plugins
http://library.nagios.com/library/produ ... -nagios-xi
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
sairaj
Posts: 4
Joined: Tue Jul 17, 2012 12:23 pm

Re: Asterisk monitoring Active channels and Active calls

Post 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
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Asterisk monitoring Active channels and Active calls

Post 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"
Locked