mirror of
https://github.com/Luzifer/promcertcheck.git
synced 2024-11-08 07:50:05 +00:00
Update README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a2070ccccc
commit
5e8d28d200
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,7 @@ This project contains a small monitoring tool to check URLs for their certificat
|
|||
- Warns before the certificates expires
|
||||
- Gives a handy overview over all monitored URLs
|
||||
- Data is made available in Prometheus readable format for monitoring
|
||||
- Provide own root certificates to accept for chain validation
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -19,8 +20,9 @@ This project contains a small monitoring tool to check URLs for their certificat
|
|||
# ./promcertcheck --help
|
||||
Usage of ./promcertcheck:
|
||||
--expire-warning duration When to warn about a soon expiring certificate (default 744h0m0s)
|
||||
--listen string Port/IP to listen on (default ":3000")
|
||||
--log-level string Verbosity of logs to use (debug, info, warning, error, ...) (default "info")
|
||||
--probe stringSlice URLs to check for certificate issues
|
||||
--probe strings URLs to check for certificate issues
|
||||
--roots-dir string Directory to load custom RootCA certs from to be trusted (*.pem)
|
||||
--version Print program version and exit
|
||||
|
||||
|
|
Loading…
Reference in a new issue