I have downloaded Zabbix 2.0.6 agent for windows, I extracted it and followed the docs, but when I start it using this command:
It tells me :
but when I search in task manager I could not find zabbix process!
and here you are a copy of my configuration file:
Running on windows server 2008 standard SP1.
So kindly advice, and thanks in advance .
C:\Program Files\ZABBIX Agent>zabbix_agentd.exe -c "C:\Program Files\ZABBIX Agent\zabbix_agentd.win.conf" -s
It tells me :
zabbix_agentd.exe [5980]: service [Zabbix Agent] started successfully
and here you are a copy of my configuration file:
Server=10.0.0.1
#Hostname=cloud
ListenIP=10.0.0.100
#ServerPort=10051
Hostname=ArchiDC1.dc.archimedia.local
ListenPort=10050
StartAgents=5
#DisableActive=1
DebugLevel=4
LogFile="C:\zabbix_agentd.log"
EnableRemoteCommands=1
LogRemoteCommands=1
#Hostname=cloud
ListenIP=10.0.0.100
#ServerPort=10051
Hostname=ArchiDC1.dc.archimedia.local
ListenPort=10050
StartAgents=5
#DisableActive=1
DebugLevel=4
LogFile="C:\zabbix_agentd.log"
EnableRemoteCommands=1
LogRemoteCommands=1
Running on windows server 2008 standard SP1.
So kindly advice, and thanks in advance .
Comment