Thursday, March 31, 2011

Does anyone know of a python based web ui for snmp monitoring?

Comparable to cacti or mrtg.

From stackoverflow
  • http://www.zenoss.com/

    This is a lot more than just SNMP but it is based on Python.

  • or you can start building your own solution (like me), you will be surprised how much can you do with few lines of code using for instance cherryp for web server, pysnmp, and python rrd module.

0 comments:

Post a Comment