Skip to content

Commit f632aa4

Browse files
authored
Update agent.md (#4229)
Corrected incorrect environment variable and incorrect table header Signed-off-by: Ian Weir <[email protected]>
1 parent 3d63ded commit f632aa4

File tree

1 file changed

+2
-2
lines changed
  • content/sensu-go/6.13/observability-pipeline/observe-schedule

1 file changed

+2
-2
lines changed

content/sensu-go/6.13/observability-pipeline/observe-schedule/agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ retry-multiplier: 2.0{{< /code >}}
10271027

10281028
<a id="strip-networks"></a>
10291029

1030-
| subscriptions | |
1030+
| strip-networks | |
10311031
----------------|------
10321032
description | When set to `true`, prevents network information from being collected by the Sensu agent.
10331033
type | Boolean
@@ -1188,7 +1188,7 @@ keepalive-handlers:
11881188
description | Number of seconds between keepalive events.
11891189
type | Integer
11901190
default | `20`
1191-
environment variable | `SENSU_KEEPALIVE_INTERNAL`
1191+
environment variable | `SENSU_KEEPALIVE_INTERVAL`
11921192
command line example | {{< code shell >}}
11931193
sensu-agent start --keepalive-interval 30{{< /code >}}
11941194
agent.yml config file example | {{< code shell >}}

0 commit comments

Comments
 (0)