Skip to content
Snippets Groups Projects
Commit 64503aae authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

updates-available: flip values for updates and sec updates

parent cd232c10
No related branches found
No related tags found
No related merge requests found
...@@ -19,18 +19,18 @@ check_command = "Update-available" ...@@ -19,18 +19,18 @@ check_command = "Update-available"
[update-available.urlparams] [update-available.urlparams]
areaAlpha = "0.2" areaAlpha = "0.2"
areaMode = "stacked" areaMode = "stacked"
colorList = "6699aa,ff0000" colorList = "ff0000,6699aa"
lineWidth = "2" lineWidth = "2"
min = "0" min = "0"
yUnitSystem = "none" yUnitSystem = "none"
[update-available.metrics_filters] [update-available.metrics_filters]
value = "$service_name_template$.perfdata.updates-available.value"
security = "$service_name_template$.perfdata.updates-security.value" security = "$service_name_template$.perfdata.updates-security.value"
value = "$service_name_template$.perfdata.updates-available.value"
[update-available.functions] [update-available.functions]
value = "alias($metric$, 'available updates')"
security = "alias($metric$, 'available security updates')" security = "alias($metric$, 'available security updates')"
value = "alias($metric$, 'available updates')"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment