mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Adds tcp_echo module for bigip (#26844)
This patch is part a refactor of TCP monitors for BIG-IP. This module may file in testing without the base tcp module merged because it makes use of similar fixtures. Unit tests are provided. Integration tests can be found here https://github.com/F5Networks/f5-ansible/blob/devel/test/integration/bigip_monitor_tcp_echo.yaml#L23 https://github.com/F5Networks/f5-ansible/tree/devel/test/integration/targets/bigip_monitor_tcp_echo/tasks
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"kind": "tm:ltm:monitor:tcp-echo:tcp-echostate",
|
||||
"name": "foo",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/foo",
|
||||
"generation": 0,
|
||||
"selfLink": "https://localhost/mgmt/tm/ltm/monitor/tcp-echo/~Common~foo?ver=13.0.0",
|
||||
"adaptive": "disabled",
|
||||
"adaptiveDivergenceType": "relative",
|
||||
"adaptiveDivergenceValue": 25,
|
||||
"adaptiveLimit": 200,
|
||||
"adaptiveSamplingTimespan": 300,
|
||||
"defaultsFrom": "/Common/tcp_echo",
|
||||
"destination": "10.10.10.10",
|
||||
"interval": 20,
|
||||
"manualResume": "disabled",
|
||||
"timeUntilUp": 60,
|
||||
"timeout": 30,
|
||||
"transparent": "disabled",
|
||||
"upInterval": 0
|
||||
}
|
||||
Reference in New Issue
Block a user