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" >}}).
0 commit comments