pythoncross-platformsystem-monitoringsystemmanagement

Python module to cross platform monitor system statistics?


I'm looking for a python module that will allow me to monitor and log the system statistics of 4 computers. I need this module to be able to:

Unfortunately, I haven’t been able to find a module that satisfies either qualifier, and I want to avoid wrapping python around another language to accomplish this.

If anyone has anything remotely close to what I'm describing, I'd greatly appreciate it.

Thanks


Solution

  • Have you looked at Munin? You can build all sorts of plugins in Python as well, plus many already exist.