infobloxopen / infoblox-ansible

Ansible modules for interfacing to Infoblox systems
GNU General Public License v3.0
54 stars 61 forks source link

Attach health monitors to DTC Server #220

Open amlicht89 opened 5 months ago

amlicht89 commented 5 months ago

Hi all, is there a way to add health monitors to a DTC server? I see there is an option with the modules to attach a health monitor to a pool, but the nios_dtc_server module appears to be missing this feature. I feel it is a fairly common practice to monitor the servers directly, so perhaps I am missing something here? Thank you for your time.

amlicht89 commented 5 months ago

I did find a way to get this working by omitting server-specific health monitors and simply attaching a single monitor to the pool by which the servers will inherit, so perhaps that is the common practice (still new to DTC). Nevertheless, I am still curious about this :)