blob: be91992294865d1cf576a7f0102f18388ebbb753 (
plain)
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
57
58
59
60
61
62
63
64
65
|
[ntp-offset.graph]
check_command = "ntp_time, ntp_peer"
[ntp-offset.metrics_filters]
value = "$service_name_template$.perfdata.offset.value"
[ntp-offset.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
yUnitSystem = "none"
[ntp-offset.functions]
value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Offset (ms)')"
[ntp_peer-jitter.graph]
check_command = "ntp_peer"
[ntp_peer-jitter.metrics_filters]
value = "$service_name_template$.perfdata.jitter.value"
[ntp_peer-jitter.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"
[ntp_peer-jitter.functions]
value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Jitter (ms)')"
[ntp_peer-stratum.graph]
check_command = "ntp_peer"
[ntp_peer-stratum.metrics_filters]
value = "$service_name_template$.perfdata.stratum.value"
[ntp_peer-stratum.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"
[ntp_peer-stratum.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Stratum')"
[ntp_peer-truechimers.graph]
check_command = "ntp_peer"
[ntp_peer-truechimers.metrics_filters]
value = "$service_name_template$.perfdata.truechimers.value"
[ntp_peer-truechimers.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"
[ntp_peer-truechimers.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Truechimers')"
|