Skip to content

Commit fac3953

Browse files
committed
edits per tech review
1 parent 7a90fb8 commit fac3953

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/nginx-one/workshops/lab1/getting-started-with-nginx-one.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ With NGINX One Console, you don’t need to switch between tools. You get a sing
4646

4747
NGINX One Console connects to each NGINX instance using a lightweight agent called **NGINX Agent**.
4848

49-
The agent is responsible for securely registering and managing each instance through the console.
49+
NGINX Agent is responsible for securely registering and managing each instance through the console.
5050

5151
There are a few ways to install NGINX Agent:
5252

53-
- Use public Docker images of NGINX OSS that already include the agent
54-
- Use NGINX Plus containers with the agent preinstalled
53+
- Use public Docker images of NGINX Open source that already include NGINX Agent
54+
- Use NGINX Plus containers with NGINX Agent preinstalled
5555
- Install manually using package managers like `apt` or `yum`
5656
- Use the one-line curl command that NGINX One provides during registration
5757

content/nginx-one/workshops/lab2/run-workshop-components-with-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nd-product: nginx-one
88

99
## Introduction
1010

11-
This guide shows you how to run a demo backend application and multiple NGINX OSS and Plus containers with Docker. The backend application runs in three `nginxinc/ingress-demo` containers, each serving a simple web page. You’ll also link each NGINX container to NGINX One Console for management and monitoring.
11+
This guide shows you how to run a demo backend application and multiple NGINX Open source and Plus containers with Docker. The backend application runs in three `nginxinc/ingress-demo` containers, each serving a simple web page. You’ll also link each NGINX container to NGINX One Console for management and monitoring.
1212

1313
## What you’ll learn
1414

content/nginx-one/workshops/lab3/explore-nginx-one-console-and-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ Open NGINX One Console and select **Overview**. Here are the key metrics you’l
5656
- **Instance availability**
5757
Understand the operational state of each instance.
5858
- **Online**: Agent and NGINX are connected and working.
59-
- **Offline**: Agent is running but NGINX isn’t installed, isn’t running, or can’t talk to the agent.
59+
- **Offline**: Agent is running but NGINX isn’t installed, isn’t running, or can’t talk to NGINX Agent.
6060
- **Unavailable**: Agent lost connection or instance was removed.
6161
- **Unknown**: Current state can’t be determined.
6262

6363
- **NGINX versions by instance**
64-
See which NGINX OSS or Plus versions your instances are running.
64+
See which NGINX Open source or Plus versions your instances are running.
6565

6666
- **Operating systems**
6767
Find out which Linux distributions are in use.

0 commit comments

Comments
 (0)