Python Forum

Full Version: Infrastructure Monitoring Application
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I created an infrastructure monitoring application for Windows and Linux in Python. It consists of agents (Linux/Windows), a web interface running on my custom web server, a data collector, and an event engine. It monitors several base statistics on Windows and Linux. I tried to keep everything as out of the box as possible. The only separate module that is needed is pymysql however I also include code for running Windows services that requires an additional module. Thanks for taking a look.

Monitoring Application
Much easier to read than Datadog's V5 ddagent :)
Thanks. I've worked in monitoring for the past decade so I have a lot of experience with terrible apps. I figured, I'd write my own. Hopefully it's not quite as bad. :) I haven't used Datadog but it can't be worse than BMC's Patrol Agent.