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.
157 lines
4.4 KiB
157 lines
4.4 KiB
[DA-ITSI-LB_Performance_Platform]
|
|
description = KPI base search used by KPIs that track platform performance
|
|
title = DA-ITSI-LB:Performance.Platform
|
|
_owner = nobody
|
|
base_search = (tag=loadbalancer tag=performance tag=cpu OR tag=memory OR tag=storage)
|
|
metrics = [ \
|
|
{ \
|
|
"_key": "cpu_load_percent", \
|
|
"aggregate_statop": "max", \
|
|
"entity_statop": "max", \
|
|
"threshold_field": "cpu_load_percent", \
|
|
"title": "cpu_load_percent", \
|
|
"unit": "%" \
|
|
}, \
|
|
{ \
|
|
"_key": "mem_used_percent", \
|
|
"aggregate_statop": "max", \
|
|
"entity_statop": "max", \
|
|
"threshold_field": "mem_used_percent", \
|
|
"title": "mem_used_percent", \
|
|
"unit": "%" \
|
|
}, \
|
|
{ \
|
|
"_key": "storage_used_percent", \
|
|
"aggregate_statop": "max", \
|
|
"entity_statop": "max", \
|
|
"threshold_field": "storage_used_percent", \
|
|
"title": "storage_used_percent", \
|
|
"unit": "%" \
|
|
} \
|
|
]
|
|
is_entity_breakdown = True
|
|
is_service_entity_filter = True
|
|
entity_id_fields = host
|
|
entity_alias_filtering_fields = host
|
|
alert_period = 5
|
|
search_alert_earliest = 5
|
|
alert_lag = 30
|
|
metric_qualifier =
|
|
source_itsi_da = DA-ITSI-LB
|
|
|
|
[DA-ITSI-LB_Performance_Statistics]
|
|
description = KPI base search used by KPIs that track server status
|
|
title = DA-ITSI-LB:Performance.Statistics
|
|
_owner = nobody
|
|
base_search = (tag=loadbalancer tag=performance avl_status=* OR failover_status=* OR avl_status_string=* OR failover_status_string=*)
|
|
metrics = [ \
|
|
{ \
|
|
"_key": "avl_status", \
|
|
"aggregate_statop": "min", \
|
|
"entity_statop": "min", \
|
|
"threshold_field": "avl_status", \
|
|
"title": "avl_status", \
|
|
"unit": "" \
|
|
}, \
|
|
{ \
|
|
"_key": "failover_status", \
|
|
"aggregate_statop": "min", \
|
|
"entity_statop": "min", \
|
|
"threshold_field": "failover_status", \
|
|
"title": "failover_status", \
|
|
"unit": "" \
|
|
} \
|
|
]
|
|
is_entity_breakdown = True
|
|
is_service_entity_filter = True
|
|
entity_id_fields = host
|
|
entity_alias_filtering_fields = host
|
|
alert_period = 5
|
|
search_alert_earliest = 5
|
|
alert_lag = 30
|
|
metric_qualifier =
|
|
source_itsi_da = DA-ITSI-LB
|
|
|
|
[DA-ITSI-LB_Performance_Connections]
|
|
description = KPI base search used by KPIs that track network performance
|
|
title = DA-ITSI-LB:Performance.Connections
|
|
_owner = nobody
|
|
base_search = (tag=loadbalancer tag=performance tag=network)
|
|
metrics = [ \
|
|
{ \
|
|
"_key": "5XX_codes", \
|
|
"aggregate_statop": "avg", \
|
|
"entity_statop": "avg", \
|
|
"threshold_field": "5XX_codes", \
|
|
"title": "5XX_codes", \
|
|
"unit": "" \
|
|
}, \
|
|
{ \
|
|
"_key": "interface_connections", \
|
|
"aggregate_statop": "avg", \
|
|
"entity_statop": "avg", \
|
|
"threshold_field": "interface_connections", \
|
|
"title": "interface_connections", \
|
|
"unit": "conn" \
|
|
}, \
|
|
{ \
|
|
"_key": "interface_throughput", \
|
|
"aggregate_statop": "avg", \
|
|
"entity_statop": "avg", \
|
|
"threshold_field": "interface_throughput", \
|
|
"title": "interface_throughput", \
|
|
"unit": "bps" \
|
|
}, \
|
|
{ \
|
|
"_key": "rtt", \
|
|
"aggregate_statop": "avg", \
|
|
"entity_statop": "avg", \
|
|
"threshold_field": "rtt", \
|
|
"title": "rtt", \
|
|
"unit": "ms" \
|
|
}, \
|
|
{ \
|
|
"_key": "sessions", \
|
|
"aggregate_statop": "avg", \
|
|
"entity_statop": "avg", \
|
|
"threshold_field": "sessions", \
|
|
"title": "sessions", \
|
|
"unit": "" \
|
|
}, \
|
|
{ \
|
|
"_key": "ssl_tps", \
|
|
"aggregate_statop": "avg", \
|
|
"entity_statop": "avg", \
|
|
"threshold_field": "ssl_tps", \
|
|
"title": "ssl_tps", \
|
|
"unit": "/sec" \
|
|
}, \
|
|
{ \
|
|
"_key": "vip_connections", \
|
|
"aggregate_statop": "avg", \
|
|
"entity_statop": "avg", \
|
|
"threshold_field": "vip_connections", \
|
|
"title": "vip_connections", \
|
|
"unit": "conn" \
|
|
}, \
|
|
{ \
|
|
"_key": "vip_throughput", \
|
|
"aggregate_statop": "avg", \
|
|
"entity_statop": "avg", \
|
|
"threshold_field": "vip_throughput", \
|
|
"title": "vip_throughput", \
|
|
"unit": "bps" \
|
|
} \
|
|
]
|
|
is_entity_breakdown = True
|
|
is_service_entity_filter = True
|
|
entity_id_fields = host
|
|
entity_alias_filtering_fields = host
|
|
alert_period = 5
|
|
search_alert_earliest = 5
|
|
alert_lag = 30
|
|
metric_qualifier =
|
|
source_itsi_da = DA-ITSI-LB
|
|
|
|
|