Skip to main content
Solved

graph legend is now "default"

  • March 30, 2026
  • 3 replies
  • 8 views

Forum|alt.badge.img+4

Hello,

Since my last upgrade to 24.10.12, some of my graph’s legends are broken.

the metrics are correctly named, but the graphs legend shows “default” instead of metric name.

for example : 

performance data

 

and the graph is : 

graph legend

in parameters > data, metrics name are OK for this service.

 

Any idea how to fix this ?

Best answer by HenryH

It’s a known problem by Centreon:

mysql:

USE centreon;

UPDATE giv_components_templates SET ds_legend = '' WHERE default_tpl1 = '1' AND name = 'Default'

 

3 replies

Forum|alt.badge.img+4
  • Author
  • Steward **
  • March 30, 2026

upgraded to 24.10.17, same issue


Forum|alt.badge.img+3
  • Steward *
  • Answer
  • March 30, 2026

It’s a known problem by Centreon:

mysql:

USE centreon;

UPDATE giv_components_templates SET ds_legend = '' WHERE default_tpl1 = '1' AND name = 'Default'

 


Forum|alt.badge.img+4
  • Author
  • Steward **
  • March 30, 2026

thank you.

table name is “giv_components_template” without “s”