From 12916ec299d29f0e2a987b8b04b35313ba44a9af Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 26 Jun 2013 14:29:57 +0200 Subject: [PATCH] configconvert: update README (NOTES and TODO) refs #2743 --- tools/configconvert/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/configconvert/README b/tools/configconvert/README index c18725356..7368e8022 100644 --- a/tools/configconvert/README +++ b/tools/configconvert/README @@ -57,10 +57,13 @@ NOTES - additive + to += logic (only for the current object, does not work with users) - Dependencies (host deps and parents are merged) - Commands will be split into Check|Event|Notification Commands +- null (disable inheritance) only works non-converted values (not on contacts, commands, etc) being 0 +- notification_options string w,u,f is converted to + notification_{state,type}_filter = (StateFilterWarning | StateFilterUnknown | NotificationFilterFlapping) +- service escalations are converted into notifications with times = begin/end + begin = first_notification * notification_interval (now a time, not a counter) TODO -- Escalations (transformed from notification counter to start/end time, new logic) - Dependency attributes: failure_criteria, inherits_parents, timeperiods -- Notifications: notification_options conversion - Flapping Thresholds: old vs new logic - some special object tricks, regex