Forum Discussion
Pallavi_Tadepal
Nimbostratus
Mar 07, 2006Invalid Monitor Rule Type
While registering to BigIP, the following error occurred:
LocalLB::Pool::set_monitor_association()
Exception: Common::OperationFailed
primary_error_code : 16908289 (0x01020001...
Mar 07, 2006
You are not initializing the rule variable. You will need to fill in it's type, quorum, and monitor_templates variables to your specifics.
Type can be one of the following:
MONITOR_RULE_TYPE_SINGLE - This monitor rule is based on a single monitor.
MONITOR_RULE_TYPE_AND_LIST - This monitor rule is based on an ANDed list of monitors, i.e. all monitors must return successfully for the node/member to be considered UP.
MONITOR_RULE_TYPE_M_OF_N - This monitor rule is based on a list of N monitors, but at least M of which must return successfully for the node/member to be considered UP.
If you are just using one monitor, then MONITOR_RULE_TYPE_SINGLE is probably what you want. Pass that in for the type, with a quorum value of 0 (ignored) as well as the name of your HTTP monitor in the monitor_templates list.
If you want to support chaining multiple monitors to this rule, then you'll have to use MONITOR_RULE_TYPE_AND_LIST if you want require all monitors to succeed to consider it a pass, or MONITOR_RULE_TYPE_M_OF_N if you want say 2 out of 3 passes to consider a success.
Hope this helps...
-Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
