I'm using Sensu to see if error log exists in log files with check-log.rb
.(https://github.com/sensu-plugins/sensu-plugins-logs/blob/master/bin/check-log.rb)
I think we don't need "OK" notification when it comes to checking error log, so I'd like not to notifiy "OK" when checking log files in Sensu. I know how to do it in Nagios, but cannot find the way in Sensu's document.
Does anyone help me with this?
Thank you in advance.