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.

206 lines
5.2 KiB

[DA-ITSI-OS_Performance_CPU]
description = KPI base search used by KPIs that track CPU performance
title = DA-ITSI-OS:Performance.CPU
_owner = nobody
base_search = (`itsi_os_module_indexes` tag=oshost tag=performance tag=cpu)
metrics = [ \
{ \
"_key": "cpu_interrupts", \
"aggregate_statop": "avg", \
"threshold_field": "cpu_interrupts", \
"entity_statop": "avg", \
"title": "cpu_interrupts", \
"unit": "ct/s" \
}, \
{ \
"_key": "cpu_load_percent", \
"aggregate_statop": "avg", \
"threshold_field": "cpu_load_percent", \
"entity_statop": "avg", \
"title": "cpu_load_percent", \
"unit": "%" \
}, \
{ \
"_key": "system_threads_count", \
"aggregate_statop": "avg", \
"threshold_field": "system_threads_count", \
"entity_statop": "avg", \
"title": "system_threads_count", \
"unit": "count" \
}, \
{ \
"_key": "wait_threads_count", \
"aggregate_statop": "avg", \
"threshold_field": "wait_threads_count", \
"entity_statop": "avg", \
"title": "wait_threads_count", \
"unit": "thds" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = host
entity_alias_filtering_fields = host
alert_period = 1
search_alert_earliest = 1
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-OS
[DA-ITSI-OS_Performance_Memory]
description = KPI base search used by KPIs that track memory performance
title = DA-ITSI-OS:Performance.Memory
_owner = nobody
base_search = (`itsi_os_module_indexes` tag=oshost tag=performance tag=memory)
metrics = [ \
{ \
"_key": "mem_free", \
"aggregate_statop": "avg", \
"threshold_field": "mem_free", \
"entity_statop": "avg", \
"title": "mem_free", \
"unit": "MB" \
}, \
{ \
"_key": "mem_free_percent", \
"aggregate_statop": "avg", \
"threshold_field": "mem_free_percent", \
"entity_statop": "avg", \
"title": "mem_free_percent", \
"unit": "%" \
}, \
{ \
"_key": "mem_page_ops", \
"aggregate_statop": "avg", \
"threshold_field": "mem_page_ops", \
"entity_statop": "avg", \
"title": "mem_page_ops", \
"unit": "op/s" \
}, \
{ \
"_key": "mem_used", \
"aggregate_statop": "avg", \
"threshold_field": "mem_used", \
"entity_statop": "avg", \
"title": "mem_used", \
"unit": "MB" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = host
entity_alias_filtering_fields = host
alert_period = 1
search_alert_earliest = 1
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-OS
[DA-ITSI-OS_Performance_Storage]
description = KPI base search used by KPIs that track storage performance
title = DA-ITSI-OS:Performance.Storage
_owner = nobody
base_search = (`itsi_os_module_indexes` tag=oshost tag=performance tag=storage)
metrics = [ \
{ \
"_key": "storage_free_percent", \
"aggregate_statop": "min", \
"threshold_field": "storage_free_percent", \
"entity_statop": "min", \
"title": "storage_free_percent", \
"unit": "%" \
}, \
{ \
"_key": "total_ops", \
"aggregate_statop": "avg", \
"threshold_field": "total_ops", \
"entity_statop": "avg", \
"title": "total_ops", \
"unit": "op/s" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = host
entity_alias_filtering_fields = host
alert_period = 1
search_alert_earliest = 1
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-OS
[DA-ITSI-OS_Performance_Network]
description = KPI base search used by KPIs that track network performance
title = DA-ITSI-OS:Performance.Network
_owner = nobody
base_search = (`itsi_os_module_indexes` tag=oshost tag=performance tag=network)
metrics = [ \
{ \
"_key": "bytes", \
"aggregate_statop": "avg", \
"threshold_field": "bytes", \
"entity_statop": "avg", \
"title": "bytes", \
"unit": "bps" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = host
entity_alias_filtering_fields = host
alert_period = 1
search_alert_earliest = 1
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-OS
[DA-ITSI-OS_Performance_Storage_Latency]
description = KPI base search used by storage latency KPI
title = DA-ITSI-OS:Performance.Storage.Latency
_owner = nobody
base_search = (`itsi_os_module_indexes` tag=oshost tag=performance tag=storage)
metrics = [ \
{ \
"_key": "latency", \
"aggregate_statop": "avg", \
"threshold_field": "latency", \
"entity_statop": "avg", \
"title": "latency", \
"unit": "ms" \
} \
]
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-OS
[DA-ITSI-OS_Performance_Network_Packets]
description = KPI base search used by total packets KPI
title = DA-ITSI-OS:Performance.Network.Packets
_owner = nobody
base_search = (`itsi_os_module_indexes` tag=oshost tag=performance tag=network)
metrics = [ \
{ \
"_key": "packets", \
"aggregate_statop": "avg", \
"threshold_field": "packets", \
"entity_statop": "avg", \
"title": "packets", \
"unit": "" \
} \
]
is_entity_breakdown = true
is_service_entity_filter = true
entity_id_fields = host
entity_alias_filtering_fields = host
alert_period = 1
search_alert_earliest = 5
alert_lag = 30
metric_qualifier =
source_itsi_da = DA-ITSI-OS