Monitoring Asterisk with SNMP, Nagios and Nagios Administrator using Ubuntu LTS 8.0.4 Server

Gone are the days of tedious console only configuration of Nagios. While it’s an excellent system monitoring tool, it can be a little daunting to configure and setup. Not to mention editing 5 or 6 configuration files when adding one host. In April 2008, Nagios Administrator was released, which promises to deliver an easy to use administration interface for configuring your Nagios installation with ease. The interface allows for adding contacts, contact groups, services, operating systems, and other settings....

June 19, 2008 · 10 min · 2095 words · Matt G

Ubuntu Server LTS 8.04 VMWare VMTools Howto and Tutorial

You may have some difficulty with Ubuntu Server and VMWare Tools. Here’s how we got it working in the end: start vm # sudo mount /cdrom # cd /cdrom # cp *.tgz /tmp # cd /tmp # apt-get install build-essentials # apt-get install linux-headers-\`uname -r\` # tar xzvf vmtools<yourversion.tgz> # cd vmtools<yourversion> # perl vmware-install.pl That’s it. You might want to modify your console settings so you can get 1024×768 from VMWare Workstation, but it’s not really required if you’re just SSH’ing to it....

June 17, 2008 · 1 min · 84 words · Matt G