From d885a314ade7c1287237d61f4d2b1f24db509533 Mon Sep 17 00:00:00 2001 From: "Kim B. Heino" Date: Thu, 2 Dec 2021 12:32:48 +0200 Subject: [PATCH] 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. --- plugins/ssl/certificate_file_expiry | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ssl/certificate_file_expiry b/plugins/ssl/certificate_file_expiry index effe968c..a55e7738 100755 --- a/plugins/ssl/certificate_file_expiry +++ b/plugins/ssl/certificate_file_expiry @@ -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