Performance View direct link in Web Console
Home  » Operations Manager  » Performance View direct link in Web Console

Performance View direct link in Web Console
Posted: Wed, Jul 22, 2009 4:03 AM :: Rank: 79
Author
Points: 1119
Level: System Center Specialist

Hello. We're using connector to forward alerts from SCOM to Tivoli. I'd like to put a link in Tivoli to performance view of an alert which is related to performance like Disk Free Space is getting low - press link to show the perf view of a disk of a proper server. Is it possible?

 

Thanks.

   Report Abuse
RE: Performance View direct link in Web Console
Posted: Wed, Jul 22, 2009 6:52 AM :: Rank: 85
Author
Points: 1119
Level: System Center Specialist

Well, I managed to do something which may be enough. I remember that there was somewhere mentioned about customizing Web Console and putting proper view name in the url. It looks like this:

 

http://MyWebConsoleWebServerName:51908/default.aspx?ViewID=8db1f5a7-f3f3-2646-6c6b-e34672f7ed98&ViewType=AlertView

 

So I changed this to:

 

http://MyWebConsoleWebServerName:51908/default.aspx?ViewID=MYVIEWID&ViewType=PerformanceView

 

It works fine. I tried also to dig inside JavaScript which is for showing those views and I found that I can also use ClassID from Performance Objects. So i took PowerShell and run Get-MonitoringObject and found Microsoft.SQLServer.ServerRole. I took the Id parameter and instead of ViewID I put ClassID like this:

 

http://localhost:51908/default.aspx?ViewType=PerformanceView&ClassID=97408c11-d1c8-5bce-ef78-74f0473964f3

 

Voila - it works. It suits me fine :)

Accepted Answer
   Report Abuse
RE: Performance View direct link in Web Console
Posted: Wed, Jul 22, 2009 8:26 AM :: Rank: 99
Author
Points: 72533
Level: System Center Expert

As SCOM Web Console shortcuts go, this is very clever. I just googled on "SCOM Web Console Shortcut" to see what's out here. This and a post I posted awhile back.

http://blogcastrepository.com/blogs/francoisd/archive/2008/09/09/scom-2007-how-to-modify-webconsole-start-view.aspx

I've got something in the archive I'll pull out and dust off as well. nice work on this.

UPDATE: Here's what I had from a few months ago re-posted on Web Console shortcuts

http://systemcentercentral.com/BlogDetails/tabid/143/indexid/21060/Default.aspx

   Report Abuse

Home  » Operations Manager  » Performance View direct link in Web Console
Top Contributors
Featured Members
Pete Zerger
Points: 72533
Level: System Center Expert
Tommy Gunn
Points: 47345
Level: System Center Expert
Simon Skinner
Points: 40804
Level: System Center Expert
Andreas Zuckerhut
Points: 30700
Level: System Center Expert
Stefan Koell
Points: 30179
Level: System Center Expert