1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-26 02:48:28 +00:00

[debsecan] Use stacked areas, and colour-code urgency

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2016-09-01 10:50:19 +10:00
parent 87f5a74ec8
commit 1a5b42e80d

View file

@ -36,23 +36,27 @@ graph_category system
graph_period second graph_period second
graph_info This graph show the number of known vulnerabilities present on your system. Use debsecan to see details. graph_info This graph show the number of known vulnerabilities present on your system. Use debsecan to see details.
high.label high high.label high
high.colour FF0000
high.type GAUGE high.type GAUGE
high.max 50000 high.draw AREASTACK
high.min 0 high.min 0
high.info The number of CVEs marked high priority high.info The number of CVEs marked high priority
medium.label medium medium.label medium
medium.colour FFA500
medium.type GAUGE medium.type GAUGE
medium.max 50000 medium.draw AREASTACK
medium.min 0 medium.min 0
medium.info The number of CVEs marked medium priority medium.info The number of CVEs marked medium priority
low.label low low.label low
low.colour 0000FF
low.type GAUGE low.type GAUGE
low.max 50000 low.draw AREASTACK
low.min 0 low.min 0
low.info The number of CVEs marked low priority low.info The number of CVEs marked low priority
other.label other other.label other
other.colour 00A5FF
other.type GAUGE other.type GAUGE
other.max 50000 other.draw AREASTACK
other.min 0 other.min 0
other.info The number of CVEs with unspecified priority other.info The number of CVEs with unspecified priority
EOF_ EOF_