Skip to content

Commit 11b16ce

Browse files
Tested with NGINX App Protect WAF compiler v4.279.0 (#101)
* Added API Connectivity Manager 1.5.0 support * Ownership fix * Startup script fix * NGINX App Protect WAF updates * Tested with NGINX Instance Manager 2.9.1 * Added docker-compose support * Tested with NGINX Instance Manager 2.10.0 and Security Monitoring 1.4.0 * Tested with NGINX Instance Manager 2.10.0 and API Connectivity Manager 1.5.0 * Tested with API Connectivity Manager 1.6.0 * Tested with API Connectivity Manager 1.6.0 * README updated * Added support for NGINX Instance Manager 2.10.1 and App Delivery Manager 4.0.0 * Fixed NGINX App Protect detection bug for NGINX Instance Manager 2.10.0+ * Fixed agent syslog receiver bug * README updated
1 parent 3cadc10 commit 11b16ce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

nginx-agent-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository can be used to build a docker image with NGINX Plus and NGINX In
88

99
This repository has been tested with NGINX agent for:
1010

11-
- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.10.0, 2.10.1
11+
- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.10.0, 2.10.1, 2.11.0
1212
- API Connectivity Manager 1.4.0, 1.5.0, 1.6.0
1313
- NGINX App Protect WAF 4.100.1+
1414

nginx-nms-docker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ A bash script to quickly install NGINX Management Suite through the official Hel
2424

2525
This repository has been tested with:
2626

27-
- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.9.1, 2.10.0, 2.10.1
28-
- NGINX Management Suite API Connectivity Manager 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.4.1, 1.5.0, 1.6.0
29-
- Security Monitoring 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0
27+
- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0
28+
- NGINX Management Suite API Connectivity Manager 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.4.1, 1.5.0, 1.6.0, 1.7.0
29+
- Security Monitoring 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0
3030
- NGINX App Protect WAF compiler 3.1088.2, 4.2.0, 4.100.1, 4.218.0
3131
- NGINX App Delivery Manager 4.0.0
3232

@@ -74,7 +74,7 @@ NGINX Management Suite Docker image builder
7474
-K [file.key] - Key file to pull packages from the official NGINX repository
7575
-A - Enable API Connectivity Manager - optional
7676
-W - Enable Security Monitoring - optional
77-
-P [version] - Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0|v4.100.1|v4.218.0] - optional
77+
-P [version] - Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0|v4.100.1|v4.218.0|v4.279.0] - optional
7878
-D - Enable App Delivery Manager - optional
7979
8080
=== Examples:

nginx-nms-docker/scripts/buildNIM.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Automated build:\n\n
1919
-K [file.key]\t\t- Key file to pull packages from the official NGINX repository\n
2020
-A\t\t\t- Enable API Connectivity Manager - optional\n
2121
-W\t\t\t- Enable Security Monitoring - optional\n
22-
-P [version]\t\t- Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0|v4.100.1|v4.218.0] - optional\n\n
22+
-P [version]\t\t- Enable WAF policy compiler, version can be [v3.1088.2|v4.2.0|v4.100.1|v4.218.0|v4.279.0] - optional\n\n
2323
=== Examples:\n\n
2424
Manual build:\n
2525
\t$0 -n nim-files/nms-instance-manager_2.6.0-698150575~focal_amd64.deb \\\\\n

0 commit comments

Comments
 (0)