Icinga config sync between two masters

As I haven’t had this problem myself yet, I also can one point you into the (hopefully right) direction.

Quoting Michael from another thread:

The curl request lokks like this:

curl -k -s -u user:passwd -H 'Accept: application/json' -X DELETE \
'https://localhost:5665/v1/config/packages/director-global?pretty=1'

Additionally remove the config on the second master under /var/lib/icinga2/api/zones/*

Hope this helps fixing your issues :slight_smile: