From df2a25a87667ba3ee846cd81cbdb774e9ff333f0 Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Sun, 6 Mar 2022 21:40:03 +0100 Subject: [PATCH] Added README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bd4f1e --- /dev/null +++ b/README.md @@ -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)