summaryrefslogtreecommitdiffstats
path: root/templates/update.ini
blob: 3b87ea716eeef4c33195e3698b0cd4b88a83400b (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
[apt.graph]
check_command = "apt"

[apt.metrics_filters]
critical_updates.value = "$service_name_template$.perfdata.critical_updates.value"
available_upgrades.value = "$service_name_template$.perfdata.available_upgrades.value"

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

[apt.functions]
critical_updates.value = "alias(color($metric$, '#ff5566'), 'Critical Updates')"
available_upgrades.value = "alias(color($metric$, '#ffaa44'), 'Available Upgrades')"


[update-windows.graph]
check_command = "update-windows"

[update-windows.metrics_filters]
value = "$service_name_template$.perfdata.update.value"

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

[update-windows.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Available Updates')"