I've added an agent to my Zabbix server. I defined the Server= parameter in the config file, made sure to restart. Other than that change, I made no other changes to the config file. I can telnet from host to server, and server to host, on their respective ports. I added the host in the web ui. How do I get the host to show up and report in?
Ad Widget
Collapse
Zabbix Agent not Reporting In
Collapse
X
-
What version of Zabbix are you using? If you installed Zabbix agent on the same server where zabbix_sever is running with the official Zabbix package, you should be able to run it just by starting it without changing any settings. Make sure that the host named "Zabbix server" is registered on the web front end and that the host is enable.
Also, check if any error is output in the log of Zabbix server or Zabbix agent. -
If you are using Debuan 10, you should use the official Zabbix package. Please install zabbix-agent package after registering the repository referring to the information in the following URL.
Zabbix is being downloaded over 4 000 000 times every year for a reason. Download and install Zabbix for free and try it yourself!
ex.
Code:# wget https://repo.zabbix.com/zabbix/5.0/debian/pool/main/z/zabbix-release/zabbix-release_5.0-1+buster_all.deb # dpkg -i zabbix-release_5.0-1+buster_all.deb # apt update # apt install zabbix-agent
Comment
-
Ok, that is installed, but it still is not showing up. Here is output from the log file:
Code:21330:20201109:115416.186 Starting Zabbix Agent [Zabbix server]. Zabbix 5.0.5 (revision eaa427cf19). 21330:20201109:115416.186 **** Enabled features **** 21330:20201109:115416.186 IPv6 support: YES 21330:20201109:115416.186 TLS support: YES 21330:20201109:115416.186 ************************** 21330:20201109:115416.187 using configuration file: /etc/zabbix/zabbix_agentd.conf 21330:20201109:115416.187 agent #0 started [main process] 21331:20201109:115416.188 agent #1 started [collector] 21332:20201109:115416.188 agent #2 started[listener #1] 21333:20201109:115416.189 agent #3 started[listener #2] 21334:20201109:115416.189 agent #4 started[listener #3]
Comment
Comment