From 470dfc972c720218629980de9c5ea9bf7ea3df51 Mon Sep 17 00:00:00 2001 From: Aoife Cullinane Date: Wed, 13 Nov 2024 10:19:51 +0000 Subject: [PATCH] Docs: updating links to nginx-instance-manager --- README.md | 2 +- site/content/configuration/encrypt-communication.md | 2 +- site/content/overview.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d51f01b08a..6d5a1cbc89 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The NGINX Agent keeps a connection open to the NGINX Plus API and queries based When running alongside an open source instance of NGINX, NGINX Agent requires that NGINX Access and Error logs are turned on and contain all default variables. ### NGINX Plus -For NGINX Agent to work properly with an NGINX Plus instance, the API needs to be configured in that instance's nginx.conf. See [Instance Metrics Overview](https://docs.nginx.com/nginx-management-suite/nim/about/overview-metrics/) for more details. Once NGINX Plus is configured with the `/api/` endpoint, NGINX Agent will automatically use it on startup. +For NGINX Agent to work properly with an NGINX Plus instance, the API needs to be configured in that instance's nginx.conf. See [Instance Metrics Overview](https://docs.nginx.com/nginx-instance-manager/monitoring/overview-metrics/) for more details. Once NGINX Plus is configured with the `/api/` endpoint, NGINX Agent will automatically use it on startup. ## Event Notifications NGINX Agent allows a gRPC connected control system to register a listener for a specific event. The control mechanism is then invoked when NGINX Agent sends an associated system signal. The source of a notification can be either the NGINX instance or NGINX Agent itself. Here's a list of currently supported events: diff --git a/site/content/configuration/encrypt-communication.md b/site/content/configuration/encrypt-communication.md index 323d1f1808..7d9f1b5472 100644 --- a/site/content/configuration/encrypt-communication.md +++ b/site/content/configuration/encrypt-communication.md @@ -13,7 +13,7 @@ Follow the steps in this guide to encrypt communication between NGINX Agent and ## Before You Begin -To enable mTLS, you must have TLS enabled and supply a key, cert, and a CA cert on both the client and server. TSee the [Secure Traffic with Certificates](https://docs.nginx.com/nginx-management-suite/admin-guides/configuration/secure-traffic/) topic for instructions on how to generate keys and set them in the specific values in the NGINX Agent configuration. +To enable mTLS, you must have TLS enabled and supply a key, cert, and a CA cert on both the client and server. See the [Secure Traffic with Certificates](https://docs.nginx.com/nginx-instance-manager/system-configuration/secure-traffic/) topic for instructions on how to generate keys and set them in the specific values in the NGINX Agent configuration. ## Enabling mTLS diff --git a/site/content/overview.md b/site/content/overview.md index a46f1b1dee..41ce4c958c 100644 --- a/site/content/overview.md +++ b/site/content/overview.md @@ -41,7 +41,7 @@ When running alongside an open source instance of NGINX, NGINX Agent requires th ### NGINX Plus -For NGINX Agent to work properly with an NGINX Plus instance, the API needs to be configured in that instance's nginx.conf. See [Instance Metrics Overview](https://docs.nginx.com/nginx-management-suite/nim/about/overview-metrics/) for more details. Once NGINX Plus is configured with the `/api/` endpoint, the Agent will automatically use it on startup. +For NGINX Agent to work properly with an NGINX Plus instance, the API needs to be configured in that instance's nginx.conf. See [Instance Metrics Overview](https://docs.nginx.com/nginx-instance-manager/monitoring/overview-metrics/) for more details. Once NGINX Plus is configured with the `/api/` endpoint, the Agent will automatically use it on startup. ## Event Notifications