Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #900 from rtorrero/fix-missing-unit-interval-insta…
Browse files Browse the repository at this point in the history
…ller

Add missing units in the agent installer config template
  • Loading branch information
rtorrero authored Apr 5, 2022
2 parents cc5dd0a + 0fa6c7c commit b75f0f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions install-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ enable-mtls: @ENABLE_MTLS@
cert: @CERT@
key: @KEY@
ca: @CA@
cloud-discovery-period: @INTERVAL@
cluster-discovery-period: @INTERVAL@
host-discovery-period: @INTERVAL@
sapsystem-discovery-period: @INTERVAL@
cloud-discovery-period: @INTERVAL@s
cluster-discovery-period: @INTERVAL@s
host-discovery-period: @INTERVAL@s
sapsystem-discovery-period: @INTERVAL@s
'

. /etc/os-release
Expand Down
8 changes: 4 additions & 4 deletions packaging/config/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
## Time unit is seconds
## Defaults to 10.

# cloud-discovery-period: 10
# cloud-discovery-period: 10s

###############################################################################

Expand All @@ -46,7 +46,7 @@
## Time unit is seconds
## Defaults to 10.

# cluster-discovery-period: 10
# cluster-discovery-period: 10s

###############################################################################

Expand All @@ -55,7 +55,7 @@
## Time unit is seconds
## Defaults to 10.

# host-discovery-period: 10
# host-discovery-period: 10s

###############################################################################

Expand All @@ -64,7 +64,7 @@
## Time unit is seconds
## Defaults to 10.

# sapsystem-discovery-period: 10
# sapsystem-discovery-period: 10s

###############################################################################

Expand Down

0 comments on commit b75f0f1

Please sign in to comment.