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/technik/rules.mk
T

23 lines
642 B
Makefile

checkgroup_parameters.setdefault('threads', [])
checkgroup_parameters['threads'] = [
{'condition': {'host_folder': '/%s/' % FOLDER_PATH},
'id': 'fb8051cb-2af5-4f26-9331-a83d1c777aa2',
'options': {'docu_url': 'caelebfi'},
'value': {'levels': ('levels', (3000, 5000))}},
] + checkgroup_parameters['threads']
globals().setdefault('ignored_services', [])
ignored_services = [
{'condition': {'host_folder': '/%s/' % FOLDER_PATH,
'host_name': ['syno.realm.local'],
'service_description': [{'$regex': 'Disk IO SUMMARY$'}]},
'id': 'a1fe7b3a-2f48-4074-952f-6649acb13d73',
'value': True},
] + ignored_services