Hi All,
I have a fresh Zabbix install on CentOS 6.4, followed the install_from_packages guide.
I'm seeing the No active checks on server: host [127.0.0.1] not found that seems to hit a lot of people and I've tried all the recommendations about setting the Hostname and matching to the UI created host.
After getting nowhere I enabled debugging mode and saw the SQL query being done.
There seems to be an issue with the hostid where clause.
It's looking for:
hostid between 100000000000000 and 199999999999999
but looking in the database the hostid for the host I created in the webUI is 10086
This will never match and always return 0 rows.
Is there some tunable setting for that range?
Like I said my install is pretty much default from the rpm package installs.
zabbix-2.0.6-1.el6.x86_64
zabbix-web-mysql-2.0.6-1.el6.noarch
zabbix-release-2.0-1.el6.noarch
zabbix-server-2.0.6-1.el6.x86_64
zabbix-agent-2.0.6-1.el6.x86_64
zabbix-server-mysql-2.0.6-1.el6.x86_64
zabbix-web-2.0.6-1.el6.noarch
Thanks
I have a fresh Zabbix install on CentOS 6.4, followed the install_from_packages guide.
I'm seeing the No active checks on server: host [127.0.0.1] not found that seems to hit a lot of people and I've tried all the recommendations about setting the Hostname and matching to the UI created host.
After getting nowhere I enabled debugging mode and saw the SQL query being done.
There seems to be an issue with the hostid where clause.
It's looking for:
hostid between 100000000000000 and 199999999999999
but looking in the database the hostid for the host I created in the webUI is 10086
This will never match and always return 0 rows.
Is there some tunable setting for that range?
Like I said my install is pretty much default from the rpm package installs.
zabbix-2.0.6-1.el6.x86_64
zabbix-web-mysql-2.0.6-1.el6.noarch
zabbix-release-2.0-1.el6.noarch
zabbix-server-2.0.6-1.el6.x86_64
zabbix-agent-2.0.6-1.el6.x86_64
zabbix-server-mysql-2.0.6-1.el6.x86_64
zabbix-web-2.0.6-1.el6.noarch
Thanks
Comment