F5 BIG-IP
Supported Platforms
Platform | Metrics | Logs | Traces |
---|---|---|---|
Linux | ✓ | ||
Windows | ✓ | ||
macOS | ✓ |
Configuration Table
Parameter | Type | Default | Description |
---|---|---|---|
address* | string | The hostname or IP address of the Big-IP environment. | |
port | int | 443 | The TCP port of the Big-IP environment. |
username* | string | Username used for authenticating with Big-Ip. | |
password* | string | Password used for authenticating with Big-Ip. | |
collection_interval | int | 60 | How often (seconds) to scrape for metrics. |
strict_tls_verify | bool | false | Enable to require TLS certificate verification. |
ca_file | string | Certificate authority used to validate the database server's TLS certificate. Not required if the collector's operating system already trusts the certificate authority. | |
mutual_tls | bool | false | Enable to require TLS mutual authentication. |
cert_file | string | A TLS certificate used for client authentication, if mutual TLS is enabled. | |
key_file | string | A TLS private key used for client authentication, if mutual TLS is enabled. |
*required field
Updated 3 months ago