mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
certificate_file_expiry: label "50" instead of "5e+01"
Scale values were "4e+01, 5e+01, ...". Using linear scale and "48, 50, 52, ..." is much more readable. Also use shorter vlabel, old one is too long.
This commit is contained in:
parent
6f70cfc6f8
commit
d885a314ad
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ GPLv2
|
|||
|
||||
if [ "$1" = "config" ] ; then
|
||||
echo "graph_title Certificate validity"
|
||||
echo "graph_args --logarithmic --base 1000"
|
||||
echo "graph_vlabel certificate validity in days"
|
||||
echo "graph_args --base 1000"
|
||||
echo "graph_vlabel days"
|
||||
echo "graph_category security"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue