mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9620 from Icinga/9526
Document Notification#times being not aware of downtimes
This commit is contained in:
commit
6fc9038e4d
|
@ -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>
|
||||
|
||||
If you prefer to be notified only once, you can disable re-notifications by setting the
|
||||
|
|
Loading…
Reference in New Issue