Hello,
I am setting up an asterisk call monitoring on zabbix 2.0.3. in the zabbix_agentd.conf I have set up the following command:
then I set up an item and the asterisk is running the command I am always getting in the log the following
Please guide me make this work.
thanks.
I am setting up an asterisk call monitoring on zabbix 2.0.3. in the zabbix_agentd.conf I have set up the following command:
Code:
UserParameter=asterisk.calls,UserParameter=sudo asterisk -rvvvvvx 'core show channels'|grep --text -i 'active call'|awk '{print $1}'
Code:
16422:20121108:062900.426 In substitute_key_macros() data:'asterisk.calls' 16422:20121108:062900.426 End of substitute_key_macros():SUCCEED data:'asterisk.calls' 16422:20121108:062900.426 In get_value() key:'asterisk.calls' 16422:20121108:062900.426 In get_value_agent() host:'Hostname' addr:'XX.XX.XXX.XX' key:'asterisk.calls' 16422:20121108:062900.428 Sending [asterisk.calls
thanks.

Comment