philipcristiano's posterous

 
« Back to blog

Python Monitoring Service

I've started a new project called the Python Monitoring Service with a goal to provide a service for application monitoring.

The intended use case will eventually be for internal applications to push events to the service to be easily aggregated for DevOps. It currently uses JSON over HTTP for messaging and stores events in MongoDB.

This week I hope to integrate it with a project at work and get some idea of how I want to use it. It's on PyPi as well although there is not documentation, tests, or reason to use it yet.

 

Comments (0)

Leave a comment...