Create new host group syno

This commit is contained in:
2022-05-31 08:52:17 +02:00
committed by check_mk
parent cc5e3c44f6
commit c63b2e0db1
+1 -1
View File
@@ -2,7 +2,7 @@
if type(define_hostgroups) != dict: if type(define_hostgroups) != dict:
define_hostgroups = {} define_hostgroups = {}
define_hostgroups.update({'raspi': 'raspi'}) define_hostgroups.update({'raspi': 'raspi', 'syno': 'syno'})
if type(define_contactgroups) != dict: if type(define_contactgroups) != dict:
define_contactgroups = {} define_contactgroups = {}