Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check crl
104063
File | Description |
---|---|
check_crl | check_crl Check for next update of a revocation list |
Since a normal openssl revocation list lives for 30 days this check plugin calculates the time left before apache will fence out all requests.
check_crl -f -w -c
Warn and crit are the number of days left before the expiration date is reached.
-f, --filename=STRING
name and location of the revocation list file
(e.g. /etc/apache2/ssl.crl/users.crl)
-w, --warning=INTEGER
Number of days left (Defaults: 10 days)
-c, --critical=INTEGER
Number of days left (Defaults: 4 days)
V 1.0.0
check_crl -f -w -c
Warn and crit are the number of days left before the expiration date is reached.
-f, --filename=STRING
name and location of the revocation list file
(e.g. /etc/apache2/ssl.crl/users.crl)
-w, --warning=INTEGER
Number of days left (Defaults: 10 days)
-c, --critical=INTEGER
Number of days left (Defaults: 4 days)
V 1.0.0
Reviews (0)
Be the first to review this listing!