Skip to main content
Declined

Confusing naming in Menu Access config page settings for Business Activity monitoring

Related products:Infra Monitoring - BAM
  • March 4, 2026
  • 3 replies
  • 17 views

Forum|alt.badge.img+9

Hi,

This naming is a little bit confusing.
For me it seems like the second "Monitoring" item was added with some of the latest updates and now controls the access for "Business Activity status" details page for a selected BA from the main page "Monitoring  >  Business Activity  >  Monitoring".

?name=mceclip0.png

Could you, please, rename the second item from Monitoring to e.g. "Monitoring Business Activity Details"  or so? 

3 replies

lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • March 10, 2026

Hi ​@Jaroslaw Kesy it look like a bug. The second menu should be named “Status”.

Can you execute the following SQL query:

SELECT * FROM topology WHERE topology_page = '20711'

If you have a result, please execute the following SQL query:

UPDATE topology SET topology_name = 'Status' WHERE topology_page = '20711';

Regards


Forum|alt.badge.img+9
  • Author
  • Steward **
  • March 11, 2026

 

Hi ​@lpinsivy ,

 

Thanks for the hint. It looks ok now.
 


lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • March 11, 2026
NewDeclined