cookbook 'sensu', '= 0.0.3'
sensu
(66) Versions
0.0.3
-
-
6.0.0
-
5.4.0
-
5.3.0
-
5.2.0
-
5.1.2
-
5.1.1
-
5.1.0
-
5.0.0
-
4.4.0
-
4.3.1
-
4.3.0
-
4.2.1
-
4.2.0
-
4.1.0
-
4.0.6
-
4.0.5
-
4.0.4
-
4.0.3
-
4.0.2
-
4.0.0
-
3.2.0
-
3.1.2
-
3.1.0
-
3.0.0
-
2.12.0
-
2.11.0
-
2.10.0
-
2.9.0
-
2.8.0
-
2.7.0
-
2.6.0
-
2.5.0
-
2.4.0
-
2.3.0
-
2.2.0
-
2.1.0
-
2.0.0
-
1.0.0
-
0.8.0
-
0.7.1
-
0.7.0
-
0.6.2
-
0.6.1
-
0.6.0
-
0.5.6
-
0.5.5
-
0.5.4
-
0.5.3
-
0.5.2
-
0.5.0
-
0.4.0
-
0.3.1
-
0.3.0
-
0.2.0
-
0.1.6
-
0.1.5
-
0.1.4
-
0.1.3
-
0.1.2
-
0.1.1
-
0.0.9
-
0.0.8
-
0.0.7
-
0.0.6
-
0.0.3
-
0.0.1
Follow71
- 6.0.0
- 5.4.0
- 5.3.0
- 5.2.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.4.0
- 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.0
- 3.2.0
- 3.1.2
- 3.1.0
- 3.0.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.0.0
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.0
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.3
- 0.0.1
Installs/Configures Sensu
cookbook 'sensu', '= 0.0.3', :supermarket
knife supermarket install sensu
knife supermarket download sensu
= DESCRIPTION:
Sensu is a monitoring framework that aims to be simple, malleable, and scalable.
It takes inspiration from the success and failure of other monitoring frameworks, and uses a publish/subscribe model that leads to
true scalability. The configuration file is simple JSON and system is light weight. It aim's to be as flexible as today's infrastructures without
undue complication to the administrator.
= REQUIREMENTS:
Redis
RabbitMQ
= ATTRIBUTES:
Sensu, Sensu dashboard versions are configured here.
rabbitmq user, password, host
redis host
Dashboard login credentials
= USAGE:
All sensu daemons should run via upstart which should be handled by chef, all daemons take -c as an option with a filename passed in if
you move the default /etc/sensu/config.json file from that location. Otherwise no options should be required.
sensu-server needs to run on a single node
sensu-worker can run on multiple nodes and process's additional checks if the server cannot handle it (Only needed on large infrastructure)
sensu-client runs on all nodes to be monitored by sensu
sensu-api receives API queries from sensu-dashboard and the rest of the system, it is the exchange agent for sensu's internal system
sensu-dashboard is the WebUI for administering sensu, It needs port 8080 and 9000 open by default.
= HELP:
Please come to #sensu on irc.freenode.net and we will be more than happy to help.