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.

115 lines
4.1 KiB

{
"alert_lag": 30,
"alert_period": "5",
"base_search": "`itsi-cp-soar-indexes` sourcetype=iostat | eval hostdev=host.\":\".Device",
"description": "KPI base search used by KPIs that track Disk I/O performance. Source: iostat.sh. Note that entity split is by host & device, not just by host.",
"entity_filter_field": "host",
"entity_split_field": "host",
"is_filter_entities_to_service": true,
"is_split_by_entity": true,
"key": "da-itsi-cp-soar-soar-os-performance-nix-iostat",
"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": "avg-service-time",
"threshold_field": "avgSvcMillis",
"title": "Avg. Service Time",
"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": "avg-wait-time",
"threshold_field": "avgWaitMillis",
"title": "Avg. Wait Time",
"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": "banwidth-utilization-percent",
"threshold_field": "bandwUtilPct",
"title": "Banwidth Utilization Percent",
"unit": ""
},
{
"aggregate_statop": "sum",
"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-kbps",
"threshold_field": "rKB_PS",
"title": "Read KBps",
"unit": ""
},
{
"aggregate_statop": "sum",
"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-requests-per-sec",
"threshold_field": "rReq_PS",
"title": "Read requests per sec",
"unit": ""
},
{
"aggregate_statop": "sum",
"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-kbps",
"threshold_field": "wKB_PS",
"title": "Write KBps",
"unit": ""
},
{
"aggregate_statop": "sum",
"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-requests-per-sec",
"threshold_field": "wReq_PS",
"title": "Write requests per sec",
"unit": ""
}
],
"search_alert_earliest": "5",
"title": "SOAR:OS:Performance.NIX-iostat",
"version": "0.0.33"
}