I have Zabbix Server and windows Agent v 1.8.3
I have created an Active Check for a Windows Server:
host configured in Zabbix Server: server487
All passive check are functioning
config file:
In the log file in debug mode I read:
As you can see, the host is saved lowercase in zabbix server but uppercase in Zabbix conf file.
The result is that I get no error "Can't find hostname" but still I get no info on the problem.
It would be nice if this uppercase/lowercase error gets a warning in the log (ie: the agent doesn't find the hostname because of different case, but still doesn't warn)
I have created an Active Check for a Windows Server:
host configured in Zabbix Server: server487
All passive check are functioning
config file:
Code:
Server=xxxxxxxx.245 ServerPort=10051 Hostname=[B]SERVER[/B]487 ListenPort=10055 StartAgents=5 DebugLevel=3 LogFile= C:\Program Files\Zabbix\node\zabbix_agentd.log Timeout=5 EnableRemoteCommands=0
In the log file in debug mode I read:
Code:
5496:20111129:140356.391 Sending [{
"request":"active checks",
"host":"[B]SERVER[/B]487"}]
5496:20111129:140356.391 Before read
5496:20111129:140356.485 Got [{
"response":"success",
"data":[]}]
The result is that I get no error "Can't find hostname" but still I get no info on the problem.
It would be nice if this uppercase/lowercase error gets a warning in the log (ie: the agent doesn't find the hostname because of different case, but still doesn't warn)