This commit is contained in:
2019-02-10 23:22:23 -06:00
parent 945f7700a7
commit 87ca3181ab
2 changed files with 3 additions and 2 deletions

View File

@@ -594,7 +594,8 @@ LISTCERTS(){
}
CHECK-CERTS(){
/opt/idssys/nodemgmt/ssl-cert-check/ssl-cert-check -a -q -f /opt/idssys/nodemgmt/ssl-cert-check/ssldomains -e ${STATUS_CHECK_EMAIL}
rm -f /opt/idssys/nodemgmt/ssl-cert-check.lastrun
/opt/idssys/nodemgmt/ssl-cert-check/ssl-cert-check -a -f /opt/idssys/nodemgmt/ssl-cert-check/ssldomains -e ${STATUS_CHECK_EMAIL} > /opt/idssys/nodemgmt/ssl-cert-check.lastrunz
}
BACKUP(){

View File

@@ -231,7 +231,7 @@ ADMIN="root"
SENDER="postmaster@localhost.localdomain"
# Number of days in the warning threshhold (cmdline: -x)
WARNDAYS=80
WARNDAYS=30
# If QUIET is set to TRUE, don't print anything on the console (cmdline: -q)
QUIET="FALSE"