f5-ansible
f5-ansible copied to clipboard
Add "up_interval" parameter to bigip_monitor_http
ISSUE TYPE
- Feature Idea
COMPONENT NAME
bigip_monitor_http
ANSIBLE VERSION
$ ansible --version
ansible 2.9.2
config file = /xxx/ansible.cfg
configured module search path = ['/xxx/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /xxx/ansible-2.9.2/lib/python3.7/site-packages/ansible
executable location = /xxx/ansible-2.9.2/bin/ansible
PYTHON VERSION
python version = 3.7.1 (default, Dec 14 2018, 13:28:58) [Clang 4.0.1 (tags/RELEASE_401/final)]
BIGIP VERSION
14.1.x
SUMMARY
bigip_monitor_http does NOT support the "up_interval" parameter. Would it be possible to add this parameter similar to what is found for the HTTPS monitor bigip_monitor_https
Tracking via FMFA-693
Yeah, 2nd this. Any progress? The change is seemingly pretty simple. I've added a pull request: #2207