11 lines
291 B
Makefile
11 lines
291 B
Makefile
# Created by WATO
|
|
|
|
if type(define_hostgroups) != dict:
|
|
define_hostgroups = {}
|
|
define_hostgroups.update({'container': 'container', 'raspi': 'raspi', 'syno': 'syno'})
|
|
|
|
if type(define_contactgroups) != dict:
|
|
define_contactgroups = {}
|
|
define_contactgroups.update({'all': 'Everything'})
|
|
|