2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

[debsecan] Better label wording

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2016-09-01 10:49:19 +10:00
parent d42751c908
commit d0a837056f

View File

@ -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