To day, I want to add a option in zabbix_agentd.conf. The option is:UserParameter=b2b.chn,/usr/sbin/asterisk -rx 'show channels' | grep --text -i 'active call' | awk '{print $1}'
But asterisk must using by root power.
How can I change zabbix to run as root power?
But asterisk must using by root power.
How can I change zabbix to run as root power?
Comment