No backup of the Centreon Database ? 
It will be a bit hard to recover your host. The problem is that to recover the graphs, even if you create a new host with the same name, the ID will be different in the DB.
The data for the graphs are stored in the centstorage DB. The table, where are stored the hosts and the services is `centstorage`.`index_data`. You can first try to check if your host is still there or not, with this SQL request :
Code:
SELECT `centstorage`.`index_data`.`host_name`, `centstorage`.`index_data`.`id` FROM `centstorage`.`index_data` WHERE `centstorage`.`index_data`.`host_name` = "XXXXX"
Obviously, XXX is the exact Hostname of your firewall.
If you have an entry (or more, depend of the number of services you had), you are lucky. If not, so it won't be possible (or i am not aware of a solution).
Cheers
Ubuntu server 10.04 LTS 64 Bits - Haute dispo 4 serveurs centraux (réplication MySQL + VIP + Rsync)
Nagios 3.3.1 | Centreon 2.3.9 | Centreon-Broker 2.1.1 | 2000 hôtes - 5000 services | 6 Remote Pollers
Dev : CES 2.2 - Centengine - Centreon 2.4.1
Bookmarks