Hi,
I have zabbix server (1.2.3.4) with configured autoregistration action.
Also I have one instance with zabbix agent:
Agent hostname equals hostname in Zabbix frontend and equals value in agent log.
When i start zabbix agent in this instance, i got in server logs:
This error is no longer appears in server logs even after zabbix agent restarts , so, as i understand, it shows only when host config is not created in Zabbix yet.
Zabbix agent logs in this time:
I can see the graphs in Monitoring - Hosts - zabbixagent.compute.internal - Graphs.
SELinux in agent instance is disabled, nmap to zabbix server shows both 10050 and 10051 ports are open.
"Template OS Linux by Zabbix agent active" is already applied to the host.
zabbix_agentd (daemon) (Zabbix) 5.0.2
zabbix_server (Zabbix) 5.0.2
My question is: why ZBX indicator is not green? It's just grey.
I have zabbix server (1.2.3.4) with configured autoregistration action.
Also I have one instance with zabbix agent:
Code:
LogFile=/tmp/zabbix_agentd.log DebugLevel=3 StartAgents=0 ServerActive=1.2.3.4:10051 EnableRemoteCommands=1 LogRemoteCommands=1 HostnameItem=system.hostname HostMetadata=asdasd PidFile=/run/zabbix/zabbix_agentd.pid
When i start zabbix agent in this instance, i got in server logs:
Code:
15072:20200807:114442.610 cannot send list of active checks to "1.2.3.4": host [zabbixagent.compute.internal] not found
Zabbix agent logs in this time:
Code:
Starting Zabbix Agent [zabbixagent.compute.internal]. Zabbix 5.0.2 (revision 352ca05870). **** Enabled features **** IPv6 support: NO TLS support: NO ************************** using configuration file: /etc/zabbix/zabbix_agentd.conf agent #0 started [main process] agent #2 started [active checks #1] agent #1 started [collector]
SELinux in agent instance is disabled, nmap to zabbix server shows both 10050 and 10051 ports are open.
"Template OS Linux by Zabbix agent active" is already applied to the host.
zabbix_agentd (daemon) (Zabbix) 5.0.2
zabbix_server (Zabbix) 5.0.2
My question is: why ZBX indicator is not green? It's just grey.
Comment