You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check-ports.rb is a great tool, but it would be great to have an ability to specify "warning" as opposed to "critical" alert level for it, similarly as in check-ports-bind.rb and check-ports-nmap.rb.
The text was updated successfully, but these errors were encountered:
@Evesy sorry this got lost in the sea of my github notifications. Ya that needs to be removed, I am not sure its worth the git archaeology to determine when, where, and why it changed lets just remove it.
If we were to implement a new option we would probably want it to be for a specific condition rather than catch all as not all errors are equal. For example we have one for redis for connection failures here: https://github.com/sensu-plugins/sensu-plugins-redis/blob/3.0.1/lib/redis_client_options.rb#L71-L75 as depending on the check it has a different meaning. If the check is meant to determine the health of redis you probably want that as a crit where other places you might want an unknown as you already have the crit from the one check and can help with improving the signal to noise ratio.
check-ports.rb is a great tool, but it would be great to have an ability to specify "warning" as opposed to "critical" alert level for it, similarly as in check-ports-bind.rb and check-ports-nmap.rb.
The text was updated successfully, but these errors were encountered: