Personal tools
You are here: Home Archive 2006 December 24 Sysadmin Stresses
Tag cloud
christchurch cssxhtml food-and-drink general japan kiwipycon lca2010 linux nzpug plone python sci-fi technical-info zopeplone
Topics
Topics in Detail…
Our Sponsors
 
Document Actions

Sysadmin Stresses

by Tim Knapp last modified 25-12-2006 16:18

What helped me to sleep at night.

This may be my last post as a sysadmin as like some other people, I've discovered that being a sysadmin has its own challenges, most especially the need to be constantly available, as computer systems can fall over at any time. Something, though, that proved invaluable in my previous role was some Systems Monitoring software called Zenoss (another attraction was that it runs on Zope!).
After ensuring I had the prerequisite software, the installation wasn't difficult. It was a bit of a nuisance that Zenoss creates its own Zope instance but the specific python products it installed within the Zope instance really required this for ease of setup.
Once the Zenoss server software was installed, I then had to configure the network devices to notify Zenoss via SNMP of their current status. Though the organisation where I worked had a few varied operating systems and devices, this wasn't a problem. SNMP Informant (with the MBM module for CPU, case, and component monitoring), Syslog, and Zenwin provided monitoring for the Windows 2003 server (there were some gotchas with the setup of the SNMP service but a big thanks to #zenoss as they helped me resolve the particular issues I had). The snmp package took care of my Linux boxes and Zenoss' builtin Cisco support provided monitoring for the Cisco router.
Once I had added all the network devices, I then setup Zenoss to send notifications via email whenever specified Zenoss events occured.
When Zenoss is notified of an event it categorises the event by such things as type of event, severity, etc. When Zenoss is unsure of how to categorise an event, you can categorise it manually. Zenoss can use this criteria for its event notification system.
Something that really impressed me about the Zenoss project was that when I subscribed to the mailing list, I requested a Zenoss t-shirt and though I live at the bottom of the world in New Zealand they sent me one!


Powered by Plone, the Open Source Content Management System