Hello,
First of all, here is my configuration : Zabbix 1.9.8 on debian squeeze with mysql.
I have deployed a windows agent on a Windows 2008 Server and I am monitoring several parameters with it (CPU, memory, network, services ...).
I have recently add personnal check with the UserParameter option in the zabbix_agentd.conf (about 20 new check).
Those check only try to use "type" command to read some text files.
"UserParameter=kpi-histo,type c:\zabbix\scripts\KPI-histo.txt"
My problem is when I try to add all my items, at least 3 or 4 items won't check themselves. I have this kind of error on my server side :
16212:20120119:082845.734 Zabbix agent item [kpi-histo] on host [******] failed: first network error, wait for 15 seconds
I have tried to delete the item and create the exact same item with same properties and it worked, but another item will "crash" and won't be avaialable. I have set the timeout option (agent side) to 30 and the StartAgents to 10 to make sure I have enough agents to handle those new checks.
But I still got the probem, I have put flexible intervale to stop checking from 00:00 to 03:00 and some checks come on error after 03:00.
I am probably missing something but I don't know what. Maybe someone got the same problem ?
Thanks for your help.
First of all, here is my configuration : Zabbix 1.9.8 on debian squeeze with mysql.
I have deployed a windows agent on a Windows 2008 Server and I am monitoring several parameters with it (CPU, memory, network, services ...).
I have recently add personnal check with the UserParameter option in the zabbix_agentd.conf (about 20 new check).
Those check only try to use "type" command to read some text files.
"UserParameter=kpi-histo,type c:\zabbix\scripts\KPI-histo.txt"
My problem is when I try to add all my items, at least 3 or 4 items won't check themselves. I have this kind of error on my server side :
16212:20120119:082845.734 Zabbix agent item [kpi-histo] on host [******] failed: first network error, wait for 15 seconds
I have tried to delete the item and create the exact same item with same properties and it worked, but another item will "crash" and won't be avaialable. I have set the timeout option (agent side) to 30 and the StartAgents to 10 to make sure I have enough agents to handle those new checks.
But I still got the probem, I have put flexible intervale to stop checking from 00:00 to 03:00 and some checks come on error after 03:00.
I am probably missing something but I don't know what. Maybe someone got the same problem ?
Thanks for your help.
Comment