Skip to content

Commit 788420c

Browse files
author
nginx
committed
Pre OSS commit
1 parent 46cc5ba commit 788420c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/amplify/faq/user-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ To completely delete a previously monitored object follow these steps:
2828
2. Delete objects from the web interface
2929
3. Delete alarms
3030

31-
To delete a system using the web interface — find it in the [Inventory](/user-interface/inventory), and select the [i] icon. You can delete objects from the popup window that appears next.
31+
To delete a system using the web interface — find it in the [Inventory]({{< relref "/amplify/user-interface/inventory" >}}), and select the [i] icon. You can delete objects from the popup window that appears next.
3232

3333
{{< important >}}Deleting objects in the User Interface will not stop NGINX Amplify Agent. To completely remove a system from monitoring, please stop or uninstall NGINX Amplify Agent, clean it up in the web interface, and clean up any alerts.{{< /important >}}

content/amplify/nginx-amplify-agent/troubleshooting-metrics-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you don't see the new system or NGINX instance in the web interface, or (some
2020
7. `stub_status` is [configured correctly]({{< relref "/amplify/nginx-amplify-agent/configuring-metric-collection" >}}), and the `stub_status module` is included in the NGINX build (this can be confirmed with `nginx -V`).
2121
8. NGINX [access.log](http://nginx.org/en/docs/http/ngx_http_log_module.html) and [error.log](http://nginx.org/en/docs/ngx_core_module.html#error_log) files are readable by the user `nginx` (or by the [user](http://nginx.org/en/docs/ngx_core_module.html#user) set in NGINX config).
2222
9. All NGINX configuration files are readable by NGINX Amplify Agent user ID (check owner, group, and permissions).
23-
10. Extra [configuration steps have been performed as required](/metrics-metadata/nginx-metrics#additional-nginx-metrics) for the additional metrics to be collected.
23+
10. Extra [configuration steps have been performed as required]({{< relref "/amplify/metrics-metadata/nginx-metrics#additional-nginx-metrics" >}}) for the additional metrics to be collected.
2424
11. The system DNS resolver is correctly configured, and *receiver.amplify.nginx.com* can be successfully resolved.
2525
12. Outbound TLS/SSL from the system to *receiver.amplify.nginx.com* is not restricted. This can be confirmed with `curl(1)`. [Configure a proxy server]({{< relref "/amplify/nginx-amplify-agent/install/configuring-amplify-agent#setting-up-a-proxy" >}}) for NGINX Amplify Agent if required.
2626
13. *selinux(8)*, *apparmor(7)* or [grsecurity](https://grsecurity.net) are not interfering with the metric collection. E.g., for _selinux_(8)* review **/etc/selinux/config**. Try `setenforce 0` temporarily and see if it improves the situation for certain metrics.

content/controller/admin-guides/install/try-nginx-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To add a license using the [NGINX Controller REST API]({{< relref "/controller/a
157157
### Prerequisites
158158

159159
- Make sure to review the [NGINX Plus Technical Specifications Guide](https://docs.nginx.com/nginx/technical-specs/) for the requirements for your distribution and desired configuration.
160-
- You'll need the NGINX Plus certificate and public key files (`nginx-repo.crt` and `nginx-repo.key`) that were provided when you signed up for the trial license. If you don't have these files, you can use the [NGINX Controller REST API](https://docs.nginx.com/nginx-controller/api/reference/ctlr-v1) to download them.
160+
- You'll need the NGINX Plus certificate and public key files (`nginx-repo.crt` and `nginx-repo.key`) that were provided when you signed up for the trial license. If you don't have these files, you can use the [NGINX Controller REST API]({{< relref "/controller/api/_index.md" >}}) to download them.
161161

162162
#### How to Download the NGINX Plus Cert and Key using the NGINX Controller API
163163

content/nginx/admin-guide/load-balancer/http-health-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To enable active health checks:
106106
}
107107
```
108108

109-
The zone is shared among all worker processes and stores the configuration of the upstream group. This [enables](../http-load-balancer/#shared) the worker processes to use the same set of counters to keep track of responses from the servers in the group.
109+
The zone is shared among all worker processes and stores the configuration of the upstream group. This [enables]({{< relref "/nginx/admin-guide/load-balancer/http-load-balancer.md#sharing-data-with-multiple-worker-processes" >}}) the worker processes to use the same set of counters to keep track of responses from the servers in the group.
110110

111111
The defaults for active health checks can be overridden with parameters to the `health_check` directive:
112112

content/solutions/connectivity-stack-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ NGINX Ingress Controller manages app connectivity at the edge of a Kubernetes cl
3333
- [Installation with Manifests](https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-manifests/)
3434
- [Installation with Helm](https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/)
3535
- [Installation with NGINX Ingress Operator (Red Hat OpenShift)](https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-operator/)
36-
- [Using NGINX Ingress Controller in AWS Marketplace](https://docs.nginx.com/nginx-ingress-controller/installation/using-aws-marketplace-image/)
36+
- [Using NGINX Ingress Controller in AWS Marketplace](https://docs.nginx.com/nginx-ingress-controller/installation/nic-images/using-aws-marketplace-image/)
3737
3. For additional installation options, including building custom container images, refer to the [documentation for NGINX Ingress Controller](https://docs.nginx.com/nginx-ingress-controller/installation/)
3838

3939
### Install NGINX Ingress Controller with NGINX App Protect WAF

0 commit comments

Comments
 (0)