Hi,
I try and I try but no way to receive data from my parameter. I define a new user parameter in zabbix_agentd.conf. That parameter is a ksh script.
UserParameter=myKey,/myPath/myScript.ksh
I created a new item on zabbix and a new trigger. But no data! no error! so I even don't know what happens.
I use a distributed monitoring. When I launch that command in server relay, it works :
./zabbix_get -s myHost -p 10050 -k myKey
So what happens, is it the agent that is misconfigured or server relay that don't send data to the master server.
I have already searched in forums and in pdf documentation but nothing.
Thank you,
Fatiha
I try and I try but no way to receive data from my parameter. I define a new user parameter in zabbix_agentd.conf. That parameter is a ksh script.
UserParameter=myKey,/myPath/myScript.ksh
I created a new item on zabbix and a new trigger. But no data! no error! so I even don't know what happens.
I use a distributed monitoring. When I launch that command in server relay, it works :
./zabbix_get -s myHost -p 10050 -k myKey
So what happens, is it the agent that is misconfigured or server relay that don't send data to the master server.
I have already searched in forums and in pdf documentation but nothing.
Thank you,
Fatiha
Comment