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.
101 lines
4.1 KiB
101 lines
4.1 KiB
{
|
|
"alert_lag": 30,
|
|
"alert_period": "1",
|
|
"base_search": "| mstats max(vsphere.esxihost.cpu.demand) AS cpu_demand max(vsphere.esxihost.cpu.usage) AS cpu_load_percent max(vsphere.esxihost.mem.active) AS mem_active max(vsphere.esxihost.mem.reservedCapacity) AS mem_capacity max(vsphere.esxihost.datastore.totalReadLatency) AS read_latency max(vsphere.esxihost.datastore.totalWriteLatency) AS write_latency max(vsphere.esxihost.net.received) AS net_received max(vsphere.esxihost.net.transmitted) AS net_transmitted WHERE `cp_vmware_perf_metrics_index` entity_type=vsphere.esxihost BY name uuid span=60s \n| eval network_usage = net_received + net_transmitted, mem_usage_percent = mem_active / 1024 / mem_capacity * 100",
|
|
"description": "",
|
|
"entity_filter_field": "uuid",
|
|
"entity_split_field": "uuid",
|
|
"is_filter_entities_to_service": true,
|
|
"is_split_by_entity": true,
|
|
"key": "da-itsi-cp-vmware-vmware-vmware-esxi",
|
|
"metric_qualifier": "",
|
|
"metrics": [
|
|
{
|
|
"aggregate_statop": "max",
|
|
"entity_statop": "latest",
|
|
"fill_gaps": "last_available_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "cpu-demand",
|
|
"threshold_field": "cpu_demand",
|
|
"title": "CPU Demand",
|
|
"unit": ""
|
|
},
|
|
{
|
|
"aggregate_statop": "max",
|
|
"entity_statop": "latest",
|
|
"fill_gaps": "last_available_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "cpu-load-pct",
|
|
"threshold_field": "cpu_load_percent",
|
|
"title": "CPU Load PCT",
|
|
"unit": ""
|
|
},
|
|
{
|
|
"aggregate_statop": "max",
|
|
"entity_statop": "latest",
|
|
"fill_gaps": "last_available_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "disk-read-latency",
|
|
"threshold_field": "read_latency",
|
|
"title": "Disk Read Latency",
|
|
"unit": ""
|
|
},
|
|
{
|
|
"aggregate_statop": "max",
|
|
"entity_statop": "latest",
|
|
"fill_gaps": "last_available_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "disk-write-latency",
|
|
"threshold_field": "write_latency",
|
|
"title": "Disk Write Latency",
|
|
"unit": ""
|
|
},
|
|
{
|
|
"aggregate_statop": "max",
|
|
"entity_statop": "latest",
|
|
"fill_gaps": "last_available_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "mem-usage-pct",
|
|
"threshold_field": "mem_usage_percent",
|
|
"title": "Mem Usage PCT",
|
|
"unit": ""
|
|
},
|
|
{
|
|
"aggregate_statop": "max",
|
|
"entity_statop": "latest",
|
|
"fill_gaps": "last_available_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "network-usage",
|
|
"threshold_field": "network_usage",
|
|
"title": "Network Usage",
|
|
"unit": ""
|
|
}
|
|
],
|
|
"search_alert_earliest": "5",
|
|
"title": "VMWARE: VMware ESXi",
|
|
"version": "0.0.38"
|
|
} |