Created new host tag group 'os'

This commit is contained in:
2022-04-04 10:16:23 +02:00
committed by check_mk
parent 50a365365f
commit 4d4c585572
7 changed files with 124 additions and 63 deletions
+1 -1
View File
@@ -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': []})