Created new host tag group 'os'
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Written by Checkmk store
|
||||
|
||||
wato_tags.update({'tag_groups': [{'id': 'criticality', 'title': 'Criticality', 'tags': [{'id': 'prod', 'title': 'Productive system', 'aux_tags': []}, {'id': 'critical', 'title': 'Business critical', 'aux_tags': []}, {'id': 'test', 'title': 'Test system', 'aux_tags': []}, {'id': 'offline', 'title': 'Do not monitor this host', 'aux_tags': []}]}, {'id': 'networking', 'title': 'Networking Segment', 'tags': [{'id': 'lan', 'title': 'Local network (low latency)', 'aux_tags': []}, {'id': 'wan', 'title': 'WAN (high latency)', 'aux_tags': []}, {'id': 'dmz', 'title': 'DMZ (low latency, secure access)', 'aux_tags': []}]}], 'aux_tags': []})
|
||||
wato_tags.update({'tag_groups': [{'id': 'criticality', 'title': 'Criticality', 'tags': [{'id': 'prod', 'title': 'Productive system', 'aux_tags': []}, {'id': 'critical', 'title': 'Business critical', 'aux_tags': []}, {'id': 'test', 'title': 'Test system', 'aux_tags': []}, {'id': 'offline', 'title': 'Do not monitor this host', 'aux_tags': []}]}, {'id': 'networking', 'title': 'Networking Segment', 'tags': [{'id': 'lan', 'title': 'Local network (low latency)', 'aux_tags': []}, {'id': 'wan', 'title': 'WAN (high latency)', 'aux_tags': []}, {'id': 'dmz', 'title': 'DMZ (low latency, secure access)', 'aux_tags': []}]}, {'id': 'os', 'title': 'Operating System', 'tags': [{'id': 'linux', 'title': 'Linux', 'aux_tags': []}, {'id': 'windows', 'title': 'Windows', 'aux_tags': []}, {'id': 'other', 'title': 'Other OS', 'aux_tags': []}]}], 'aux_tags': []})
|
||||
|
||||
Reference in New Issue
Block a user