Skip to content

Instantly share code, notes, and snippets.

@joemiller
Created December 26, 2011 19:00
Show Gist options
  • Save joemiller/1521931 to your computer and use it in GitHub Desktop.
Save joemiller/1521931 to your computer and use it in GitHub Desktop.
'intro to sensu' blogpost outline
Intro
- Ruby-based, messaging-oriented, modern monitoring system
- based around rabbitmq
- goal, lightweight, small, low LOC (<1200 ?)
- "the monitoring router"
Concepts
- sensu-server
- handlers
- subscriptions
- sensu-client
- checks
- subscriptions
- sensu-api
- sensu-dashboard
Getting started
- ((NOTE: to keep the article small and focused on explaining the various pieces of sensu, it won't cover using puppet or chef to install or configure configs or checks. Chef/puppet can come in later articles))
- install sensu bits via gem for now? rpm or deb later.
- install rabbitmq, redis
- install sensu-server, sensu-api, sensu-dashboard
- install sensu-client
Writing first check
- ...
Writing first handler
- ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment