pagure.io / nagios: check only that cert is valid for 25 days
We renew letsencrypt certs at 30 days, so checking at 60 is pointless. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6586cf0eed
commit
25ace56df7
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ define service {
|
|||
define service {
|
||||
host_name pagure02.fedoraproject.org
|
||||
service_description https-pagure-cert
|
||||
check_command check_ssl_cert!pagure.io!60
|
||||
check_command check_ssl_cert!pagure.io!25
|
||||
use defaulttemplate
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue