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.

73 lines
2.8 KiB

{
"alert_lag": 180,
"alert_period": "1",
"base_search": "| mstats avg(vsphere.esxihost.datastore.write) as writeKB avg(vsphere.esxihost.datastore.read) as readKB avg(vsphere.esxihost.datastore.totalWriteLatency) as write_latency avg(vsphere.esxihost.datastore.totalReadLatency) as read_latency WHERE `cp_vmware_perf_metrics_index` by datastore, vcenter span=1m | eval itsi_entity_id = datastore.\"_\".vcenter| fields - datastore vcenter",
"description": "",
"entity_filter_field": "itsi_entity_id",
"entity_split_field": "itsi_entity_id",
"is_filter_entities_to_service": true,
"is_split_by_entity": true,
"key": "da-itsi-cp-vmware-vmware-vmware-datastores-i-o",
"metric_qualifier": "",
"metrics": [
{
"aggregate_statop": "max",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "unknown",
"gap_severity_color": "#CCCCCC",
"gap_severity_color_light": "#EEEEEE",
"gap_severity_value": "-1",
"key": "read-i-o",
"threshold_field": "readKB",
"title": "Read I/O",
"unit": "KB"
},
{
"aggregate_statop": "max",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "unknown",
"gap_severity_color": "#CCCCCC",
"gap_severity_color_light": "#EEEEEE",
"gap_severity_value": "-1",
"key": "read-latency",
"threshold_field": "read_latency",
"title": "Read Latency",
"unit": "ms"
},
{
"aggregate_statop": "max",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "unknown",
"gap_severity_color": "#CCCCCC",
"gap_severity_color_light": "#EEEEEE",
"gap_severity_value": "-1",
"key": "write-i-o",
"threshold_field": "writeKB",
"title": "Write I/O",
"unit": "KB"
},
{
"aggregate_statop": "max",
"entity_statop": "latest",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "unknown",
"gap_severity_color": "#CCCCCC",
"gap_severity_color_light": "#EEEEEE",
"gap_severity_value": "-1",
"key": "write-latency",
"threshold_field": "write_latency",
"title": "Write Latency",
"unit": "ms"
}
],
"search_alert_earliest": "5",
"title": "VMWARE: VMware Datastores I/O",
"version": "0.0.38"
}