What am I missing here:
############ GENERAL PARAMETERS #################
LogFile=C:\Program Files\Zabbix\zabbix_agentd.log
LogFileSize=10
ServerActive=10.119.11.3
Hostname=myhostname.domain.local
DebugLevel=4
Those are the values in my config file, but the windows agent will not start. If I change it from ServerActive to Server, or add in the Server parameter in addition to my ServerActive parameter, then it will start up.
Is "Server" required even when using "ServerActive"? The documentation suggests that the only thing required when using ServerActive is the "Hostname" parameter and every thing else is optional.
Also, where would I go to see why the service wouldn't start up? It doesn't even get far enough to generating a log. It fails pretty instantly.
############ GENERAL PARAMETERS #################
LogFile=C:\Program Files\Zabbix\zabbix_agentd.log
LogFileSize=10
ServerActive=10.119.11.3
Hostname=myhostname.domain.local
DebugLevel=4
Those are the values in my config file, but the windows agent will not start. If I change it from ServerActive to Server, or add in the Server parameter in addition to my ServerActive parameter, then it will start up.
Is "Server" required even when using "ServerActive"? The documentation suggests that the only thing required when using ServerActive is the "Hostname" parameter and every thing else is optional.
Also, where would I go to see why the service wouldn't start up? It doesn't even get far enough to generating a log. It fails pretty instantly.
Comment