Forum Discussion
luevelvet
Altocumulus
Oct 18, 2022Logging/Audit Binary Execution?
Hey Everyone, We're looking to enable logging of binary execution or cli history, much like we can do in Linux using auditd. I've read about support engineers using auditd for troubleshooting purpos...
- Apr 22, 2020
Hello,
I workaround this with options parameter:
e.g.
?options=records add { key3 { data value3 } }
curl -ku "admin:admin" -X PATCH -H 'Content-type: application/json' -d '{ "name":"my_datagroup" }' https://localhost/mgmt/tm/ltm/data-group/internal/my_datagroup?options=records%20add%20%7b%20key3%20%7b%20data%20value3%20%7d%20%7d |jq .
Best regards.
Hey Gents, does any one able to resolve via DNS a corporate remote computer from AD ?
- Javier_Checa_41Oct 06, 2008
Nimbostratus
Hi Hoolio, - Javier_Checa_41Oct 06, 2008
Nimbostratus
Hi Hoolio, - You might get more relevant views in the iControl forum (Click here). But yes, you can poll the pool members directly using SNMP or any other protocol and then modify the LTM pool configuration to specify a new weight for the pool members.
- Javier_Checa_41Oct 06, 2008
Nimbostratus
Hi Aaron, - Sorry for the misunderstanding, Javier. If you want to modify how LTM processes traffic to the pool, you'd need either use a dynamic load balancing algorithm or modify the configuration. Dynamic load balancing can be done using a plugin or SNMP monitoring of the pool members. Else if neither of these options work for your scenario, you could modify the configuration manually using the GUI or programmatically via iControl.