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
checkmk/conf.d/wato/notifications.mk
T

20 lines
591 B
Makefile

# Written by Checkmk store
notification_rules += [{'allow_disable': True,
'bulk': ('always',
{'count': 1000,
'groupby': ['host'],
'groupby_custom': [],
'interval': 180}),
'comment': '',
'contact_all': False,
'contact_all_with_email': False,
'contact_object': True,
'description': 'Notify all contacts of a host/service via HTML email',
'disabled': True,
'docu_url': '',
'match_folder': 'outside',
'match_host_event': ['?d', 's', 'x'],
'match_service_event': ['?c', '?u', 's', 'x'],
'notify_plugin': ('asciimail', {})}]