当实例在 GCE 中不活动时得到警报
get alert when instance is not active in GCE
对于GCE的Compute Engine,我使用stackdriver monitoring进行监控和告警。
对于大多数通用指标,如 CPU、磁盘 IO、内存...等可用,并且可以根据进程名称为这些指标设置警报或死或活。
但是我找不到任何与 GCE 实例本身状态相关的指标。
我的用例非常简单。我想知道实例 ID 是否关闭。
任何建议表示赞赏。
谢谢。
认为实例状态不是 monitoring metric;只有 instance/uptime
可用。
(我不知道当 terminated
时 return 会是什么,可能值得一试)。
但可以使用 Uptime Checks and then report the Incident.
检查服务器
并且可以用 gcloud compute instances describe instance01
.
得到 instance status
对于GCE的Compute Engine,我使用stackdriver monitoring进行监控和告警。 对于大多数通用指标,如 CPU、磁盘 IO、内存...等可用,并且可以根据进程名称为这些指标设置警报或死或活。
但是我找不到任何与 GCE 实例本身状态相关的指标。
我的用例非常简单。我想知道实例 ID 是否关闭。 任何建议表示赞赏。 谢谢。
认为实例状态不是 monitoring metric;只有 instance/uptime
可用。
(我不知道当 terminated
时 return 会是什么,可能值得一试)。
但可以使用 Uptime Checks and then report the Incident.
检查服务器并且可以用 gcloud compute instances describe instance01
.