Projet

Général

Profil

Révision 31db64fe

ID31db64fefe8678c2735714092fc2a0d4783d8e8a
Parent 6f70cfc6
Enfant fd2fb560

Ajouté par Kim B. Heino il y a presque 4 ans

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.

Voir les différences:

plugins/ssl/certificate_file_expiry
55 55

  
56 56
if [ "$1" = "config" ] ; then
57 57
  echo "graph_title Certificate validity"
58
  echo "graph_args --logarithmic --base 1000"
59
  echo "graph_vlabel certificate validity in days"
58
  echo "graph_args --base 1000"
59
  echo "graph_vlabel days"
60 60
  echo "graph_category security"
61 61
fi
62 62

  

Formats disponibles : Unified diff