hi,
running zabbix server 1.6.2 on an ubuntu hardy x86_64 as openvz virtual server and zabbix agent 1.6.2 are running on ubuntu dapper x86_64 (physical server or virtual server)
EnableRemoteCommands=1 has been set in zabbix_agentd.conf and zabbix_agentd has been restarted.
On the server, I created an action when my ntp daemon is stopped, an email is sent and a remote commande is perform :
I get the email but KO.txt is not created.
I tried by change {HOSTNAME} by the zabbix name of the server, but nothing change.
maybe I forgot something but I don't find anything in the doc or on the forum that can help me.
is some can help me ?
thanks
Yoann
running zabbix server 1.6.2 on an ubuntu hardy x86_64 as openvz virtual server and zabbix agent 1.6.2 are running on ubuntu dapper x86_64 (physical server or virtual server)
EnableRemoteCommands=1 has been set in zabbix_agentd.conf and zabbix_agentd has been restarted.
On the server, I created an action when my ntp daemon is stopped, an email is sent and a remote commande is perform :
Code:
{HOSTNAME}: echo KO > /tmp/KO.txt
I tried by change {HOSTNAME} by the zabbix name of the server, but nothing change.
maybe I forgot something but I don't find anything in the doc or on the forum that can help me.
is some can help me ?
thanks
Yoann
Comment