Hello, I'm relatively new to Zabbix. I'v installed the server and a couple of agents. The agents all have the same zabbix_agentd.conf file. Some agents (Of the server and the MySQL server) have a green ZBX icon. The others are grey. All installations are done via an ansible playbook and all servers are CentOS 8 vm's installed from a standard template. Running the agent under zabbix user or under root makes no difference. Firewall port 10050 on all vm's is open.
/etc/zabbix/zabbix_agentd.conf:
AllowRoot=1
HostMetadata=Linux <KEY>
HostnameItem=system.hostname
Include=/etc/zabbix/zabbix_agentd.d/*.conf
LogFileSize=0
LogFile=/var/log/zabbix/zabbix_agentd.log
PidFile=/var/run/zabbix/zabbix_agentd.pid
ServerActive=192.168.178.133:10051
Server=sh30srv33.streur.dbnl
What else can I do.
/etc/zabbix/zabbix_agentd.conf:
AllowRoot=1
HostMetadata=Linux <KEY>
HostnameItem=system.hostname
Include=/etc/zabbix/zabbix_agentd.d/*.conf
LogFileSize=0
LogFile=/var/log/zabbix/zabbix_agentd.log
PidFile=/var/run/zabbix/zabbix_agentd.pid
ServerActive=192.168.178.133:10051
Server=sh30srv33.streur.dbnl
What else can I do.
Comment