Check a GPG key for expiration
Go to file
Jonny007-MKD b8a0a4abbd Add command and service config 2022-03-06 22:19:43 +01:00
test First commit 2022-03-06 14:52:00 +01:00
.gitignore First commit 2022-03-06 14:52:00 +01:00
README.md Fix some bugs (especially processing a downloaded file) 2022-03-06 22:19:20 +01:00
check_gpg_key_expiration.sh Fix some bugs (especially processing a downloaded file) 2022-03-06 22:19:20 +01:00
command_check_gpg_key_expiration.conf Add command and service config 2022-03-06 22:19:43 +01:00
service_check_gpg_key_expiration.conf Add command and service config 2022-03-06 22:19:43 +01:00

README.md

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.
--warning DAYS: Warning threshold (integer in days)
--critical DAYS: Critical threshold (integer in days)