%attribute number "max_check_attempts",
%attribute number "check_interval",
%attribute number "retry_interval",
+ %attribute number "notification_interval",
%attribute dictionary "macros" {
%attribute string "*"
},
if (!short_name.IsEmpty())
builder->AddExpression("short_name", OperatorSet, short_name);
+ Value notification_interval = serviceDesc->Get("notification_interval");
+ if (!notification_interval.IsEmpty())
+ builder->AddExpression("notification_interval", OperatorSet, notification_interval);
+
if (copyServiceAttrs) {
Value servicedependencies = serviceDesc->Get("servicedependencies");
if (!servicedependencies.IsEmpty())