Changed properties of rule "Assignment of hosts to host groups", moved rule from folder "Main / container" to "Main / Raspberrys"

This commit is contained in:
2022-05-31 08:54:53 +02:00
committed by check_mk
parent 0010b68d7f
commit 7ad1f23171
2 changed files with 13 additions and 6 deletions
-6
View File
@@ -2,12 +2,6 @@
globals().setdefault('host_groups', [])
host_groups = [
{'condition': {'host_folder': '/%s/' % FOLDER_PATH},
'id': '842222e2-d076-432a-8df0-24b6904f37de',
'options': {'comment': '2022-05-31 caelebfi: created rule\n',
'description': 'raspis',
'disabled': False},
'value': 'container'},
{'condition': {'host_folder': '/%s/' % FOLDER_PATH},
'id': '04fc3ddf-89b7-4034-8f4d-83e529115482',
'options': {'comment': '2022-05-31 caelebfi: created rule\n',
+13
View File
@@ -45,3 +45,16 @@ checkgroup_parameters['memory_linux'] = [
] + checkgroup_parameters['memory_linux']
globals().setdefault('host_groups', [])
host_groups = [
{'condition': {'host_folder': '/%s/' % FOLDER_PATH},
'id': '842222e2-d076-432a-8df0-24b6904f37de',
'options': {'comment': '2022-05-31 caelebfi: created rule\n',
'description': 'raspis',
'disabled': False,
'docu_url': 'caelebfi'},
'value': 'raspi'},
] + host_groups