blob: 41de344d1078866c59bb0a2c378530c1c34c6e4b (
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
|
[ethMon-inb.graph]
check_command = "ethMon"
[ethMon-inb.metrics_filters]
in.value = "$service_name_template$.perfdata.rx.value"
[ethMon-inb.urlparams]
areaAlpha = "0.3"
areaMode = "all"
lineWidth = "1"
min = "0"
title = "Inbound"
yUnitSystem = "binary"
[ethMon-inb.functions]
in.value = "alias(color($metric$, '#7CE52D'), 'In (bytes/s)')"
[ethMon-out.graph]
check_command = "ethMon"
[ethMon-out.metrics_filters]
out.value = "$service_name_template$.perfdata.tx.value"
[ethMon-out.urlparams]
areaAlpha = "0.3"
areaMode = "all"
lineWidth = "1"
min = "0"
title = "Outbound"
yUnitSystem = "binary"
[ethMon-out.functions]
out.value = "alias(color($metric$, '#ff5566'), 'Out (bytes/s)')"
|