Topic 9 Question 47
2 つ選択To configure Stackdriver to monitor a web server and let you know if it goes down, what steps do you need to take?
Install the Stackdriver Logging Agent on the web server
Create an alerting policy
Install the Stackdriver Monitoring Agent on the web server
Create an uptime check
解説
Uptime checks verify that your web server is always accessible. The alerting policy controls who is notified if the uptime checks should fail. You don't need to install the Stackdriver Monitoring Agent to get downtime alerts. The agent provides additional information, but it's not required. The Stackdriver Logging Agent is for additional logging, not for alerts. Using the Monitoring agent is optional. Stackdriver Monitoring can access some metrics without the Monitoring agent, including CPU utilization, some disk traffic metrics, network traffic, and uptime information. [https://cloud.google.com/monitoring/agent/#purpose] Reference: https://cloud.google.com/monitoring/quickstart-lamp#gs-checks
コメント(5)
BD is correct
👍 7Ziegler2020/06/06actually B and C u need to install the agent first, and alerting policy can contain the up time check as well
👍 4elnagmy2020/07/17B and D -- Setup the uptime check -- Setup the alert policy
https://cloud.google.com/blog/products/gcp/how-to-connect-stackdriver-to-external-monitoring
👍 3AshokC2020/09/23
シャッフルモード