blob: 588ab2c88fa8f01096b683c4724834022e75df30 (
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
|
[uptime.graph]
check_command = "mysql_health, uptime-windows"
[uptime.metrics_filters]
value = "$service_name_template$.perfdata.uptime.value"
[uptime.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "sec"
[uptime.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Uptime (s)')"
[uptime-snmp.graph]
check_command = "snmp-uptime"
[uptime-snmp.metrics_filters]
value = "$service_name_template$.perfdata.uptime.value"
[uptime-snmp.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "sec"
[uptime-snmp.functions]
value = "alias(color(scale($metric$, 86400), '#1a7dd7'), 'Uptime (s)')"
|