Create new host group container
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if type(define_hostgroups) != dict:
|
if type(define_hostgroups) != dict:
|
||||||
define_hostgroups = {}
|
define_hostgroups = {}
|
||||||
define_hostgroups.update({'raspi': 'raspi', 'syno': 'syno'})
|
define_hostgroups.update({'container': 'container', 'raspi': 'raspi', 'syno': 'syno'})
|
||||||
|
|
||||||
if type(define_contactgroups) != dict:
|
if type(define_contactgroups) != dict:
|
||||||
define_contactgroups = {}
|
define_contactgroups = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user