Skip to content

Commit

Permalink
code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveromahony committed Sep 6, 2023
1 parent afdc0c5 commit 07d73cc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ NGINX Agent allows a gRPC connected control system to register a listener for a
| Event | Description |
| -------------------------------- | -------------------------------------------- |
| AGENT_START_MESSAGE | NGINX Agent process started |
| AGENT_STOP_MESSAGE | NGINX Agent process stopped |
| NGINX_FOUND_MESSAGE | NGINX master process detected on system |
| NGINX_STOP_MESSAGE | NGINX master process stopped |
| NGINX_RELOAD_SUCCESS_MESSAGE | NGINX master process reloaded successfully |
Expand Down
1 change: 0 additions & 1 deletion hugo/content/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ NGINX Agent allows a gRPC connected control system to register a listener for a
| Event | Description |
| -------------------------------- | -------------------------------------------- |
| AGENT_START_MESSAGE | Agent process started |
| AGENT_STOP_MESSAGE | Agent process stopped |
| NGINX_FOUND_MESSAGE | NGINX master process detected on system |
| NGINX_STOP_MESSAGE | NGINX master process stopped |
| NGINX_RELOAD_SUCCESS_MESSAGE | NGINX master process reloaded successfully |
Expand Down
1 change: 0 additions & 1 deletion src/plugins/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (

const (
AGENT_START_MESSAGE = "nginx-agent %s started on %s with pid %s"
AGENT_STOP_MESSAGE = "nginx-agent %s (pid: %s) stopped on %s"
NGINX_FOUND_MESSAGE = "nginx-v%s master process was found with a pid %s"
NGINX_STOP_MESSAGE = "nginx-v%s master process (pid: %s) stopped"
NGINX_RELOAD_SUCCESS_MESSAGE = "nginx-v%s master process (pid: %s) reloaded successfully"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07d73cc

Please sign in to comment.