[ SEA-GHOST MINI SHELL]
# scripts for cpanel health checks
# discover all php versions for current cpanel
UserParameter=cpanel.php_versions.discovery,/usr/local/scripts/zabbix/cpanel_php_discovery.py
# script for cgi php modue check for specific php version
# args: php version, php module, test username
UserParameter=cpanel.cgi_php.check[*],/usr/local/scripts/zabbix/cpanel_checks.sh cgi $1 $2 $3
# script for auth as test user check (2083 port)
# args: test username and it's password
UserParameter=cpanel.auth.check[*],/usr/local/scripts/zabbix/cpanel_checks.sh auth $1 $2
# script for test user's database
# args: test username, it's password and database
UserParameter=cpanel.mysql.check[*],/usr/local/scripts/zabbix/check_cpanel_mysql.py $1 $2 $3
SEA-GHOST - SHELL CODING BY SEA-GHOST