Skip to content

Commit 44cc125

Browse files
authored
Update agent install docs (#559)
* Update agent install docs * PR feedback * PR feedback
1 parent 879d759 commit 44cc125

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

content/includes/agent/installation/manually-connect-to-console.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ If you have installed NGINX Agent manually, you will need to connect it to the
22
NGINX One Console to manage your NGINX instances.
33

44
1. Ensure NGINX Agent is installed
5+
6+
```shell
7+
nginx-agent -v
8+
```
9+
510
1. Locate the NGINX Agent Configuration File:
611

712
```shell
@@ -19,5 +24,11 @@ NGINX One Console to manage your NGINX instances.
1924
1. Restart the NGINX Agent service:
2025

2126
```shell
22-
sudo systemctl stop nginx-agent
27+
sudo systemctl restart nginx-agent
28+
```
29+
30+
1. Check the Agent log for `"Agent Connected"`
31+
32+
```shell
33+
sudo cat /var/log/nginx-agent/agent.log | grep "Agent connected"
2334
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/nginxinc/docs
22

33
go 1.19
44

5-
require github.com/nginxinc/nginx-hugo-theme v0.42.30 // indirect
5+
require github.com/nginxinc/nginx-hugo-theme v0.42.34 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ github.com/nginxinc/nginx-hugo-theme v0.42.28 h1:1SGzBADcXnSqP4rOKEhlfEUloopH6Uv
66
github.com/nginxinc/nginx-hugo-theme v0.42.28/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
77
github.com/nginxinc/nginx-hugo-theme v0.42.30 h1:qcHvB8tElbFN5ZWgs/TGn5IEmvnT5PG4ImQCCbMZ/Rw=
88
github.com/nginxinc/nginx-hugo-theme v0.42.30/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
9+
github.com/nginxinc/nginx-hugo-theme v0.42.34 h1:9wNBHsyjY89YDI8vTYHav3YHPR2ngqKKtX5S8y9gFHg=
10+
github.com/nginxinc/nginx-hugo-theme v0.42.34/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 commit comments

Comments
 (0)