20 lines
591 B
Makefile
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', {})}]
|