I turned on host discovery but not any triggers. I now have hosts in monitoring->discovery page that are dead but not associated with any group. I would like to purge them. Is there any way to do that?
Ad Widget
Collapse
Deleting Dead Discovered hosts
Collapse
X
-
Hello,
the only thing is to do the following SQL-Statements on the database:
I think this information I have from here: https://support.zabbix.com/browse/ZBX-3336Code:truncate dhosts; truncate dservices;
Comment