Skip to content

Commit

Permalink
Merge pull request #491 from igorpeshansky/patch-1
Browse files Browse the repository at this point in the history
Fix deprecated logging agent install script.
  • Loading branch information
95-martin-orion authored Dec 23, 2021
2 parents 79197f9 + d07f74e commit 976c150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/multinode/terraform/htcondor/startup-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ eval $CONDOR_STARTUP_CMD
##############################################################
# Install and configure logging agent for StackDriver
##############################################################
curl -sSO https://dl.google.com/cloudagents/install-logging-agent.sh
bash install-logging-agent.sh
curl -sSO https://dl.google.com/cloudagents/add-logging-agent-repo.sh
bash add-logging-agent-repo.sh --also-install

# Install Custom Metric Plugin:
google-fluentd-gem install fluent-plugin-stackdriver-monitoring
Expand Down Expand Up @@ -186,4 +186,4 @@ fi

# Now we can let everyone know that the setup is complete.

wall "******* HTCondor system configuration complete ********"
wall "******* HTCondor system configuration complete ********"

0 comments on commit 976c150

Please sign in to comment.