Skip to content

Commit 5b1b25c

Browse files
Tested with NGINX Instance Manager 2.12.0 and Security Monitoring 1.6.0 (#107)
* 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 * Tested with NGINX Instance Manager 2.11.0 and Security Monitoring 1.5.0 * Tested with NGINX Instance Manager 2.11.0 * Tested with NGINX API Connectivity Manager 1.7.0 * Tested with NGINX Instance Manager 2.12.0 and Security Monitoring 1.6.0 --------- Signed-off-by: 65397 <[email protected]>
1 parent 11b16ce commit 5b1b25c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nginx-nms-docker/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository helps deploying NGINX Management Suite on containerized clusters
77
Docker image creation is supported for:
88

99
- [NGINX Instance Manager](https://docs.nginx.com/nginx-instance-manager/) 2.4.0+
10-
- [NGINX Management Suite API Connectivity Manager](https://docs.nginx.com/nginx-management-suite/acm/) 1.0.0+
10+
- [NGINX API Connectivity Manager](https://docs.nginx.com/nginx-management-suite/acm/) 1.0.0+
1111
- [Security Monitoring](https://docs.nginx.com/nginx-management-suite/security/) 1.0.0+
1212
- [NGINX App Protect WAF compiler](https://docs.nginx.com/nginx-management-suite/nim/how-to/app-protect/setup-waf-config-management)
1313
- [NGINX App Delivery Manager](https://docs.nginx.com/nginx-management-suite/adm/) 4.0.0+
@@ -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, 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
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, 2.12.0
28+
- NGINX 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, 1.8.0
29+
- Security Monitoring 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.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|v4.279.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|v4.402.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|v4.279.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|v4.402.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)