Skip to content
forked from gwoo/amonlite

Self-hosted DevOps monitoring toolkit

License

Notifications You must be signed in to change notification settings

datatonic/amonlite

 
 

Repository files navigation

Amon - Self-hosted DevOps monitoring toolkit

Introduction

Amon was designed with one goal in mind - to help you completely monitor your web applications.

1. System monitoring

Monitor the core metrics of your servers - RAM, CPU, Load average, Network traffic, disk space, etc.

2. Process monitoring

Monitor the CPU and RAM usage. Add new process with 1 line of code. Master/worker aware - perfect for monitoring web servers

3. Logging

Log events, user and performance data. Amon allows you to log any datastructure, so you can log dictionaries, hashes, arrays, etc. Navigate quickly through your log data with a nice and clean web interface.

4. Exception tracking

Catch and log Rails, Django, Node.js and PHP exceptions out of the box. Easy extendable to any language/framework that supports http and json

https://raw.github.com/martinrusev/amonlite/master/preview/screenshot.png

More info

Amon user guide -> http://amon.cx/guide

Amon blog -> http://amon.cx/blog

Requirements

Python 2.5+

pymongo >=2.0

Jinja2 >=2.5

tornado >=2.2

MongoDB

About

Self-hosted DevOps monitoring toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.5%
  • HTML 18.6%
  • CSS 11.4%
  • JavaScript 6.9%
  • Shell 4.1%
  • Ruby 0.5%