projects
/
sysconfig
/
nagios3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08df865
)
Warn on olinda cert expiry only 10 days early
author
Alex Dehnert
<alex@dehnerts.com>
Sat, 6 Jul 2013 18:37:04 +0000
(14:37 -0400)
committer
Alex Dehnert
<alex@dehnerts.com>
Sat, 6 Jul 2013 18:37:04 +0000
(14:37 -0400)
StartSSL doesn't want to renew my cert 14 days early, apparently. :(
local.d/olinda.cfg
patch
|
blob
|
history
diff --git
a/local.d/olinda.cfg
b/local.d/olinda.cfg
index 49372cdec2a509167a49b6b580c6331a69510d83..b9270f87339333e5de583a85fe5e2284a25b94f9 100644
(file)
--- a/
local.d/olinda.cfg
+++ b/
local.d/olinda.cfg
@@
-26,6
+26,7
@@
define service {
use adehnert-service
service_description HTTPS
check_command check_https
+ __check_cert_expiry_days 10
host_name olinda
}