Hi! Long time Zabbix user, first time setting up Zabbix! My work has used Zabbix for years, but now I'm setting up Zabbix on my homelab, and its my first time having to actually configure anything haha.
So my issue:
I have a Zabbix server configured at 192.168.0.23 on my lan, (OS defined hostname heimdall)
and I have installed Zabbix agent on a windows 10 pc at 192.168.0.17. (OS defined hostname win10plex)
I am running the Zabbix agent and the logs show nothing except for saying the service is started. For some reason, I cant get Zabbix server to register the agent and to start collecting metrics. The only lines i have edited in Zabbix agent config are:
other than those 3 things, I have not changed anything else in the windows agents config file.
And on Zabbix, I am trying to add the host manually:

It is enabled, but does not seems to be reporting anything to zabbix
If I had to guess I made some noobie mistake, if you tell me what that is that would be great!
Thanks in advance!
P.S Happy Friday
So my issue:
I have a Zabbix server configured at 192.168.0.23 on my lan, (OS defined hostname heimdall)
and I have installed Zabbix agent on a windows 10 pc at 192.168.0.17. (OS defined hostname win10plex)
I am running the Zabbix agent and the logs show nothing except for saying the service is started. For some reason, I cant get Zabbix server to register the agent and to start collecting metrics. The only lines i have edited in Zabbix agent config are:
Code:
=================BREAK================ ### Option: Server # List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of Zabbix servers and Zabbix proxies. # Incoming connections will be accepted only from the hosts listed here. # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally and '::/0' will allow any IPv4 or IPv6 address. # '0.0.0.0/0' can be used to allow any IPv4 address. # Example: Server=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.domain # # Mandatory: yes, if StartAgents is not explicitly set to 0 # Default: # Server= Server=192.168.0.23 =================BREAK================ ### Option: ServerActive # List of comma delimited IP:port (or DNS name:port) pairs of Zabbix servers and Zabbix proxies for active checks. # If port is not specified, default port is used. # IPv6 addresses must be enclosed in square brackets if port for that host is specified. # If port is not specified, square brackets for IPv6 addresses are optional. # If this parameter is not specified, active checks are disabled. # Example: ServerActive=127.0.0.1:20051,zabbix.domain,[::1]:30051,::1,[12fc::1] # # Mandatory: no # Default: # ServerActive= ServerActive=192.168.0.23 =================BREAK================ ### Option: Hostname # Unique, case sensitive hostname. # Required for active checks and must match hostname as configured on the server. # Value is acquired from HostnameItem if undefined. # # Mandatory: no # Default: # Hostname= Hostname=win10plex
And on Zabbix, I am trying to add the host manually:
It is enabled, but does not seems to be reporting anything to zabbix
If I had to guess I made some noobie mistake, if you tell me what that is that would be great!
Thanks in advance!
P.S Happy Friday
Comment