Hi,
have a little problem (i hope its little) with monitoring windows server machines and a switch
Zabbix server works for some days fine but now i got no data from the host and i don“t know why.
Here is the error message in zabbix:
I also have a switch to monitor, here i got following error:
If i know did a snmpwalk to the windows server machine i got this:
If i make this for the switch got many IF-MIB messages so thats working i think. But why i got no monitoring on the Zabbix webfrontend ?
I dont know snmpwalk much..... what can i do to make some checks?
The agents on the windows machines working and the config file is not wrong because for some days i got monitoring.
Here is the config file:
Is the serverport 10051 or 10050?
a telnet to the server works with "telnet <server> 10050" but bot with 10051....
Need help plz.
Regards
woisch
have a little problem (i hope its little) with monitoring windows server machines and a switch
Zabbix server works for some days fine but now i got no data from the host and i don“t know why.
Here is the error message in zabbix:
Code:
Get value from agent failed: *** Cannot connect to [<IP>]:10050 [No route to host]
Code:
Timeout while connecting to [<IP>:161]
Code:
DEBIAN:~# snmpwalk -v 1 -c public 192.168.100.10 Timeout: No Response from 192.168.100.10 DEBIAN:~#
I dont know snmpwalk much..... what can i do to make some checks?
The agents on the windows machines working and the config file is not wrong because for some days i got monitoring.
Here is the config file:
Code:
Server=192.168.100.100 ServerPort=10051 Hostname=WSRV01 ListenPort=10050 StartAgents=5 EnableRemoteCommands=1 DebugLevel=4 LogFile=C:\Program Files\Zabbix Agent/Zabbix_agentd.log Timeout=5
a telnet to the server works with "telnet <server> 10050" but bot with 10051....
Need help plz.

Regards
woisch
Comment