mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
[debsecan] Use stacked areas, and colour-code urgency
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
87f5a74ec8
commit
1a5b42e80d
1 changed files with 8 additions and 4 deletions
|
@ -36,23 +36,27 @@ graph_category system
|
|||
graph_period second
|
||||
graph_info This graph show the number of known vulnerabilities present on your system. Use debsecan to see details.
|
||||
high.label high
|
||||
high.colour FF0000
|
||||
high.type GAUGE
|
||||
high.max 50000
|
||||
high.draw AREASTACK
|
||||
high.min 0
|
||||
high.info The number of CVEs marked high priority
|
||||
medium.label medium
|
||||
medium.colour FFA500
|
||||
medium.type GAUGE
|
||||
medium.max 50000
|
||||
medium.draw AREASTACK
|
||||
medium.min 0
|
||||
medium.info The number of CVEs marked medium priority
|
||||
low.label low
|
||||
low.colour 0000FF
|
||||
low.type GAUGE
|
||||
low.max 50000
|
||||
low.draw AREASTACK
|
||||
low.min 0
|
||||
low.info The number of CVEs marked low priority
|
||||
other.label other
|
||||
other.colour 00A5FF
|
||||
other.type GAUGE
|
||||
other.max 50000
|
||||
other.draw AREASTACK
|
||||
other.min 0
|
||||
other.info The number of CVEs with unspecified priority
|
||||
EOF_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue