Check a GPG key for expiration
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonny007-MKD b8a0a4abbd Add command and service config 1 year ago
test First commit 1 year ago
.gitignore First commit 1 year ago
README.md Fix some bugs (especially processing a downloaded file) 1 year ago
check_gpg_key_expiration.sh Fix some bugs (especially processing a downloaded file) 1 year ago
command_check_gpg_key_expiration.conf Add command and service config 1 year ago
service_check_gpg_key_expiration.conf Add command and service config 1 year ago

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)