Remote server plugin to monitor the expiration days of a domain certificate. It is necessary to have python3 installed to run it. Manual execution: python3 ssl_plugin.py domain [port]. Example: python3 ssl_plugin.py pandorafms.com 443 The port is not mandatory, by...
Plugin to check domain expiration. Returns the number of days remaining until the domain expires. It can be used as a server plugin or as a data module. As Plugin server: – Register new server plugin – Add plugin to /usr/share/pandora_server/util/plugin...
domain_check Plugin to check domain expiration. Returns the number of days left until domain expiration. Can be run as a server plugin or as module_exec (dataserver). As server plugin: – Create new server plugin (add _field1_ to add domain) – Place plugin...
Remote plugin to check SSL plugin days remaining. It retrieves the number of days until SSL certificate expiration or SSL Certificate status code. Execution modes: ssl_plugin.sh <WEB_URL> –> Return SSL Certificate expiry days ssl_plugin.sh...
This local module allows you to know the expiration date (in days) of a given domain. Usage: domain_expiration_date.sh <domain_name> Returns the number of days to expiration date Files: domain_expiration_date.sh