You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.2 KiB

{
"alert_lag": 30,
"alert_period": "1",
"base_search": "| mstats max(vsphere.vc.vcResources.physicalmemusage) AS physical_mem_usage max(vsphere.vc.vcResources.virtualmemusage) AS virtual_mem_usage max(vsphere.vc.vcResources.systemcpuusage) AS cpu_load_percent WHERE `itsi-cp-pcf-vmware-perf-metrics-index` entity_type=vsphere.vcenter BY vcenter span=60s",
"description": "",
"entity_filter_field": "vcenter",
"entity_split_field": "vcenter",
"is_filter_entities_to_service": true,
"is_split_by_entity": true,
"key": "da-itsi-cp-cloud-foundry-pcf-vmware-vcenter",
"metric_qualifier": "",
"metrics": [
{
"aggregate_statop": "max",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "medium",
"gap_severity_color": "#FCB64E",
"gap_severity_color_light": "#FEE6C1",
"gap_severity_value": "4",
"key": "cpu-load-pct",
"threshold_field": "cpu_load_percent",
"title": "CPU Load PCT",
"unit": ""
},
{
"aggregate_statop": "max",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "medium",
"gap_severity_color": "#FCB64E",
"gap_severity_color_light": "#FEE6C1",
"gap_severity_value": "4",
"key": "physical-memory-usage",
"threshold_field": "physical_mem_usage",
"title": "Physical Memory Usage",
"unit": ""
},
{
"aggregate_statop": "max",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "medium",
"gap_severity_color": "#FCB64E",
"gap_severity_color_light": "#FEE6C1",
"gap_severity_value": "4",
"key": "virtual-memory-usage",
"threshold_field": "virtual_mem_usage",
"title": "Virtual Memory Usage",
"unit": ""
}
],
"search_alert_earliest": "5",
"title": "PCF:VMware vCenter",
"version": "0.0.38"
}