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.

347 lines
10 KiB

[DA-ITSI-VIRTUALIZATION_Hypervisor_Performance_CPU_Search]
description = KPI base search for KPIs measuring Hypervisor CPU metrics, defined by Virtualization Module.
title = DA-ITSI-VIRTUALIZATION:Hypervisor.Performance.CPU
_owner = nobody
base_search = tag=hostsystem tag=cpu tag=performance tag=virtualization
metrics = [ \
{ \
"_key": "cpu_allocation_percent", \
"aggregate_statop": "avg", \
"threshold_field": "cpu_allocation_percent", \
"entity_statop": "avg", \
"title": "cpu_allocation_percent", \
"unit": "%" \
}, \
{ \
"_key": "cpu_load_percent", \
"aggregate_statop": "avg", \
"threshold_field": "cpu_load_percent", \
"entity_statop": "avg", \
"title": "cpu_load_percent", \
"unit": "%" \
}, \
{ \
"_key": "cpu_demand", \
"aggregate_statop": "avg", \
"threshold_field": "cpu_demand", \
"entity_statop": "avg", \
"title": "cpu_demand", \
"unit": "MHz" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = hypervisor_id
entity_alias_filtering_fields = hypervisor_id
alert_period = 5
search_alert_earliest = 15
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-VIRTUALIZATION
[DA-ITSI-VIRTUALIZATION_Hypervisor_Performance_Memory_Search]
description = KPI base search for KPIs measuring Hypervisor Memory metrics, defined by Virtualization Module.
title = DA-ITSI-VIRTUALIZATION:Hypervisor.Performance.Memory
_owner = nobody
base_search = tag=hostsystem tag=memory tag=performance tag=virtualization | eval mem_provisioned_MB = mem_provisioned/1048576
metrics = [ \
{ \
"_key": "mem_page_rate", \
"aggregate_statop": "avg", \
"threshold_field": "mem_page_rate", \
"entity_statop": "avg", \
"title": "mem_page_rate", \
"unit": "cnt" \
}, \
{ \
"_key": "mem_provisioned_MB", \
"aggregate_statop": "avg", \
"threshold_field": "mem_provisioned_MB", \
"entity_statop": "avg", \
"title": "mem_provisioned_MB", \
"unit": "MB" \
}, \
{ \
"_key": "mem_usage_percent", \
"aggregate_statop": "avg", \
"threshold_field": "mem_usage_percent", \
"entity_statop": "avg", \
"title": "mem_usage_percent", \
"unit": "%" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = hypervisor_id
entity_alias_filtering_fields = hypervisor_id
alert_period = 5
search_alert_earliest = 15
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-VIRTUALIZATION
[DA-ITSI-VIRTUALIZATION_Hypervisor_Performance_Storage_Search]
description = KPI base search for KPIs measuring Hypervisor Storage metrics, defined by Virtualization Module.
title = DA-ITSI-VIRTUALIZATION:Hypervisor.Performance.Storage
_owner = nobody
base_search = tag=hostsystem tag=storage tag=performance tag=virtualization
metrics = [ \
{ \
"_key": "highest_latency", \
"aggregate_statop": "max", \
"threshold_field": "highest_latency", \
"entity_statop": "max", \
"title": "highest_latency", \
"unit": "ms" \
}, \
{ \
"_key": "read_latency", \
"aggregate_statop": "max", \
"threshold_field": "read_latency", \
"entity_statop": "max", \
"title": "read_latency", \
"unit": "ms" \
}, \
{ \
"_key": "write_latency", \
"aggregate_statop": "max", \
"threshold_field": "write_latency", \
"entity_statop": "max", \
"title": "write_latency", \
"unit": "ms" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = hypervisor_id
entity_alias_filtering_fields = hypervisor_id
alert_period = 5
search_alert_earliest = 15
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-VIRTUALIZATION
[DA-ITSI-VIRTUALIZATION_Hypervisor_Performance_Network_Search]
description = KPI base search for KPIs measuring Hypervisor Network metrics, defined by Virtualization Module.
title = DA-ITSI-VIRTUALIZATION:Hypervisor.Performance.Network
_owner = nobody
base_search = tag=hostsystem tag=network tag=performance tag=virtualization
metrics = [ \
{ \
"_key": "network_usage", \
"aggregate_statop": "avg", \
"threshold_field": "network_usage", \
"entity_statop": "avg", \
"title": "network_usage", \
"unit": "KBps" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = hypervisor_id
entity_alias_filtering_fields = hypervisor_id
alert_period = 5
search_alert_earliest = 15
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-VIRTUALIZATION
[DA-ITSI-VIRTUALIZATION_Virtual_Machine_Performance_CPU_Search]
description = KPI base search for KPIs measuring Virtual Machine CPU metrics, defined by Virtualization Module.
title = DA-ITSI-VIRTUALIZATION:Virtual_Machine.Performance.CPU
_owner = nobody
base_search = tag=virtualmachine tag=cpu tag=performance tag=virtualization
metrics = [ \
{ \
"_key": "cpu_load_percent", \
"aggregate_statop": "avg", \
"threshold_field": "cpu_load_percent", \
"entity_statop": "avg", \
"title": "cpu_load_percent", \
"unit": "%" \
}, \
{ \
"_key": "cpu_demand", \
"aggregate_statop": "avg", \
"threshold_field": "cpu_demand", \
"entity_statop": "avg", \
"title": "cpu_demand", \
"unit": "MHz" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = vm_id
entity_alias_filtering_fields = vm_id
alert_period = 5
search_alert_earliest = 15
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-VIRTUALIZATION
[DA-ITSI-VIRTUALIZATION_Virtual_Machine_Performance_Memory_Search]
description = KPI base search for KPIs measuring Virtual Machine Memory metrics, defined by Virtualization Module.
title = DA-ITSI-VIRTUALIZATION:Virtual_Machine.Performance.Memory
_owner = nobody
base_search = tag=virtualmachine tag=memory tag=performance tag=virtualization | eval mem_reserved_MB = mem_reserved/1048576 | eval mem_provisioned_MB = mem_provisioned/1048576
metrics = [ \
{ \
"_key": "mem_reserved_MB", \
"aggregate_statop": "avg", \
"threshold_field": "mem_reserved_MB", \
"entity_statop": "avg", \
"title": "mem_reserved_MB", \
"unit": "MB" \
}, \
{ \
"_key": "mem_provisioned_MB", \
"aggregate_statop": "avg", \
"threshold_field": "mem_provisioned_MB", \
"entity_statop": "avg", \
"title": "mem_provisioned_MB", \
"unit": "MB" \
}, \
{ \
"_key": "mem_usage_percent", \
"aggregate_statop": "avg", \
"threshold_field": "mem_usage_percent", \
"entity_statop": "avg", \
"title": "mem_usage_percent", \
"unit": "%" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = vm_id
entity_alias_filtering_fields = vm_id
alert_period = 5
search_alert_earliest = 15
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-VIRTUALIZATION
[DA-ITSI-VIRTUALIZATION_Virtual_Machine_Performance_Storage_Search]
description = KPI base search for KPIs measuring Virtual Machine Storage metrics, defined by Virtualization Module.
title = DA-ITSI-VIRTUALIZATION:Virtual_Machine.Performance.Storage
_owner = nobody
base_search = tag=virtualmachine tag=storage tag=performance tag=virtualization
metrics = [ \
{ \
"_key": "highest_latency", \
"aggregate_statop": "max", \
"threshold_field": "highest_latency", \
"entity_statop": "max", \
"title": "highest_latency", \
"unit": "ms" \
}, \
{ \
"_key": "read_latency", \
"aggregate_statop": "max", \
"threshold_field": "read_latency", \
"entity_statop": "max", \
"title": "read_latency", \
"unit": "ms" \
}, \
{ \
"_key": "write_latency", \
"aggregate_statop": "max", \
"threshold_field": "write_latency", \
"entity_statop": "max", \
"title": "write_latency", \
"unit": "ms" \
}, \
{ \
"_key": "storage_used_percent", \
"aggregate_statop": "avg", \
"threshold_field": "storage_used_percent", \
"entity_statop": "avg", \
"title": "storage_used_percent", \
"unit": "%" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = vm_id
entity_alias_filtering_fields = vm_id
alert_period = 5
search_alert_earliest = 15
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-VIRTUALIZATION
[DA-ITSI-VIRTUALIZATION_Virtual_Machine_Performance_Network_Search]
description = KPI base search for KPIs measuring Virtual Machine Network metrics, defined by Virtualization Module.
title = DA-ITSI-VIRTUALIZATION:Virtual_Machine.Performance.Network
_owner = nobody
base_search = tag=virtualmachine tag=network tag=performance tag=virtualization
metrics = [ \
{ \
"_key": "network_usage", \
"aggregate_statop": "avg", \
"threshold_field": "network_usage", \
"entity_statop": "avg", \
"title": "network_usage", \
"unit": "KBps" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = vm_id
entity_alias_filtering_fields = vm_id
alert_period = 5
search_alert_earliest = 15
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-VIRTUALIZATION
[DA-ITSI-VIRTUALIZATION_Datastore_Performance_Storage_Search]
description = KPI base search for KPIs measuring Datastore Storage metrics, defined by Virtualization Module.
title = DA-ITSI-VIRTUALIZATION:Datastore.Performance.Storage
_owner = nobody
base_search = tag=datastore tag=storage tag=performance tag=virtualization
metrics = [ \
{ \
"_key": "datastore_highest_latency", \
"aggregate_statop": "max", \
"threshold_field": "datastore_highest_latency", \
"entity_statop": "max", \
"title": "datastore_highest_latency", \
"unit": "ms" \
}, \
{ \
"_key": "datastore_read_latency", \
"aggregate_statop": "max", \
"threshold_field": "datastore_read_latency", \
"entity_statop": "max", \
"title": "datastore_read_latency", \
"unit": "ms" \
}, \
{ \
"_key": "datastore_write_latency", \
"aggregate_statop": "max", \
"threshold_field": "datastore_write_latency", \
"entity_statop": "max", \
"title": "datastore_write_latency", \
"unit": "ms" \
}, \
{ \
"_key": "datastore_used_percent", \
"aggregate_statop": "avg", \
"threshold_field": "datastore_used_percent", \
"entity_statop": "avg", \
"title": "datastore_used_percent", \
"unit": "%" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = datastore_id
entity_alias_filtering_fields = datastore_id
alert_period = 5
search_alert_earliest = 15
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-VIRTUALIZATION