1
0
Fork 0
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:
Kim B. Heino 2021-12-02 12:32:48 +02:00 committed by GitHub
parent 6f70cfc6f8
commit d885a314ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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