summaryrefslogtreecommitdiffstats
path: root/templates/icmp.ini
blob: cb606550e011d7e952c0491b556ff37fd62088cc (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
[icmp-rt.graph]
check_command = "icmp"

[icmp-rt.metrics_filters]
rtmin.value = "$service_name_template$.perfdata.rtmin.value"
rta.value = "$service_name_template$.perfdata.rta.value"
rtmax.value = "$service_name_template$.perfdata.rtmax.value"

[icmp-rt.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"

[icmp-rt.functions]
rtmin.value = "alias(color(scale($metric$, 1000), '#44bb77'), 'Min. round trip time (ms)')"
rta.value = "alias(color(scale($metric$, 1000), '#ffaa44'), 'Avg. round trip time (ms)')"
rtmax.value = "alias(color(scale($metric$, 1000), '#ff5566'), 'Max. round trip time (ms)')"


[icmp-pl.graph]
check_command = "icmp"

[icmp-pl.metrics_filters]
pl.value = "$service_name_template$.perfdata.pl.value"

[icmp-pl.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"

[icmp-pl.functions]
pl.value = "alias(color($metric$, '#1a7dd7'), 'Packet loss (%)')"