From 64503aae385dc099994af46f2c8644951e9223c0 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Thu, 16 Dec 2021 16:44:25 +0100 Subject: [PATCH] updates-available: flip values for updates and sec updates --- update-available.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update-available.ini b/update-available.ini index fd8f871..c2860ba 100644 --- a/update-available.ini +++ b/update-available.ini @@ -19,18 +19,18 @@ check_command = "Update-available" [update-available.urlparams] areaAlpha = "0.2" areaMode = "stacked" -colorList = "6699aa,ff0000" +colorList = "ff0000,6699aa" lineWidth = "2" min = "0" yUnitSystem = "none" [update-available.metrics_filters] -value = "$service_name_template$.perfdata.updates-available.value" security = "$service_name_template$.perfdata.updates-security.value" +value = "$service_name_template$.perfdata.updates-available.value" [update-available.functions] -value = "alias($metric$, 'available updates')" security = "alias($metric$, 'available security updates')" +value = "alias($metric$, 'available updates')" -- GitLab