Does anyone know of a ui based python for snmp monitoring?
Comparison with cacti or mrtg.
+1
Alexander fairley
source
to share
2 answers
http://www.zenoss.com/
It's much more than just SNMP, but it's based on Python.
+3
BobbyShaftoe
source
to share
or you can start building your own solution (like me), you will be surprised how much you can do with a few lines of code using for example cherryp for the web server, pysnmp and the python rrd module.
0
Ib33X
source
to share