Skip to content

Commit

Permalink
Spell correction and script fix.
Browse files Browse the repository at this point in the history
Features: control telemetry

Required-githooks: true

Signed-off-by: Samir Raval <[email protected]>
  • Loading branch information
ravalsam committed Sep 30, 2024
1 parent a3bcfc9 commit fa93839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion utils/certs/gen_telemetry_admin_certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ DAYS=1095

CA_HOME="${1:-.}/daosTelemetryCA"
# shellcheck disable=SC2128
CONFIGS="$(dirname "${BASH_SOURCE}")"

function setup_directories () {
mkdir -p "${CA_HOME}"
Expand Down
5 changes: 3 additions & 2 deletions utils/certs/gen_telemetry_server_certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Please modify to use in Production environment.
Usage: gen_telemetry_server_certificate.sh [USER] [DIR]
USER: DAOS has server and client and the certificate need the specific file permission
based on system usage.
Use "daos_server" if running script on server
Use "daos_agent" if running script on client
Use daos_server if running script on server
Use daos_agent if running script on client
DIR: Generate telemetry certificates for DAOS metrics in the [DIR].
By default [DIR] is the current directory.
Expand All @@ -25,6 +25,7 @@ DAYS=1095
USER=$1
CA_HOME="${2:-.}/"
HOSTNAME=$(hostname -s)
# shellcheck disable=SC2128

function print_usage () {
>&2 echo "$__usage"
Expand Down

0 comments on commit fa93839

Please sign in to comment.