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

4 lines
424 B
Makefile

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