Matt G. Watson

Just another geek
Add to Technorati Favorites
August 19th, 2008

Monitoring Asterisk PBX with Zenoss Core

A few days ago Matt Ray, Zenoss Community Manager, emailed me to let me know that they had posted a beta release of a new ZenPack created by Andrea Consadari for monitoring the Asterisk PBX system using Zenoss. Matt had orignally told me awhile ago that he was working with an Asterisk solution provider that was not only creating a ZenPack to monitor your Asterisk installation, but that they were even going to give you the ability to send alerts through a community-provided Asterisk server. Unfortunately whomever that Asterisk solution provider was appears to have dropped off the map. Andrea Consadari has stepped up to the plate now to at least provide the monitoring ZenPack, read to find out what it can do for you!

June 30th, 2008

HowTo: Install and Configure AstManProxy

Synopsis

This HowTo will guide you through the process of installing and configuring AstManProxy.  AstManProxy is a proxy server for Asterisk’s Asterisk Manager Interface (AMI).  The reason we want to use a proxy server infront of AMI is that AMI was not really designed to handle alot of simultanous connections and can cause extreme performance problems on the PBX.  A proxy server like AstManProxy can help this problem by acting as a hub for all of those connections and aggregating them into a single connection to AMI.  Using a proxy server also allows us to have a little more control over the input and output formats.  Asterisk uses a rather unique protocol for AMI, one which some developers find rather difficult to interface with.  AstManProxy can help by allowing you to interface using a REST/XML-RPC like interface, as well as getting plain text or XML responses.  Something that developers would much rather deal with. AstManProxy also has an ‘autofilter’ function which also helps developers interface by automatically filtering out un-wanted messages from Asterisk.

June 22nd, 2008

HowTo: Sending SMS Text Messages via sendpage SNPP server

Synopsis

Sendpage is a SNPP server available for Linux (and other UNIX varients probably) that allows you to send SMS text messages to either your cellular phone or pager.  How does it differ than using the SMTP gateway that your cell carrier probably already provides?  Well the biggest benefit is that it does not require Internet access to deliver pages.  Instead Sendpage delivers pages to your device through Paging Central servers that most cellular carriers offer - many of which for free.  Paging Central servers implement a protocol called TAP which is used for one-way text messaging.  This means if you are using paging to notify support employees about server outages and such, your monitoring/alerting solution does not require internet access to deliver pages… which means if your internet connection is the device that dies on you, your support people will know about it.  For instance, we use sendpage in combination with ZenOSS core for alerting our support staff of problems.  ZenOSS has native support for SNPP built right in.

June 15th, 2008

HowTo: Install Zenoss Core on Gentoo Linux

Synopsis

This How To will be a guide to installing Zenoss Core on Gentoo Linux. Zenoss is an enterprise-grade open-source IT Monitoring and Alerting suite. This guide should work on any Linux distribution, but it has only been tested on Gentoo Linux.