Skip to main content
Solved

Centreon Grid-map

  • October 5, 2023
  • 2 replies
  • 134 views

Forum|alt.badge.img+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

 

 

 

Best answer by itoussies

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>;

 

2 replies

Forum|alt.badge.img+1

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

 

Pascal


itoussies
Centreonian
Forum|alt.badge.img+11
  • Centreonian
  • Answer
  • October 6, 2023

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>;