RE: [Asterisk-Users] Re: Asterisk monitoring with Nagios and IAX (RoySigurd Karlsbakk)

2005-01-19 Thread Robert Jackson
> -Original Message- > From: Roy Sigurd Karlsbakk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 6:41 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Re: Asterisk monitoring with > Nagios and IAX (R

Re: [Asterisk-Users] Re: Asterisk monitoring with Nagios and IAX (Roy Sigurd Karlsbakk)

2005-01-19 Thread Jens Vagelpohl
There: https://sourceforge.net/tracker/index.php? func=detail&aid=746083&group_id=29880&atid=541465 Added IAX ping :) Improvement suggestion: The while loop that checks for an IAX answer currently runs as "while (1)", so it always runs until the timeout has been reached. I replaced the "whil

Re: [Asterisk-Users] Re: Asterisk monitoring with Nagios and IAX (Roy Sigurd Karlsbakk)

2005-01-19 Thread Jens Vagelpohl
I'm going to look into using a network traffic analyzer to capture such a packet and just use that Windoze iaxping binary to generate it. I had hoped I would not need to go that far ;) There: https://sourceforge.net/tracker/index.php? func=detail&aid=746083&group_id=29880&atid=541465 Added I

Re: [Asterisk-Users] Re: Asterisk monitoring with Nagios and IAX (Roy Sigurd Karlsbakk)

2005-01-19 Thread Roy Sigurd Karlsbakk
There's always AstWinPeers - which effectively does an IAX2 show peers or SIP show peers graphically for Winblows. Oh yeah - I wrote it, so you can find it on the downloads page of the Daily Asterisk News (in my footer). The nagios plugin, when probing the manager, counts the number of channels

Re: [Asterisk-Users] Re: Asterisk monitoring with Nagios and IAX (Roy Sigurd Karlsbakk)

2005-01-19 Thread Matt Riddell
Roy Sigurd Karlsbakk wrote: it's there already, on http://karlsbakk.net/asterisk/ and under "new plugins" on http://sourceforge.net/projects/nagiosplug/ Yes, I've looked at your plugin. However, I'm trying to come up with a much simpler setup that does not require access to the manager inter

Re: [Asterisk-Users] Re: Asterisk monitoring with Nagios and IAX (Roy Sigurd Karlsbakk)

2005-01-19 Thread Roy Sigurd Karlsbakk
it's there already, on http://karlsbakk.net/asterisk/ and under "new plugins" on http://sourceforge.net/projects/nagiosplug/ Yes, I've looked at your plugin. However, I'm trying to come up with a much simpler setup that does not require access to the manager interface and that does not requir

Re: [Asterisk-Users] Re: Asterisk monitoring with Nagios and IAX (Roy Sigurd Karlsbakk)

2005-01-19 Thread Jens Vagelpohl
it's there already, on http://karlsbakk.net/asterisk/ and under "new plugins" on http://sourceforge.net/projects/nagiosplug/ Yes, I've looked at your plugin. However, I'm trying to come up with a much simpler setup that does not require access to the manager interface and that does not require a

Re: [Asterisk-Users] RE: Asterisk monitoring with Nagios and IAX

2005-01-19 Thread Jens Vagelpohl
On Jan 19, 2005, at 10:09, Florian Lefeuvre wrote: Hi, What do you want to check exacly? that * is still alive? you want to know the number of concurrent call? The only think I want to find out is if Asterisk is still alive and requests coming in via IAX2 are answered. Just some kind of simple pin

[Asterisk-Users] Re: Asterisk monitoring with Nagios and IAX (Roy Sigurd Karlsbakk)

2005-01-19 Thread Roy Sigurd Karlsbakk
Is that excellent work you referred to freely available? it is released under GPL I would bet that the community, most especially us, would be most interested in it, if you could make it available. Or, better yet, publish it to something www.SF.net & we can all improve upon it in the future. I lov

[Asterisk-Users] RE: Asterisk monitoring with Nagios and IAX

2005-01-19 Thread Florian Lefeuvre
Hi, What do you want to check exacly? that * is still alive? you want to know the number of concurrent call? Florian Hi *, Does anyone have a lead on a Nagios plugin that speaks IAX or a small app to do so? I'm trying to set up remote monitoring for my Asterisk server and only IAX2 traffic is al