centreon / centreon-nagvis

A module to integrate Nagvis into Centreon in order to have simple graphical views
10 stars 10 forks source link

Bug menu display twice #12

Closed oasisck closed 6 years ago

oasisck commented 6 years ago

A bug when I activate the module centreon-nagvis 1.1.1 twice. What I have to do for removing one of them ? screenshot

oasisck commented 6 years ago
mysql -u centreon -p centreon
select * from topology where topology_name='Nagvis' and topology_parent=2;
delete from topology where topology_id=<num_id>;