Create new host group hardware

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