Sensu: A Monitoring Framework Built for the Cloud
Join the DZone community and get the full member experience.
Join For Freethe company
sonian
used tools like
nagios
,
collectd
,
graphite
, and
ganglia
for monitoring and metrics. today they use a tool that they created called sensu. this tool was able to keep up much better with the constantly growing number of amazon instances that sonian was deploying. here was there old monitoring architecture on nagios and then on sensu:
--
sonian blog
sensu integrates technologies such as chef, puppet, rabbitmq, redis, and others. you can check out the sonian blog for the full picture of this monitoring system and then go get the code on github .
source

our problems with nagios
- configuration is unpleasant & restrictive
- cannot discover new servers on its own
- easily overwhelmed with a high number of clients & checks
- difficult to extend & hack
a brief introduction to sensu.
enter sensu , a monitoring framework that aims to be simple, malleable, and scalable.

sensu integrates technologies such as chef, puppet, rabbitmq, redis, and others. you can check out the sonian blog for the full picture of this monitoring system and then go get the code on github .
source
Framework
Cloud
Opinions expressed by DZone contributors are their own.
Trending
-
How To Scan and Validate Image Uploads in Java
-
Security Challenges for Microservice Applications in Multi-Cloud Environments
-
A Data-Driven Approach to Application Modernization
-
Constructing Real-Time Analytics: Fundamental Components and Architectural Framework — Part 2
Comments