Is it a good idea to add an option like recovery_is_always_hard_state to the Statusengine Worker config.yml?
option would affect the tables statehistory_host and statehistory_server, so an state=0 event would be always forced to be marked as hardstate.
I find it confusing that UP and Ok events are not always a HARD-State.
Related Issues: https://github.com/statusengine/worker/issues/16 https://github.com/naemon/naemon-core/issues/205
Is it a good idea to add an option like
recovery_is_always_hard_state
to the Statusengine Worker config.yml? option would affect the tablesstatehistory_host
andstatehistory_server
, so an state=0 event would be always forced to be marked as hardstate.