Added README.md
This commit is contained in:
parent
65a2d6d8bd
commit
df2a25a876
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# check_gpg_key_expiration.sh
|
||||
|
||||
A check script for icinga2 to check for the expiration of GPG keys (local or online).
|
||||
|
||||
Check gpg expiration date. Arguments:
|
||||
--url URL: Where to find the GPG key. Path to a local file or an URL to download from.
|
||||
--warn DAYS: Warning threshold (integer in days)
|
||||
--crit DAYS: Critical threshold (integer in days)
|
Loading…
Reference in a new issue