forked from newrelic/entity-definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinition.yml
More file actions
56 lines (52 loc) · 1.21 KB
/
Copy pathdefinition.yml
File metadata and controls
56 lines (52 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Network monitoring entity
domain: EXT
type: NET_SNMP
synthesis:
rules:
# Generic net-snmp server
- ruleName: ext_net_snmp_device_name
identifier: device_name
name: device_name
encodeIdentifierInGUID: true
conditions:
- attribute: provider
value: kentik-net-snmp
tags:
src_addr:
entityTagName: device_ip
multiValue: false
tags.container_service:
entityTagName: container_service
multiValue: false
# Add a 4 hour ttl on all tags ingested in metric api using tags. prefix
prefixedTags:
tags.:
ttl: PT4H
# VMWare ESX server
- ruleName: ext_net_snmp_device_name_2
identifier: device_name
name: device_name
encodeIdentifierInGUID: true
conditions:
- attribute: provider
value: kentik-esx
tags:
src_addr:
entityTagName: device_ip
multiValue: false
tags.container_service:
entityTagName: container_service
multiValue: false
goldenTags:
- device_ip
- container_service
dashboardTemplates:
# Default
kentik:
template: dashboard.json
# ESX
kentik/esx:
template: esx-dashboard.json
ownership:
primaryOwner:
teamName: "Network Monitoring"