Re: [Asterisk-Users] Quality monitoring

2006-06-22 Thread Anthony Rodgers

Care to share your Nagios plugin?

Regards,
--
Anthony Rodgers
Business Systems Analyst
District of North Vancouver
Web: http://www.dnv.org
RSS Feed: http://www.dnv.org/rss.asp


On Jun 22, 2006, at 9:53 AM, Curt Shaffer wrote:

Does anyone out there have a recommendation for tools that will 
monitor the quality of VoIP systems? I am looking for jitter and MOS 
monitoring. I have a custom Nagios plugin that is alerting me if the 
jitter jumps out of a 20ms but I am looking for a little more detail. 
I would not be against writing something in Perl for Nagios to do but 
I don’t really know where to start on measuring jitter other than with 
ICMP pulls and really don’t know where to start with doing MOS.

 
Any ideas?
 
Thanks
 
Curt
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Quality monitoring

2006-06-22 Thread Curt Shaffer
It is really just a play on the check_icmp plugin. You could accomplish the
same thing by doing the following:


$USER1$/check_icmp -H $HOSTADDRESS$ -w 80.0,80% -c 100.0,100% -n 1

Where in this example it is an RTA of 80ms or 80% packet loss for a warning
and 100ms or 100% packet loss for critical. The perfdata is then passed to
perfparse for graphing. 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony
Rodgers
Sent: Thursday, June 22, 2006 2:02 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Quality monitoring

Care to share your Nagios plugin?

Regards,
-- 
Anthony Rodgers
Business Systems Analyst
District of North Vancouver
Web: http://www.dnv.org
RSS Feed: http://www.dnv.org/rss.asp


On Jun 22, 2006, at 9:53 AM, Curt Shaffer wrote:

 Does anyone out there have a recommendation for tools that will 
 monitor the quality of VoIP systems? I am looking for jitter and MOS 
 monitoring. I have a custom Nagios plugin that is alerting me if the 
 jitter jumps out of a 20ms but I am looking for a little more detail. 
 I would not be against writing something in Perl for Nagios to do but 
 I don’t really know where to start on measuring jitter other than with 
 ICMP pulls and really don’t know where to start with doing MOS.
  
 Any ideas?
  
 Thanks
  
 Curt
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Quality monitoring

2006-06-22 Thread Anthony Rodgers

Great - thanks, Curt!

A.

On Jun 22, 2006, at 11:30 AM, Curt Shaffer wrote:

It is really just a play on the check_icmp plugin. You could 
accomplish the

same thing by doing the following:


$USER1$/check_icmp -H $HOSTADDRESS$ -w 80.0,80% -c 100.0,100% -n 1

Where in this example it is an RTA of 80ms or 80% packet loss for a 
warning
and 100ms or 100% packet loss for critical. The perfdata is then 
passed to

perfparse for graphing.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony
Rodgers
Sent: Thursday, June 22, 2006 2:02 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Quality monitoring

Care to share your Nagios plugin?

Regards,
--
Anthony Rodgers
Business Systems Analyst
District of North Vancouver
Web: http://www.dnv.org
RSS Feed: http://www.dnv.org/rss.asp


On Jun 22, 2006, at 9:53 AM, Curt Shaffer wrote:

 Does anyone out there have a recommendation for tools that will
 monitor the quality of VoIP systems? I am looking for jitter and MOS
 monitoring. I have a custom Nagios plugin that is alerting me if the
 jitter jumps out of a 20ms but I am looking for a little more detail.
 I would not be against writing something in Perl for Nagios to do but
 I don’t really know where to start on measuring jitter other than 
with

 ICMP pulls and really don’t know where to start with doing MOS.
  
 Any ideas?
  
 Thanks
  
 Curt


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users