mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[debsecan] Don't include suite in main title
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
5587f77cf5
commit
3abb60e3e7
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ esac
|
|||
|
||||
if [ "$1" = "config" ] ; then
|
||||
cat <<EOF_
|
||||
graph_title DebSecan: ${TITLE_ADD}vulnerabilities for ${SUITE}
|
||||
graph_title DebSecan: ${TITLE_ADD}vulnerabilities
|
||||
graph_info ${TITLE_ADD}vulnerabilities for ${SUITE}
|
||||
graph_args -l 0 --base 1000
|
||||
graph_vlabel number of CVE
|
||||
graph_category system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue