diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:47:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:47:21 +0000 |
commit | 1ac4a2050c8076eb96e07e83721ebc9db864db94 (patch) | |
tree | da9b32212bf99154450a7668f61a75f65617a9fa /doc/90-Limits.md | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-toplevelview-1ac4a2050c8076eb96e07e83721ebc9db864db94.tar.xz icingaweb2-module-toplevelview-1ac4a2050c8076eb96e07e83721ebc9db864db94.zip |
Adding upstream version 0.3.3.upstream/0.3.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/90-Limits.md')
-rw-r--r-- | doc/90-Limits.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/90-Limits.md b/doc/90-Limits.md new file mode 100644 index 0000000..60dc2c7 --- /dev/null +++ b/doc/90-Limits.md @@ -0,0 +1,27 @@ +Limits of this module +===================== + +A few notes about compatibility to Icinga 2. + +## Notification Period + +Currently Icinga 2 does not publish `notification_period` to the IDO, due +to the new notification logic. + +When `notification_period` is `NULL`, TLV will treat the object as **in period** +to avoid problems here. + +This feature is disabled by default, see [config format](21-Config-Format.md#options) and +[behavior](02-Behavior.md#enabling-notification-period). + +### Period ranges in Icinga 2 + +The publishing of the individual ranges is buggy in Icinga 2 and can not be used here! + +See [Icinga2 #4659](https://github.com/Icinga/icinga2/issues/4659). + +### Period ranges in general + +Not all types of ranges are published to IDO. + +**Only the very basic range type is supported:** Weekday start and end time |