Update in: 23 April 2021
:
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 in path /usr/share/pandora_server/util/plugin
– Give execution permissions to plugin and user/group pandora:root
As module_exec:
module_begin
module_name Domian expired
module_type generic_data
module_exec /usr/share/pandora_server/util/plugin/domain_check.sh yourdomain.com
module_end
(Visited 166 times, 1 visits today)