Slide 21
Slide 21 text
https://docs.oracle.com/en-us/iaas/Content/Monitoring/Concepts/monitoringoverview.htm
• アラームから通知されるメッセージには、以下のようなパラメータ・値が含まれる(Eメールの例)
メッセージの例
Copyright © 2024, Oracle and/or its affiliates
21
{
"dedupeKey": "exampleuniqueID",
"title": "High CPU Utilization",
"body": "Follow runbook at http://example.com/runbooks",
"type": "REPEAT",
"severity": "CRITICAL",
"timestampEpochMillis": 1542406320000,
"timestamp": "2018-11-16T22:12:00Z",
"alarmMetaData": [
{
"id": "ocid1.alarm.oc1.iad.exampleuniqueID",
"status": "FIRING",
"severity": "CRITICAL",
"query": "CpuUtilization[1m].mean()>0",
"totalMetricsFiring": 2,
"dimensions": [
{
"instancePoolId": "Default",
"resourceDisplayName": "myinstance1",
"faultDomain": "FAULT-DOMAIN-1",
"resourceId": "ocid1.instance.oc1.iad.exampleuniqueID",
"imageId": "ocid1.image.oc1.iad.exampleuniqueID",
"availabilityDomain": "szYB:US-ASHBURN-AD-1",
"shape": "VM.Standard2.1",
"region": "us-ashburn-1"
},
{
"instancePoolId": "Default",
"resourceDisplayName": "myinstance2",
"faultDomain": "FAULT-DOMAIN-3",
"resourceId": "ocid1.instance.oc1.iad.exampleuniqueID",
"imageId": "ocid1.image.oc1.iad.exampleuniqueID",
"availabilityDomain": "szYB:US-ASHBURN-AD-1",
"shape": "VM.Standard2.1",
"region": "us-ashburn-1"
}
]
}
],
"version": 1.1
}