Skip to main content
Question

Notification - Additive inheritance

  • October 7, 2022
  • 1 reply
  • 95 views

Forum|alt.badge.img+3

Hi,

I want to ask about the "Contact additive inheritance" and "Contact group additive inheritance" in host and service configuration. Because after upgrade from 3.4 to 21.10, when i have it checked and want to uncheck it. It's not working, this option remains still checked.

I try also new installation of centreon 22.04 from OVA file and after change "Contacts & Contact groups method calculation" to “Vertical Inheritance Only” the behavior is the same.

 

 

1 reply

itoussies
Centreonian
Forum|alt.badge.img+11
  • Centreonian
  • October 10, 2022

Hello @marek.polacik,

It seems like a bug.. In the meantime, you can update directly this option in the database with the following SQL request:

UPDATE centreon.host SET contact_additive_inheritance=0 WHERE host_name='YOUR HOST NAME';

 

Regards.