hi, today if i want to check something from asterisk, like the active calls, I add a parameter on the zabbix_agentd.conf and then create a item with the same name.
eg:
UserParameter=active.calls,sudo /usr/sbin/asterisk -rvvvvvx 'show channels'|grep --text -i 'active call'|awk '{print $1}'
but the problem is... i have a lot of clients and i cant go in all zabbix_agentd.conf and add this line. is there some different way to create a unique check for all agents?
sorry my english... =)
eg:
UserParameter=active.calls,sudo /usr/sbin/asterisk -rvvvvvx 'show channels'|grep --text -i 'active call'|awk '{print $1}'
but the problem is... i have a lot of clients and i cant go in all zabbix_agentd.conf and add this line. is there some different way to create a unique check for all agents?
sorry my english... =)