Now that you’ve built Asterisk around your entire life it might be a good idea to make sure it stays up!
Argus
The current version of Argus has builtin support for monitoring SIP and IAX2, as well as support for querying the asterisk manager interface. Argus can be configured to notify someone if a PRI goes down, or if asterisk goes off to la-la-land (etc). Example Argus Config
Cacti
Cacti is a general-purpose monitoring application, one user has developed an Asterisk plugin. Update in 2007.
We at ITConnection.ru are happy to post a Cacti script for Asterisk IP-PBX statistics. It’s based on Python, works over Asterisk manager API connection and provides cute and comprehensive graphs. You can download Cacti’s plug-in from this page:https://forums.cacti.net/viewtopic.php?p=111317
Cognito
Cognito’s flagship monitoring offering, Precognito supports Asterisk monitoring out of the box, with metrics on active calls, channels as well as real-time alerts when there are performance issues with the Asterisk application or the underlying OS. On-demand and scheduled reports are also available, and Cognito supports its customers with certified Linux engineers who help customers with deployments and maintenance.
easySysAdmin
easySysAdmin easySysAdmin is an automated support/security platform, designed to save your engineer’s time and prevent hacking attempts. Specifically of interest to Asterisk users is the monitoring of SIP registrations, and automatic blocking of repeated failed attempts. In addition, “bad” IP addresses are shared via the service so other users can block them pre-emptively. For more information and the free trial visit our web site.
Xymon
Xymon, previously known as Xymon, is a Big Brother compatible network monitor.
Humbug Labs
Humbug Labs is a carrier-class analytics and fraud detection system for soft-switches and PBX systems.
MRTG
A script and instructions on how to setup MRTG for graphing asterisk activity can be found here
Munin
Nagios
Notes documenting a simple Asterisk monitoring implementation utilizing Nagios:
- NAGISK: A Nagios plugin compatible with NRPE (the script run on the Asterisk server). Handles threshold checks and display statuses of Peers, Konferences, Jabber buddy, Channels, Zaptel span… Official page en french – Sourceforge
- Nagios check_calls plugin: You’ve possibly already met with nagios-plugins-check_sip. It sends OPTIONS packet to SIP proxy and waits for a response. In some cases, that is not enough. My plugin makes real calls through SIP proxy periodically using Net::SIP module. Nagios Exchange
- Nagios check_sip plugin
- Official Nagios Plugins https://nagios.org/download/ have a plugin called contrib/check_asterisk.pl This does remote IAX2 checking as well as remote checking through the manager interface.
- Plugin for monitoring Asterisk with Nagios, download the Perl script and change the username, password, and server IP for the manager interface.
- Yet another plugin to allow monitoring of concurrent calls for different protocols, or testing for IAX responsiveness can be found Here
- A Nagios plugin which checks the status of zaptel spans: Asterisk Zaptel Nagios plugin
- Dev Nagios IAX2 plugin. Checks from remote, not the Manager Interface. Uses IAX2 POKE. Other options are there just commented out. This works but could be improved. http://odunix.org/pbx/
- A nagios plugin which checks whether zaptel spans are active or Deactivated http://edd.za.net/checkspans.php
- An article describing how to monitor Asterisk server with Nagios http://www.it-slav.net/blogs/2009/02/13/asterisk-monitoring-with-nagios-or-op5-monitor/
PacketIsland PacketSmart
Packet Island’s PacketSmart (http://www.packetisland.com) provides an asterisk software agent, a VoIP sniffer micro-appliance and a web-hosted management service that allows for detailed SIP, RTP, and call route performance monitoring for Asterisk VoIP calls. MSPs can do remote monitoring and analysis of asterisk client sites using this product.
SmartFink
SMARTFINK is The Most Powerful Asterisk Desktop Monitoring and Managing App. It is new & free! Try it:
- Extension Status
- Drag&Drop
- Transfer
- Barge
- Whisper
- Record
VoipMonitor
VoipMonitor.org is open source live network packet sniffer VoIP monitoring software and call recorder for Linux or posix unix which analyzes SIP and RTP protocol. It can run as a daemon or analyze already captured pcap files. For each detected VoIP call VoIP monitor calculates statistics about loss, burstiness, latency and predicts MOS (Meaning Opinion Score) according to ITU-T G.107 E-model so operator centers can quickly decide which calls are bad. These statistics are saved to MySQL database and each call is saved as pcap dump and optionally to audio WAV. Free VoIPmonitor can decode only G.711 codec. The commercial version can decode from G.729/G.723/GSM/Speex/iLBC. One of the unique features of VoIPmonitor is decoding phone calls which are changing codecs during a call. Synchronization is achieved with jitterbuffer simulator so every single file is properly synchronized. Web PHP application (it is not part of open source sniffer) filters data from database and graphs latency and loss distribution. VoIP monitor also detects improperly terminated calls when BYE or OK was not seen. To accurately transform latency to loss packets, VoIP monitor simulates fixed and adaptive jitterbuffer.
Zabbix
Zabbix can monitor via SNMP. Configure Asterisk so it includes the SNMP resource. Asterisk SNMP. Because Zabbix only can use MD5 authentication with DES encryption for SNMPv3 connections make sure you have the right “createUser” line in your snmpd.conf.
createUser asteriskUser MD5 <your password> DES
Use the following template in your Zabbix server Asterisk monitor template for Zabbix.
Zenoss
Zenoss can monitor via SNMP. There is also a ZenPack for Asterisk monitoring, which can be found at http://www.zenoss.com/community/projects/zenpacks/asterisk
SNMP
The Asterisk team has added SNMP support to Asterisk 1.4.
With the Simple Network Management Protocol (SNMP), monitoring your Asterisk installation is easy. The problem is that configuring Asterisk to work with SNMP isn’t. This easy-to-follow how-to gets you up-and-running quickly. How To: Monitor Asterisk with SNMP
Zetamonitor
Zetamonitor is a cloud monitoring solution that supports also Asterisk PBX (and other servers and network devices) through a preconfigured agent for the major Linux distribution or SNMP protocol.
Users can view online with a web browser the status of Asterisk PBX and receive mail, SMS or Apple push alarm.
SIPNMS
You can use www.sipnms.com online service to monitor system operation sending sip messages ( like invite or options) and it will alert you using snmp traps or email. but your asterisk should be connected to the internet since it is an online service how to monitor using sipnms.com
Other Ideas
The manager interface sends events when a channel/span goes into alarm.
A simple app collecting this data should be easy to write
- Installing a basic SNMP agent on each Linux box and using a central SNMP manager to monitor each node. This would give notice when a remote node became isolated from the monitoring network.
- Rolling in Asterisk alarm logs into a syslog server or even as SNMP traps.
- Writing a small app that simply interrogates those interfaces that are important to the operation (iax2/udp, sip/udp, etc, send a crafted pkt and interpret the returned result. Port not open is obvious, no response is obvious, incorrect response is not so obvious)
- Test call to an outside number once per five minutes, hourly, or whatever trips your trigger (outside number only needs to respond with something that is predictable, doesn’t have to be a person or company)
- Monitoring logs looking for keywords (may take some time to identify the appropriate keywords) (e.g. Swatch or Logwatch)
It would seem logical for someone to write a res_snmp.c for asterisk that would expose a lot of asterisk’s internal data. This would seem a logical step toward writing fully functional monitoring applications as well. The module would allow clients to add themselves to the list and receive traps, as well as check for the current status of various variables.
_Idea is ours and now needs to write code……. please include code here ……. Nahid Hossain_
James Thompson: I’d suggest using something like Sipsak to actually do a SIP registration to verify the service is up.
You could use the Whats Up Gold send/expect to connect to Linux box, run sipsak, and then check the results.
Brainstorming
Okay, this may be over the top, but here goes. Write an asterisk application that sends (and receives) status information to another box over the PSTN. My idea is not only to use this as a way to verify that * is running, but asa way to RELIABLY tell that a remote * box is actively accepting incoming calls. It wouldn’t have to be anything complicated, just a heartbeat and some basic details to let the caller know that “yes, I’m alive and accepting calls over this line”. Simplified protocol:
- Monitoring box calls up and says (in DTMF):
- <my CallerID>
- <extension I am trying to reach>
- <I’m a machine, so reply in DTMF instead of voice>
- <the secret code is>#
- The remote box says:
- <your CallerID>#<Your DNIS>
- <yes I will accept a call to thatnumber>#
- Monitoring box acknowledges and disconnects
- Remote box disconnects
- Monitoring box decides whether it likes the answers it received and performs actions accordingly.
Hint: Do a “show application AlarmReceiver” and you are very close to what you brainstormed… I think…
Comments
I’ve had some problems with peers losing their registrations, usually due to crappy ISP’s with DNS problems.
This script tests if peers are up. (registered) I call it from a cron job. If a peer loses it’s registration I receive an e-mail.#!/bin/bash for peername in peer_1 peer_2 peer_n do # note, next lines are "command substitution" - use backticks ` not quotations ' as appropriate otpt=`/usr/sbin/asterisk -rx 'iax2 show peers' |grep $peername |grep Unspecified` if [ -n "$otpt" ]; then echo $otpt | mail -s "Asterisk peer: \"`echo -n $peername `\" has a problem." "[email protected]" fi
doneNext, I want to grab peers previous IP addresses and include those along with the message that gets sent when they go down. Sometimes if their asterisk is just hosed they will still have the same IP- so I can ssh in and fix it. Also, it would be nice to send either an electronic page or even a call file to alert me of problems – although I don’t want the phone ringing at 4AM. –TJH
grep has problems with not printable chars, so you should use “strings -a” in your script.
otpt=`/usr/sbin/asterisk -rx ‘iax2 show peers’ |strings -a| grep $peername |grep Unspecified` – HAL
We’re using Zabbix to run local UserParameter commands to monitor Asterisk. We use asterisk -rx commands to output what we want and then return the result to the Zabbix monitoring server. There have been small problems with too many remote connections at once crashing asterisk (anyone get that close to fixed?), and some problems with returning values because of grep, awk, sed, and/or wc not returning valid numeric values, but overall the idea is solid. – Another note from a user on a large scale (S McGowan, 2005)
See Also:
- ast-ax-snmpd an old and now obsolete SNMP module for Asterisk
- Asterisk administration
- Astricon Europe presentation about asterisk stability and security
- Network Monitoring
- Asterisk SNMP
- Call Center Monitoring
- Asterisk | FAQ | Tips & Tricks