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.

87 lines
3.0 KiB

{
"alert_lag": 30,
"alert_period": "5",
"base_search": "tag=web tag=activity | eval 4xx_status=if(status>=400 AND status<500, status, null()), 5xx_status=if(status >= 500 AND status<600, status, null())",
"description": "The base search for computing various Web Server KPIs",
"entity_filter_field": "host",
"entity_split_field": "host",
"is_filter_entities_to_service": true,
"is_split_by_entity": true,
"key": "da-itsi-cp-citrix-da-itsi-webserver-activityclone",
"metric_qualifier": "",
"metrics": [
{
"aggregate_statop": "avg",
"entity_statop": "count",
"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": "4xx-errors",
"threshold_field": "4xx_status",
"title": "4xx Errors",
"unit": ""
},
{
"aggregate_statop": "avg",
"entity_statop": "count",
"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": "5xx-errors",
"threshold_field": "5xx_status",
"title": "5xx Errors",
"unit": ""
},
{
"aggregate_statop": "avg",
"entity_statop": "sum",
"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": "bytes-in",
"threshold_field": "bytes_in",
"title": "Bytes In",
"unit": "b"
},
{
"aggregate_statop": "avg",
"entity_statop": "sum",
"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": "bytes-out",
"threshold_field": "bytes_out",
"title": "Bytes Out",
"unit": "b"
},
{
"aggregate_statop": "avg",
"entity_statop": "avg",
"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": "response-time",
"threshold_field": "response_time",
"title": "Response Time",
"unit": "ms"
}
],
"search_alert_earliest": "5",
"title": "DA-ITSI-WEBSERVER:ActivityClone",
"version": "0.0.33"
}