@ricounet Ok, so you can delete that one entry from the DB:

shell> mysql -u root -p Password: ... mysql> use fog; ... mysql> DELETE FROM hosts WHERE hostID = 410; ...