mirror of https://github.com/Icinga/icinga2.git
Document Notification#times being not aware of downtimes
i.e. that times.* count from HARD state change, not downtime end.
This commit is contained in:
parent
f59f361f09
commit
ecca01f4c3
|
@ -1847,6 +1847,10 @@ apply Notification "mail" to Service {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Also note that this mechanism doesn't take downtimes etc. into account, only
|
||||||
|
the `HARD` state change time matters. E.g. for a problem which occurred in the
|
||||||
|
middle of a downtime from 2 PM to 4 PM `times.begin = 2h` means 5 PM, not 6 PM.
|
||||||
|
|
||||||
### Disable Re-notifications <a id="disable-renotification"></a>
|
### Disable Re-notifications <a id="disable-renotification"></a>
|
||||||
|
|
||||||
If you prefer to be notified only once, you can disable re-notifications by setting the
|
If you prefer to be notified only once, you can disable re-notifications by setting the
|
||||||
|
|
Loading…
Reference in New Issue