Hello guys im newbie
and i cannot delete some hosts from my zabbix Gui
no matter what i do like removing the host from the template or changgng ip.. nothings hels , stop start service and ext.....
i finnly tried via the sql database but it also fails
And gives error
please help
Tia
Tal
SQL
this is the host
mysql> SELECT host FROM hosts where host ='1.1.1.1';
+---------+
| host |
+---------+
| 1.1.1.1 |
+---------+
1 row in set (0.00 sec)
this is the unsusscful deletion
mysql> delete host FROM hosts where host ='1.1.1.1';
ERROR 1109 (42S02): Unknown table 'host' in MULTI DELETE
mysql>
and i cannot delete some hosts from my zabbix Gui
no matter what i do like removing the host from the template or changgng ip.. nothings hels , stop start service and ext.....
i finnly tried via the sql database but it also fails
And gives error
please help
Tia
Tal
SQL
this is the host
mysql> SELECT host FROM hosts where host ='1.1.1.1';
+---------+
| host |
+---------+
| 1.1.1.1 |
+---------+
1 row in set (0.00 sec)
this is the unsusscful deletion
mysql> delete host FROM hosts where host ='1.1.1.1';
ERROR 1109 (42S02): Unknown table 'host' in MULTI DELETE
mysql>
Comment