object CheckCommand "gpg-key-expiration" { import "plugin-check-command" command = [ "/home/nagios/check_gpg_key_expiration.sh/check_gpg_key_expiration.sh" ] arguments = { "--warning" = "$check_gpg_key_expiration_warn$" "--critical" = "$check_gpg_key_expiration_crit$" "--url" = "$check_gpg_key_expiration_url$" } }