File: //proc/thread-self/root/etc/zabbix/zabbix_agentd.d/custom_parameter_linux.conf
UserParameter=net.conn.80,sudo netstat -anp | grep ':80' | wc -l
UserParameter=net.conn.443,sudo netstat -anp | grep ':443' | wc -l
UserParameter=net.conn.8443,sudo netstat -anp | grep ':8443' | wc -l
UserParameter=ipset.count.wplogin,sudo ipset list wplogin-captcha | grep -c "^[0-9]"
UserParameter=fail2ban.qty.ban[*], sudo -n /etc/zabbix/monitoring/check_fail2ban_banned.py $1
UserParameter=php.fpm[*],/etc/zabbix/monitoring/check_php_fpm.sh "$1" "$2"