infobloxopen / infoblox-ansible

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

feat: support DTC health monitors #189

Closed jbisabel closed 5 months ago

jbisabel commented 1 year ago

The current nios_dtc_pool module allows you to attach existing monitors to a DTC pool, however currently there is no module that allows you to actually create/manage monitors

badnetmask commented 1 year ago

Just like #190 , I did not have that use-case in my environment when I wrote this module, because we use monitors on the member level, instead of the pool. I will try to find some time to look into it as well.

badnetmask commented 5 months ago

@jbisabel @JkhatriInfobox - Since #191 has been merged, does it mean this issue can be closed? (I don't have access to do so).

JkhatriInfobox commented 5 months ago

@jbisabel - Thanks for update, will close the issue.

As DTC health monitors are supported by #191