icinga:*:state: rename state to soft_state

This commit is contained in:
Alexander A. Klimov 2022-06-29 11:56:29 +02:00
parent e8f611ddc6
commit ae2c40e998

View file

@ -33,7 +33,7 @@ type State struct {
PreviousSoftState uint8 `json:"previous_soft_state"`
PreviousHardState uint8 `json:"previous_hard_state"`
Severity uint16 `json:"severity"`
SoftState uint8 `json:"state"`
SoftState uint8 `json:"soft_state"`
StateType types.StateType `json:"state_type"`
CheckTimeout float64 `json:"check_timeout"`
}