Question

Notification - Additive inheritance

  • 7 October 2022
  • 1 reply
  • 75 views

Badge +1

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

Userlevel 3
Badge +9

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.

Reply