Skip to content

Commit fea7686

Browse files
shekhar-11ADubhlaoichmjang
authored
fix: replace incorrect 'NGINX One' labels with 'NGINX One Console' where appropriate (#849)
* fix: replace incorrect 'NGINX One' labels with 'NGINX One Console' where appropriate * Apply suggestion from @mjang Co-authored-by: Mike Jang <[email protected]> * Apply suggestion from @mjang Co-authored-by: Mike Jang <[email protected]> --------- Co-authored-by: Alan Dooley <[email protected]> Co-authored-by: Alan Dooley <[email protected]> Co-authored-by: Mike Jang <[email protected]>
1 parent 4f0ba08 commit fea7686

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

content/agent/installation-upgrade/container-environments/docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ docker run --name nginx-agent -d nginx-agent
116116

117117
### Enable the gRPC interface
118118

119-
To connect your NGINX Agent container to your NGINX One or NGINX Instance Manager instance, you must enable the gRPC interface. To do this, you must edit the NGINX Agent configuration file, *nginx-agent.conf*. For example:
119+
To connect your NGINX Agent container to your NGINX One Console or NGINX Instance Manager instance, you must enable the gRPC interface. To do this, you must edit the NGINX Agent configuration file, *nginx-agent.conf*. For example:
120120

121121
```yaml
122122
server:

content/includes/agent/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ files:
88
The figure shows:
99

1010
- An NGINX instance running on bare metal, virtual machine or container
11-
- NGINX One Cloud Console includes:
11+
- NGINX One Console includes:
1212

1313
- Command Server to manage NGINX configurations, push new/updated configuration files remotely, and perform integrity tests.
1414
- OpenTelemetry (OTel) Receiver that receives observability data from connected Agent instances.
1515

1616
- An NGINX Agent process running on the NGINX instance. NGINX Agent is responsible for:
1717

1818
- Watching, applying, validating, automatically roll back to last good configuration if issues are detected.
19-
- Embedding an OpenTelemetry Collector, collecting metrics from NGINX processes, host system performance data, then securely passing metric data to NGINX One Cloud Console.
19+
- Embedding an OpenTelemetry Collector, collecting metrics from NGINX processes, host system performance data, then securely passing metric data to NGINX One Console.
2020

2121
- Collection and monitoring of host metrics (CPU usage, Memory utilization, Disk I/O) by the Agent OTel collector.
22-
- Collected data is made available on NGINX One Cloud Console for monitoring, alerting, troubleshooting, and capacity planning purposes.
22+
- Collected data is made available on NGINX One Console for monitoring, alerting, troubleshooting, and capacity planning purposes.

content/includes/nginx-one/add-file/new-ssl-bundle.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ docs:
44

55
First you can select the toggle to allow NGINX One Console to manage the new certificate or bundle.
66

7-
In the screen that appears, you can add a certificate name. If you don't add a name, NGINX One will add a name for you, based on the expiration date for the certificate.
8-
7+
In the screen that appears, you can add a certificate name. If you don't add a name, NGINX One Console will add a name for you, based on the expiration date for the certificate.
98
You can add certificates in the following formats:
109

1110
- **SSL Certificate and Key**

content/includes/use-cases/monitoring/n1c-dashboard-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Navigating the dashboard:
1515
</span>
1616

1717
{{<bootstrap-table "table table-striped table-bordered">}}
18-
**NGINX One dashboard metrics**
18+
**NGINX One Console dashboard metrics**
1919
| Metric | Description | Details |
2020
|---|---|---|
21-
| <i class="fas fa-heartbeat"></i> **Instance availability** | Understand the operational status of your NGINX instances. | - **Online**: The NGINX instance is actively connected and functioning properly. <br> - **Offline**: NGINX Agent is connected but the NGINX instance isn't running, isn't installed, or can't communicate with NGINX Agent. <br> - **Unavailable**: The connection between NGINX Agent and NGINX One has been lost or the instance has been decommissioned. <br> - **Unknown**: The current state can't be determined at the moment. |
21+
| <i class="fas fa-heartbeat"></i> **Instance availability** | Understand the operational status of your NGINX instances. | - **Online**: The NGINX instance is actively connected and functioning properly. <br> - **Offline**: NGINX Agent is connected but the NGINX instance isn't running, isn't installed, or can't communicate with NGINX Agent. <br> - **Unavailable**: The connection between NGINX Agent and NGINX One Console has been lost or the instance has been decommissioned. <br> - **Unknown**: The current state can't be determined at the moment. |
2222
| <i class="fas fa-code-branch"></i> **NGINX versions by instance** | See which NGINX versions are in use across your instances. | |
2323
| <i class="fas fa-desktop"></i> **Operating systems** | Find out which operating systems your instances are running on. | |
2424
| <i class="fas fa-certificate"></i> **Certificates** | Monitor the status of your SSL certificates to know which are expiring soon and which are still valid. | |

content/mesh/releases/release-notes-0.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Release Notes 0.9.0
33
draft: false
44
toc: true
5-
description: Release information for F5 GINX Service Mesh, a configurable, low‑latency
5+
description: Release information for F5 NGINX Service Mesh, a configurable, low‑latency
66
infrastructure layer designed to handle a high volume of network‑based interprocess
77
communication among application infrastructure services using application programming
88
interfaces (APIs). Lists of new features and known issues are provided.

content/nginx-one/agent/metrics/configure-otel-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can validate that metrics are successfully exported by using the methods bel
2727

2828
- **NGINX One dashboard**
2929

30-
- When an instance has connected to NGINX One Console [See: Connect to NGINX One Console]({{< ref "/nginx-one/connect-instances/add-instance.md" >}}), you should see metrics showing on the NGINX One Dashboard.
30+
- When an instance has connected to NGINX One Console [See: Connect to NGINX One Console]({{< ref "/nginx-one/connect-instances/add-instance.md" >}}), you should see metrics showing on the NGINX One Console Dashboard.
3131

3232
- **Agent logs**
3333

0 commit comments

Comments
 (0)