Skip to content

Commit

Permalink
Packages scripts refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Adams committed May 18, 2023
1 parent 9dc702c commit 93ddc32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nginx-agent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# Configuration file for NGINX Agent.
#
# This file is to track agent configuration values that are meant to be statically set. There
# are additional agent configuration values that are set via the API and agent install script
# This file is to track NGINX Agent configuration values that are meant to be statically set. There
# are additional NGINX Agent configuration values that are set via the API and NGINX Agent install script
# which can be found in /var/lib/nginx-agent/agent-dynamic.conf.

log:
Expand All @@ -20,7 +20,7 @@ nginx:

dataplane:
status:
# poll interval for data plane status - the frequency the agent will query the dataplane for changes
# poll interval for data plane status - the frequency the NGINX Agent will query the dataplane for changes
poll_interval: 30s
# report interval for data plane status - the maximum duration to wait before syncing dataplane information if no updates have being observed
report_interval: 24h
Expand All @@ -37,5 +37,5 @@ metrics:
config_dirs: "/etc/nginx:/usr/local/etc/nginx:/usr/share/nginx/modules:/etc/nms"

api:
# default port for Agent API, this is for the server configuration of the REST API
# default port for NGINX Agent API, this is for the server configuration of the REST API
port: 8081

0 comments on commit 93ddc32

Please sign in to comment.