References https://docs.sensu.io/sensu-go/5.2/ https://blog.sensu.io/alert-fatigue-part-1-avoidance-and-course-correction
Sensu checks
Bonsai is the registry of checks and handlers.
Create check from a script
source
Monitor an external resource (proxy entity)
check.json
sensuctl create --file check.json
Add the subscription to an agent.
sudo service sensu-agent restart
source
Sensu ruby plugin install
https://packagecloud.io/sensu/community
curl -s https://packagecloud.io/install/repositories/sensu/community/script.rpm.sh | sudo bash
sudo yum install sensu-plugins-ruby-0.2.0-1.el7.x86_64