Monitor LDAP (object)¶
Monitor LDAP definition
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| /*/ | ||||
| base | string | Specifies the location in the LDAP tree from which the monitor starts the health check | ||
| chaseReferrals | boolean | true | true, false | Specifies, whether, upon receipt of an LDAP referral entry, the referral is followed |
| class | string | “Monitor” | ||
| filter | string | Specifies an LDAP key which the monitor searches | ||
| interval | integer | 5 | 0 - 3600 | Poll interval (seconds) |
| label | string | “^[^x00-x1fx22#&*<>?x5b-x5d`x7f]*$” | Optional friendly name for this object. Allows 0-64 chars, excluding a few likely to cause trouble with string searching, JS, TCL, or HTML | |
| mandatoryAttributes | boolean | false | true, false | Specifies whether the target must include attributes in its response to be considered up |
| monitorType | string | Specifies the type of monitor | ||
| passphrase | object | Passphrase if any for query authentication,A passphrase (passphrase property),A value: (a) in a cryptogram in this object; (b) in a cryptogram elsewhere in this declaration; or (c) available from a URL | ||
| remark | string | “^[^x00-x1fx22x5cx7f]*$” | Arbitrary (brief) text pertaining to this object. Allows 0-64 chars, excluding only control characters, double-quote, and backslash. This is permissive enough that you should worry about XSS attacks | |
| security | string | “none” | “none”, “ssl”, “tls” | Specifies the secure protocol type for communications with the target |
| targetAddress | string | “” | “f5ip” formatted string | IP address monitor should probe; if empty (default) then pool member address |
| targetPort | integer | 0 | 0 - 65535 | L4 port (if any) monitor should probe; if 0 (default) then pool member port |
| timeout | integer | 16 | 0 - 900 | Time limit for node to respond (seconds) |
| timeUntilUp | integer | 0 | 0 - 1800 | Delay between successful probe and sending traffic to node (seconds) |
| upInterval | integer | 0 | 0 - 3600 | Poll interval when service is already up (seconds) |
| username | string | Username if any for query authentication |
Monitor LDAP.passphrase (object)¶
Passphrase if any for query authentication A passphrase (passphrase property) A value: (a) in a cryptogram in this object; (b) in a cryptogram elsewhere in this declaration; or (c) available from a URL
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| /*/ | ||||
| allowReuse | boolean | false | true, false | If true, other declaration objects may reuse this value |