Changed properties of rule "Assignment of hosts to host groups", moved rule from folder "Main / container" to "Main / Raspberrys"
This commit is contained in:
@@ -2,12 +2,6 @@
|
|||||||
globals().setdefault('host_groups', [])
|
globals().setdefault('host_groups', [])
|
||||||
|
|
||||||
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},
|
{'condition': {'host_folder': '/%s/' % FOLDER_PATH},
|
||||||
'id': '04fc3ddf-89b7-4034-8f4d-83e529115482',
|
'id': '04fc3ddf-89b7-4034-8f4d-83e529115482',
|
||||||
'options': {'comment': '2022-05-31 caelebfi: created rule\n',
|
'options': {'comment': '2022-05-31 caelebfi: created rule\n',
|
||||||
|
|||||||
@@ -45,3 +45,16 @@ checkgroup_parameters['memory_linux'] = [
|
|||||||
] + 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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user