You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nim/deploy/vm-bare-metal/install-nim-manual.md
+3-13Lines changed: 3 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ Make sure to review the [Technical Specifications]({{< ref "/nim/fundamentals/te
88
88
89
89
NGINX Instance Manager uses ClickHouse to store metrics, events, alerts, and configuration data.
90
90
91
+
In 2.20.0, we introduced Lightweight mode, which can skip the ClickHouse installation entirely. It’s ideal if you don’t need monitoring data or want a simpler setup. This reduces system requirements and avoids the work of managing a metrics database. You can add ClickHouse later if your needs change.
92
+
91
93
If you don’t need to store metrics, you can skip installing ClickHouse. But you must use NGINX Agent version {{< lightweight-nim-nginx-agent-version >}}, and you must disable metrics collection in the `/etc/nms/nms.conf` file.
92
94
93
95
For instructions, see [Disable metrics collection]({{< ref "nim/system-configuration/configure-clickhouse.md#disable-metrics-collection" >}}).
@@ -104,18 +106,6 @@ NGINX Instance Manager uses the following default values for ClickHouse. To chan
104
106
105
107
---
106
108
107
-
## (Optional) Install and Configure Vault {#install-vault}
108
-
109
-
NGINX Instance Manager can use [Vault](https://www.vaultproject.io/) as a datastore for secrets.
110
-
111
-
To install and enable Vault, take the following steps:
112
-
113
-
- Follow Vault's instructions to [install Vault 1.8.8 or later](https://www.vaultproject.io/docs/install) for your distribution.
114
-
- Ensure you are running Vault in a [Production Hardened Environment](https://learn.hashicorp.com/tutorials/vault/production-hardening).
115
-
- After installing NGINX Instance Manager, follow the steps to [Configure Vault for Storing Secrets]({{< ref "nim/system-configuration/configure-vault.md" >}}).
Copy file name to clipboardExpand all lines: content/nim/deploy/vm-bare-metal/install.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,10 @@ The script supports only new installations. If NGINX Instance Manager is already
112
112
113
113
Ensure that the required `.crt` and `.key` files are available, preferably in the default **/etc/ssl/nginx** directory. Missing certificates or keys will prevent the script from completing the installation.
114
114
115
+
#### Verify If Metrics Are Required (Exclude ClickHouse)
116
+
117
+
In 2.20.0, we introduced Lightweight mode, which means you can skip the ClickHouse installation entirely. It’s ideal if you don’t need monitoring data or want a simpler setup. This reduces system requirements and avoids the work of managing a metrics database. You can add ClickHouse later if your needs change.
118
+
115
119
#### Use the manual installation steps if needed
116
120
117
121
If the script fails or if you prefer more control over the process, consider using the [manual installation steps]({{< ref "nim/deploy/vm-bare-metal/install-nim-manual.md">}}). These steps provide a reliable alternative for troubleshooting or handling complex setups.
@@ -301,4 +305,4 @@ bash install-nim-bundle.sh -r
301
305
302
306
## Next steps
303
307
304
-
- [Add NGINX Open Source and NGINX Plus instances to NGINX Instance Manager]({{< ref "nim/nginx-instances/add-instance.md" >}})
308
+
- [Add NGINX Open Source and NGINX Plus instances to NGINX Instance Manager]({{< ref "nim/nginx-instances/add-instance.md" >}})
0 commit comments