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:
Kim B. Heino 2021-12-02 12:32:48 +02:00 committed by Lars Kruse
parent 6f70cfc6f8
commit 31db64fefe
1 changed files with 2 additions and 2 deletions

View File

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