[fix] active-defaul-werte
This commit is contained in:
parent
3749ac6a60
commit
be60379e35
|
|
@ -24,7 +24,7 @@ def conf_normalize_check(check_kind_implementations, defaults, name, node):
|
|||
node_ = dict_merge(
|
||||
{
|
||||
"title": name,
|
||||
"active": True,
|
||||
"active": defaults["active"],
|
||||
"schedule": defaults["schedule"],
|
||||
"notifications": defaults["notifications"],
|
||||
"parameters": {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue