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.
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 :)
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