|
4 | 4 |
|
5 | 5 | {{<bootstrap-table "table table-striped table-bordered">}}
|
6 | 6 | | Variable | Category | Description |
|
7 |
| -|----------|----------|------------| |
| 7 | +|----------|----------|-------------| |
| 8 | +| **ENABLE_METRICS** | General | Enables or disables metrics collection and storage. Set to `false` to run in lightweight mode without ClickHouse. Defaults to `true`. | |
| 9 | +| **NIM_MAINTENANCE** | General | Enables maintenance mode for backup, restore, and troubleshooting (`true` or `false`). | |
| 10 | +| **NIM_LICENSE_MODE_OF_OPERATION** | General | Sets the license mode to either `connected` (default) or `disconnected`. | |
8 | 11 | | **NIM_LOG_LEVEL** | General | Sets the logging level for NGINX Instance Manager. |
|
9 | 12 | | **NIM_METRICS_TTL** | General | Specifies the number of days to retain metrics. |
|
10 | 13 | | **NIM_EVENTS_TTL** | General | Specifies the number of days to retain event logs. |
|
11 | 14 | | **NIM_SECURITY_TTL** | General | Specifies the number of days to retain security violation logs. |
|
12 |
| -| **NIM_MAINTENANCE** | General | Enables maintenance mode for backup, restore, and troubleshooting (`true` or `false`). | |
13 | 15 | | **NIM_WATCHDOG_TIMEOUT** | General | Sets the timeout (in seconds) for the Data Plane Monitoring (DPM) watchdog. |
|
14 |
| -| **NIM_LICENSE_MODE_OF_OPERATION** | General | Sets the license mode to either `connected` (default) or `disconnected`. | |
15 | 16 | | **PROXY_ENABLE** | Forward Proxy | Enables or disables the use of a forward proxy (`true` or `false`). |
|
16 | 17 | | **PROXY_HOST** | Forward Proxy | The IP address or hostname of the proxy server. |
|
17 | 18 | | **PROXY_PORT** | Forward Proxy | The port number of the proxy server. |
|
|
20 | 21 | | **PROXY_USERNAME** | Forward Proxy | (Required if `PROXY_AUTH_REQUIRED=true`) The username for proxy authentication. |
|
21 | 22 | | **PROXY_PASSWORD** | Forward Proxy | (Required if `PROXY_AUTH_REQUIRED=true`) The password for proxy authentication. |
|
22 | 23 | | **PROXY_SSL_VERIFY** | Forward Proxy | Enables or disables SSL verification when `PROXY_PROTOCOL=https`. Default is `true`, meaning the proxy must have a valid certificate issued by a trusted Certificate Authority (CA). Set to `false` to allow self-signed or untrusted certificates (not recommended). |
|
23 |
| - |
24 | 24 | {{</bootstrap-table>}}
|
25 | 25 |
|
26 | 26 |
|
0 commit comments