Forum Discussion
Ian_McKenna_113
Nimbostratus
Jun 28, 2006Removing Monitors from Pools
Hello,
can anybody tell me, if it is possible to remove
a specific monitor from a pool?
The interface "remove_monitor_association" removes
all my monitors.
Thanks in advance
Ian
- Looks like you are correct, I don't see a way to remove a single assocation without removing all of them.
- Ian_McKenna_113
Nimbostratus
Thanks Joe, - The only thing that sticks out is that the monitor_templates member of the MonitorRule structure is an array and you are passing in a single string. Try changing your code to the following
my $attribute = { type => "MONITOR_RULE_TYPE_SINGLE" , quorum => 0, monitor_templates => ["testmonitor"] };
- Ian_McKenna_113
Nimbostratus
Thanks a lot Joe, you saved my day.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects