mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
State: Add missing affects_children field
This commit is contained in:
parent
1170125a9d
commit
d58f086b07
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ type State struct {
|
|||
ExecutionTime float64 `json:"execution_time"`
|
||||
HardState uint8 `json:"hard_state"`
|
||||
InDowntime types.Bool `json:"in_downtime"`
|
||||
AffectsChildren types.Bool `json:"affects_children"`
|
||||
IsAcknowledged icingadbTypes.AcknowledgementState `json:"is_acknowledged"`
|
||||
IsFlapping types.Bool `json:"is_flapping"`
|
||||
IsHandled types.Bool `json:"is_handled"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue