We're upgraded from ZABBIX 1.8 to 2.0.
Since 2.0 is running, we daily get more and more virtual agent interfaces.
They can be deleted by using:
But i think there must be an misconfiguration in discovery or bug.
Anyone else with this behavior?
Regards, Marcus
Since 2.0 is running, we daily get more and more virtual agent interfaces.
They can be deleted by using:
Code:
mysql> delete from interface where main = "0" and type = "1";
Anyone else with this behavior?
Regards, Marcus