Skip to content

Commit

Permalink
Address feedback from GoogleCloudPlatform#2150
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-stroud authored and harshthakkar01 committed Jan 29, 2024
1 parent 1757640 commit 1d454ea
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions modules/scripts/startup-script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,25 @@ You can test if one of the agents is running using the following commands:
```bash
# For Cloud Ops Agent
sudo systemctl status google-cloud-ops-agent
# For Stackdriver Agent
sudo service stackdriver-agent status
$ sudo systemctl is-active google-cloud-ops-agent"*"
active
active
active
active
# For Legacy Monitoring and Logging Agents
$ sudo service stackdriver-agent status
stackdriver-agent is running [ OK ]
$ sudo service google-fluentd status
google-fluentd is running [ OK ]
```
For official documentation see troubleshooting docs:
- [Cloud Ops Agent](https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/troubleshoot-install-startup)
- [Legacy Monitoring Agent](https://cloud.google.com/stackdriver/docs/solutions/agents/monitoring/troubleshooting)
- [Legacy Logging Agent](https://cloud.google.com/stackdriver/docs/solutions/agents/logging/troubleshooting)
### Example
```yaml
Expand Down

0 comments on commit 1d454ea

Please sign in to comment.