Showing posts with label snmp. Show all posts
Showing posts with label snmp. Show all posts

Tuesday, March 30, 2010

Zenoss - Open Source IT Management

One things I've told DTC/CIOs at various times is that they need a dashboard. When I reference a "dashboard", I'm thinking of some type of visual that indicates the health of the network and critical resources. At the state level, we have a map that shows every school district and depicts different colors depending on whether the district has lost connectivity or if all services are running.

Using a tool like Zenoss, districts can create their own network dashboard. I've linked to the open source version, though there is an enterprise version as well. This software has several popular open source products behind it, including RRDTool for graphing and MySQL as a database.

Zenoss uses SNMP and WMI to discover and monitor all types of network devices. With it, you can monitor services like HTTP. For critical servers, I could monitor free disk space as well as memory and processor utilization. I could use the WMI piece to allow me to monitor critical errors on servers.

There's a tutorial video on their community page. As with any monitoring tool, I'm sure that this would take some effort upon initial setup to get everything set for your particular devices and thresholds of interest. However, once you have it set up, this could be a very powerful management aid.

Note that it's Linux-based, so the pre-packaged downloads are for various flavors of Linux. If you have to run this via Windows, there is a VMWare virtual appliance that you could use in conjunction with VMWare Player to perhaps make it work for you.