I have a zabbix monitoring using a double structure (two different sites). In each site i have one zabbix server and 5 proxies. I'm using active agents and auto registration, I already created the auto registration action and have about 6.000 hosts that had been successfully registered in both sites. Now i'm adding another type of hosts, also using active agents and auto registration. There is no network error, the address respond, telnet respond, zabbix_get from proxy to the host respond. But the host only register in the 'secondary' site, the configuration files are almost equal (appart from address,etc ).
There is no error (or even mention of anything about the registration) in the logs, the host appears on the hosts table (on the server) but not if i search in UI.
Anyone have any ideas of why the host don't appear in the UI?
The same host appears on the other zabbix server.
Other hosts appears in this zabbix server.
There is no error (or even mention of anything about the registration) in the logs, the host appears on the hosts table (on the server) but not if i search in UI.
Code:
MariaDB [zabbix]> select * from hosts where host='XXXXHOSTNAME'; +--------+--------------+----------------+--------+---------------+-------+-----------+-------------+------------+---------------+----------------+---------------+---------------+--------------------+----------------+--------------------+----------------+---------------+--------------------+------------------+------------------+------------------+------------------+------------+------------+-------------------+---------------+-----------------+-----------+----------------+-------+------------+-------------+-------------+------------+------------+-------------+------------------+---------+---------------+---------------+ | hostid | proxy_hostid | host | status | disable_until | error | available | errors_from | lastaccess | ipmi_authtype | ipmi_privilege | ipmi_username | ipmi_password | ipmi_disable_until | ipmi_available | snmp_disable_until | snmp_available | maintenanceid | maintenance_status | maintenance_type | maintenance_from | ipmi_errors_from | snmp_errors_from | ipmi_error | snmp_error | jmx_disable_until | jmx_available | jmx_errors_from | jmx_error | name | flags | templateid | description | tls_connect | tls_accept | tls_issuer | tls_subject | tls_psk_identity | tls_psk | proxy_address | auto_compress | +--------+--------------+----------------+--------+---------------+-------+-----------+-------------+------------+---------------+----------------+---------------+---------------+--------------------+----------------+--------------------+----------------+---------------+--------------------+------------------+------------------+------------------+------------------+------------+------------+-------------------+---------------+-----------------+-----------+----------------+-------+------------+-------------+-------------+------------+------------+-------------+------------------+---------+---------------+---------------+ | 16918 | 16543 | XXXXHOSTNAME | 0 | 0 | | 0 | 0 | 0 | -1 | 2 | | | 0 | 0 | 0 | 0 | NULL | 0 | 0 | 0 | 0 | 0 | | | 0 | 0 | 0 | | XXXXHOSTNAME | 0 | NULL | | 1 | 1 | | | | | | 1 | +--------+--------------+----------------+--------+---------------+-------+-----------+-------------+------------+---------------+----------------+---------------+---------------+--------------------+----------------+--------------------+----------------+---------------+--------------------+------------------+------------------+------------------+------------------+------------+------------+-------------------+---------------+-----------------+-----------+----------------+-------+------------+-------------+-------------+------------+------------+-------------+------------------+---------+---------------+---------------+ 1 row in set (0.00 sec)
The same host appears on the other zabbix server.
Other hosts appears in this zabbix server.
Comment