Created
December 26, 2011 19:00
-
-
Save joemiller/1521931 to your computer and use it in GitHub Desktop.
'intro to sensu' blogpost outline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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