Hi all,
I do not knonw if this is only my problem, but sometimes it happens that zabbix server stops to fetch informations from server (zabbix agent informations, simple checks are ok). I could not find problem so I was searching differencies between "working" hosts and "dead" hosts. Dead hosts were unreachable in zabbix frontend. But even if I change them to monitored or not monitored, nothing happened). I thought that it was unreachable, so it will apper reachable after some time. But it did not.
I have to do this manualy in zabbix db:
update hosts set disable_until=1158762615, errors_from=0 where hostid=10042;
Before my sql statement, errors_from was set to some number. Any suggestions what I did?
And why zabbix server did not enable server automaticaly ?
Thanx!
Lukas
I do not knonw if this is only my problem, but sometimes it happens that zabbix server stops to fetch informations from server (zabbix agent informations, simple checks are ok). I could not find problem so I was searching differencies between "working" hosts and "dead" hosts. Dead hosts were unreachable in zabbix frontend. But even if I change them to monitored or not monitored, nothing happened). I thought that it was unreachable, so it will apper reachable after some time. But it did not.
I have to do this manualy in zabbix db:
update hosts set disable_until=1158762615, errors_from=0 where hostid=10042;
Before my sql statement, errors_from was set to some number. Any suggestions what I did?
And why zabbix server did not enable server automaticaly ?Thanx!
Lukas