Topic 1 Question 7
You are deploying your application to a Compute Engine virtual machine instance with the Stackdriver Monitoring Agent installed. Your application is a unix process on the instance. You want to be alerted if the unix process has not run for at least 5 minutes. You are not able to change the application to generate metrics or logs. Which alert condition should you configure?
Uptime check
Process health
Metric absence
Metric threshold
ユーザの投票
コメント(6)
B
Process-health policy A process-health policy can notify you if the number of processes that match a pattern crosses a threshold. This can be used to tell you, for example, that a process has stopped running.
source: https://cloud.google.com/monitoring/alerts/policies-in-json#json-process-health
👍 3gcper2021/02/27B is correct answer https://cloud.google.com/monitoring/alerts/types-of-conditions#metric-threshold
👍 2saurabh18052020/11/05https://cloud.google.com/monitoring/uptime-checks: "An uptime check is a request sent to a resource to see if it responds"
A is wrong
Metric absence and threshold don't make sense
Process health is correct for sure so answer is B
👍 1syu31svc2021/06/19
シャッフルモード