From d0a837056f77c45a7ce7aebbdcbba8d541edbdbd Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Thu, 1 Sep 2016 10:49:19 +1000 Subject: [PATCH] [debsecan] Better label wording Signed-off-by: Olivier Mehani --- plugins/system/debsecan | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/system/debsecan b/plugins/system/debsecan index 6d1ffb4d..1dba81f7 100755 --- a/plugins/system/debsecan +++ b/plugins/system/debsecan @@ -34,27 +34,27 @@ graph_args -l 0 --base 1000 graph_vlabel number of CVE graph_category system graph_period second -graph_info This graph show the number of known vulnerabilities present on your system. Use debsecan to see detail. +graph_info This graph show the number of known vulnerabilities present on your system. Use debsecan to see details. high.label high high.type GAUGE high.max 50000 high.min 0 -high.info The number CVE marked high high priority +high.info The number of CVEs marked high priority medium.label medium medium.type GAUGE medium.max 50000 medium.min 0 -medium.info The number CVE marked medium high priority +medium.info The number of CVEs marked medium priority low.label low low.type GAUGE low.max 50000 low.min 0 -low.info The number CVE marked low high priority +low.info The number of CVEs marked low priority other.label other other.type GAUGE other.max 50000 other.min 0 -other.info The number CVE with unspecified priority +other.info The number of CVEs with unspecified priority EOF_ exit 0 fi