Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check crl
104214
File | Description |
---|---|
check_crl | check_crl Check for next update of a revocation list |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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!