This repository has been archived on 2024-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

14 lines
318 B
Makefile

# Created by WATO
if type(define_hostgroups) != dict:
define_hostgroups = {}
define_hostgroups.update({'container': 'container',
'hardware': 'hardware',
'raspi': 'raspi',
'syno': 'syno'})
if type(define_contactgroups) != dict:
define_contactgroups = {}
define_contactgroups.update({'all': 'Everything'})