Solved

Centreon Grid-map

  • 5 October 2023
  • 2 replies
  • 64 views

Userlevel 1
Badge +8

Hi, i want to install the Grid-map Widget.

 

Widget …

 

is not installed, after klick to install - is installed :(

how can i reinstall/install the plugin ?

 

Thanks

 

 

 

icon

Best answer by itoussies 6 October 2023, 10:25

View original

2 replies

Badge +1

Can you click on the Grid-map widget ?
If a pop-up comes up can you delete the plugin ?

 

Pascal

Userlevel 3
Badge +9

Hello,
 

This bug can happen on old Centreon platforms. In order to resolve it, find the Widget ID:

SELECT widget_model_id 
FROM widget_models
WHERE title='Grid-map';

 

Then update the fields:

UPDATE widget_models
SET url='./widgets/grid-map/index.php', directory='grid-map'
WHERE widget_model_id=<ID_WIDGET_MODEL>;

 

Reply