Comments on How to Install Sensu Monitoring on Ubuntu 16.04
Sensu is a free and open source tool for composing the monitoring system you need. In this tutorial, we will go through step by step installation of Redis, RabbitMQ and Sensu on Ubuntu 16.04.
2 Comment(s)
Comments
{"timestamp":"2017-08-17T16:01:26.364577-0300","level":"warn","message":"loading config files from directory","directory":"/etc/sensu/conf.d"}
{"timestamp":"2017-08-17T16:01:26.364612-0300","level":"warn","message":"loading config file","file":"/etc/sensu/conf.d/redis.json"}
{"timestamp":"2017-08-17T16:01:26.364643-0300","level":"warn","message":"loading config file","file":"/etc/sensu/conf.d/api.json"}
{"timestamp":"2017-08-17T16:01:26.364721-0300","level":"warn","message":"config file applied changes","file":"/etc/sensu/conf.d/api.json","changes":{"api":[null,{"host":"localhost","bind":"0.0.0.0","port":4567}]}}
{"timestamp":"2017-08-17T16:01:26.364763-0300","level":"warn","message":"loading config file","file":"/etc/sensu/conf.d/uchiwa.json"}
{"timestamp":"2017-08-17T16:01:26.364825-0300","level":"warn","message":"config file applied changes","file":"/etc/sensu/conf.d/uchiwa.json","changes":{"sensu":[{"spawn":{"limit":12}},[{"name":"Sensu","host":"127.0.0.1","port":4567,"timeout":10}]],"uchiwa":[null,{"host":"0.0.0.0","port":3000,"refresh":10}]}}
{"timestamp":"2017-08-17T16:01:26.364865-0300","level":"warn","message":"loading config file","file":"/etc/sensu/conf.d/rabbitmq.json"}
{"timestamp":"2017-08-17T16:01:26.364928-0300","level":"warn","message":"config file applied changes","file":"/etc/sensu/conf.d/rabbitmq.json","changes":{"rabbitmq":[null,{"host":"127.0.0.1","port":5672,"vhost":"/sensu","user":"sensu","password":"REDACTED"}]}}
{"timestamp":"2017-08-17T16:01:26.364982-0300","level":"fatal","message":"sensu must be a hash","object":[{"name":"Sensu","host":"127.0.0.1","port":4567,"timeout":10}]}
{"timestamp":"2017-08-17T16:01:26.365011-0300","level":"fatal","message":"SENSU NOT RUNNING!"}
sudo nano /etc/sensu/conf.d/uchiwa.json
should be
sudo nano /etc/sensu/uchiwa.json