Dashboard Creation for URL avilabilty in SCOM 2019

Our customer requires a dashboard view which will provide us the complete view of the URL availability which are under monitoring

You should have a Web Availability dashboard as part of the default dashboards.

Alternatively, you can use the json here:

{
	"content": {
		"_type": "layout/list",
		"contents": [
			{
				"_type": "layout/column",
				"columns": [
					{
						"width": 100,
						"contents": [
							{
								"_type": "layout/list",
								"contents": [
									{
										"_type": "tile/alert-list",
										"config": {
											"display": {
												"columns": [
													"severity",
													"name",
													"monitoringObjectDisplayName",
													"resolutionStateName",
													"timeRaised"
												],
												"limit": 5
											},
											"source": {
												"owner": [
													"any"
												],
												"severities": [
													"0",
													"1",
													"2"
												],
												"sources": [
													"monitor",
													"rule"
												],
												"states": [
													"0"
												],
												"timeframe": {
													"range": "Last24Hours"
												}
											}
										},
										"title": "Alerts",
										"description": ""
									}
								]
							}
						]
					}
				]
			},
			{
				"_type": "layout/column",
				"columns": [
					{
						"width": 100,
						"contents": [
							{
								"_type": "layout/list",
								"contents": [
									{
										"_type": "tile/status",
										"config": {
											"display": {
												"zoom": "column"
											},
											"source": {
												"scope": {
													"classId": "eb12c841-f66a-040f-2b1e-28233307f088"
												}
											}
										},
										"title": "Web Application Availability Collections",
										"description": ""
									}
								]
							}
						]
					}
				]
			},
			{
				"_type": "layout/column",
				"columns": [
					{
						"width": 100,
						"contents": [
							{
								"_type": "layout/list",
								"contents": [
									{
										"_type": "tile/matrix",
										"config": {
											"context": {
												"scope": {
													"classId": "aacbcb3a-fc52-8918-3ef5-868d01b4a15f",
													"extendedProperties": true
												}
											}
										},
										"title": "Web Application Availability Tests",
										"description": ""
									}
								]
							}
						]
					}
				]
			}
		]
	},
	"id": "b4539636-cefc-487b-938c-733ebba63d13",
	"title": "Web Application Availability",
	"derivedFrom": "00000000-0000-0000-0000-000000000000",
	"createdFromReference": {
		"packId": "88374822-3dce-4a17-8479-4c2a5b475f51",
		"itemId": "0983845a-0861-42c6-83bc-f4943c2c79f1",
		"packversion": "1.1"
	}
}

To add the above, create a new dashboard and open the json editor:

image

Paste the json in and hit apply.

1 Like