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/includes/nim/tech-specs/security-data-plane-dependencies.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
The Security Monitoring module requires the following versions of [NGINX App Protect WAF](https://docs.nginx.com/nginx-app-protect/) and [NGINX Plus](https://www.f5.com/products/nginx/nginx-plus) for the **data plane**:
2
2
3
+
{{< note >}}
4
+
In NGINX Instance Manager 2.18.0 and under, the Security Monitoring module was a separate package that was installed manually.
5
+
From NGINX Instance Manager 2.19.0 onward, Security Monitoring is part of the NGINX Instance Manager feature-set and is packaged by default; no manual installation or upgrade is needed.
Copy file name to clipboardExpand all lines: content/includes/nim/tech-specs/security-management-plane-dependencies.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
The Security Monitoring module requires the following versions of NGINX Instance Manager to be installed on the **management plane**.
2
2
3
-
{{< note >}}The Security Monitoring module doesn’t automatically install or upgrade NGINX Instance Manager. You’ll need to manually install or upgrade NGINX Instance Manager to a supported version.
3
+
{{< note >}}
4
+
In NGINX Instance Manager 2.18.0 and under, the Security Monitoring module was a separate package that was installed manually.
5
+
From NGINX Instance Manager 2.19.0 onward, Security Monitoring is part of the NGINX Instance Manager feature-set and is packaged by default; no manual installation or upgrade is needed.
Copy file name to clipboardExpand all lines: content/nginx-one/_index.md
+26-32Lines changed: 26 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -1,48 +1,42 @@
1
1
---
2
2
title: F5 NGINX One Console
3
-
nd-subtitle: The F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more.
3
+
nd-subtitle: Optimize, secure, and scale your modern apps
4
4
url: /nginx-one/
5
5
nd-landing-page: true
6
6
cascade:
7
7
logo: "NGINX-One-product-icon.svg"
8
8
nd-content-type: landing-page
9
9
nd-product: NGINX One
10
10
---
11
+
12
+
## About
13
+
[//]: #"These are Markdown comments to guide you through document structure. Remove them as you go, as well as any unnecessary sections."
14
+
[//]: #"Use underscores for _italics_, and double asterisks for **bold**."
15
+
[//]: #"Backticks are for `monospace`, used sparingly and reserved mostly for executable names - they can cause formatting problems. Avoid them in tables: use italics instead."
16
+
The F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more.
17
+
18
+
## Featured content
19
+
[//]: #"You can add a maximum of three cards: any extra will not display."
20
+
[//]: #"One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
21
+
[//]: #"Some examples of content could be the latest release note, the most common install path, and a popular new feature."
11
22
{{<card-layout>}}
12
-
{{<card-section>}}
13
-
{{<cardtitle="Manage your NGINX fleet"titleUrl="/nginx-one/about/" >}}
14
-
Simplify, scale, secure, and collaborate with your NGINX fleet
@@ -86,13 +88,13 @@ The table below shows which WAF compiler version to use for each version of NGIN
86
88
To install the WAF compiler on Debian or Ubuntu, run the following command:
87
89
88
90
```shell
89
-
sudo apt-get install nms-nap-compiler-v5.342.0
91
+
sudo apt-get install nms-nap-compiler-v5.442.0
90
92
```
91
93
92
94
If you want to install more than one version of the WAF compiler on the same system, append the `--force-overwrite` option to the install command after the first installation:
0 commit comments