Skip to content

Commit

Permalink
Tested with NIM 2.14.0 and SM 1.7.0 (#121)
Browse files Browse the repository at this point in the history
* 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

* Tested with API Connectivity Manager 1.8.0

* Tested with API Connectivity Manager 1.8.0

* Tested with NGINX Instance Manager 2.12.0

* Dockerfile updated

* Support for NGINX Instance Manager 2.13

* Tested with NGINX Instance Manager 2.13

* Tested with NIM 2.14.0 and SM 1.7.0

* Tested with NIM 2.14.0 and SM 1.7.0

---------

Signed-off-by: 65397 <fiorucci@oasi.asti.it>
  • Loading branch information
fabriziofiorucci authored Oct 19, 2023
1 parent 6af5f33 commit da4d9e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nginx-nms-docker/manifests/0.clickhouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ spec:
spec:
containers:
- name: clickhouse
image: clickhouse/clickhouse-server:21.12.4.1
# NGINX Instance Manager up to 2.8.0
#image: clickhouse/clickhouse-server:21.12.4.1
# NGINX Instance Manager 2.9.0+
#image: clickhouse/clickhouse-server:23.1.2.9
# NGINX Instance Manager 2.14.0+
image: clickhouse/clickhouse-server:23.8.3.48
ports:
- name: binary
containerPort: 9000
Expand Down

0 comments on commit da4d9e7

Please sign in to comment.