Hello , I was working with zabbix just fine untill this error showed up ,
Get value from agent failed: *** Cannot connect to [192.168.56.1]:10050 [No route to host]
I searched many topics but it didn't realy help me .
I checked the zabbix agent with this : net start | find /i "zabbix agent"
it works just fine , but it wouldn't send any data to the server , that's why I get empy graphs ...
this is my config file :
Server=zabbixsrv
ServerPort=10051
Hostname=dx2300m
# Listen port. Default is 10050
ListenPort=10050
# IP address to bind agent
# If missing, bind to all available IPs
#ListenIP=192.168.56.1 // I am not sure about this should be the Ip of the Host machine ??
StartAgents=5
#RefreshActiveChecks=120
#DisableActive=1
#EnableRemoteCommands=1
and also I get this error : timeout while connecting to [192.168.56.1:161]
Please Help !!!!!
Get value from agent failed: *** Cannot connect to [192.168.56.1]:10050 [No route to host]
I searched many topics but it didn't realy help me .
I checked the zabbix agent with this : net start | find /i "zabbix agent"
it works just fine , but it wouldn't send any data to the server , that's why I get empy graphs ...
this is my config file :
Server=zabbixsrv
ServerPort=10051
Hostname=dx2300m
# Listen port. Default is 10050
ListenPort=10050
# IP address to bind agent
# If missing, bind to all available IPs
#ListenIP=192.168.56.1 // I am not sure about this should be the Ip of the Host machine ??
StartAgents=5
#RefreshActiveChecks=120
#DisableActive=1
#EnableRemoteCommands=1
and also I get this error : timeout while connecting to [192.168.56.1:161]
Please Help !!!!!
Comment