Website Availability Monitoring

I have setup a website Availability monitor in SCOM and a Web Transaction Monitor in SCOM.

How do I setup a dashboard in SquaredUp to display these as it shows in the Squared Up demo page showing App Uptime and Web Availability:

https://demo.squaredup.com/SquaredUpv3/page/publicdemo-dashboard-appup time

Are there any set of instructions or guide to follow to set this up?

Regards

Saiyad

Hi!
First you need to create a Service level objective in scom and then use the SLA tile in Squaredup for your dashboard.

https://tickets.squaredup.com/support/solutions/articles/195390-how-to-create-a-service-level-objective-in-scom

https://tickets.squaredup.com/support/solutions/articles/206775-how-to-configure-the-sla-plugin

You have more info on the links on that page.

2 Likes

jannep is correct, though the links sent were for version 2 of Squared Up. The first article is SCOM based, so will carry between versions. The demo site runs on the latest public release (currently 3.2.4).

For the app uptime dashboard, all that is used is the standard SLA tile, with inline style and a custom label to show the URL. The URL is wrapped within the parameters, so a custom label was used:

<span style=\”display:inline-block;width:700px;\”>{{displayName}}</span> <span style=\”display:inline-block;width:700px;\”>{{properties.parameters.slice(34, -25)}}</span>
That should give you something to work with!
1 Like

Thanks guys.

What about Web Availability - how do I go about bringing those data on the board.