Python Forum
Infrastructure Monitoring Application
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Infrastructure Monitoring Application
#1
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
Reply
#2
Much easier to read than Datadog's V5 ddagent :)
Reply
#3
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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020