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
45 lines (42 loc) · 1.03 KB
/
Copy pathdefinition.yml
File metadata and controls
45 lines (42 loc) · 1.03 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
# Network monitoring entity
domain: EXT
type: UPS
synthesis:
rules:
- ruleName: ext_ups_device_name
name: device_name
identifier: device_name
encodeIdentifierInGUID: true
conditions:
- attribute: provider
value: kentik-ups
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
goldenTags:
- device_ip
- container_service
dashboardTemplates:
# APC UPS profiles (default)
kentik/apc_ups:
template: kentik-apc_ups-dashboard.json
# Tripplite UPS profiles
kentik/tripplite-ups:
template: kentik-tripplite-ups-dashboard.json
# Vertiv UPS profiles
kentik/vertiv-ups:
template: kentik-vertiv_ups-dashboard.json
# Generic UPS profiles
kentik/ups:
template: kentik-ups-dashboard.json
ownership:
primaryOwner:
teamName: "Network Monitoring"