2 Answers
Where I can create presentation for online meeting?
In the script provided by the instructor replace:
curl -sSO https://dl.google.com/cloudagents/install-logging-agent.sh
bash install-logging-agent.sh
with:
curl -sSO https://dl.google.com/cloudagents/add-logging-agent-repo.sh
bash add-logging-agent-repo.sh –also-install
======
See the docs here for more info https://cloud.google.com/logging/docs/agent/installation as google may update their services.
Agreed!!!
Just replaced the install script for google-cloud-ops-agent located HERE: https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/installation curl -sSO https://dl.google.com/cloudagents/add-google-cloud-ops-agent-repo.sh #AND# sudo bash add-google-cloud-ops-agent-repo.sh –also-install