Skip to content

Commit b016b00

Browse files
Merge pull request #4791 from sudheer-quad/logging-agent-docs-update
Update README.md with logging agent uninstallation instructions
2 parents d0d3cd4 + abb12ce commit b016b00

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/scripts/startup-script/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ sudo bash add-monitoring-agent-repo.sh --also-install
160160
curl -sSO https://dl.google.com/cloudagents/add-logging-agent-repo.sh
161161
sudo bash add-logging-agent-repo.sh --also-install
162162
sudo service stackdriver-agent start
163+
sudo service google-fluentd restart
163164
```
164165
165166
#### Cloud Ops Agent Installation
@@ -177,6 +178,12 @@ curl -sSO https://dl.google.com/cloudagents/add-monitoring-agent-repo.sh
177178
sudo dpkg --configure -a
178179
sudo bash add-monitoring-agent-repo.sh --uninstall
179180
sudo bash add-monitoring-agent-repo.sh --remove-repo
181+
sudo systemctl stop google-fluentd.service
182+
sudo systemctl disable google-fluentd.service
183+
sudo dpkg --configure -a
184+
curl -sSO https://dl.google.com/cloudagents/add-logging-agent-repo.sh
185+
sudo bash add-logging-agent-repo.sh --uninstall
186+
sudo bash add-logging-agent-repo.sh --remove-repo
180187
181188
# Install ops-agent
182189

0 commit comments

Comments
 (0)