Sensu Monitoring - how to output on an OK -


by default, sensu not output on status of 0 or ok.

does know how change allow output on ok?

http://sensuapp.org/docs/0.16/checks

setup check metric check , output preserved.

https://sensuapp.org/docs/0.16/checks#metrics-checks

as sensu check specification allows structured data outputted stdout, sensu can used metric collection agent. allow check results exit status of 0 produce event, add "type": "metric" check definition.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -