Where to build and configure existing "Monitor Home" web based production alert dashboard
My employer set up a web-based HL7 interface monitor dashboard that will display all Ensemble components (Service/Process/Operation) in a Production, their status, and the support information embedded in each interfaces listing on the Monitor. Please see 3 screenshots.
This is part of the URL that we go to when accessing this Web based Monitor: ......57772/csp/healthshare/monitor/Rush.Monitor.Web.Home.cls
I've gone into Studio and I find the "Rush" 'folder' and the "Monitor" 'folder' but then the only thing to navigate to is "WebStudio" and I can never find the "Home.cls" file to edit.
Can someone help me figure out how this dashboard is built and what file/class to edit. I know how to configure the interfaces that are already listed, I just want to know how I can tweak this class for better performance, etc. I can't find anything in Intersystems documentation that covers this. Thanks in advance for any guidance.
Cheers,
John
.png)
.png)
.png)
Comments
I think that it depends on the filters in studio. You should be looking for a "class definition CLS".
Try to check it with the web portal. System explorer > classes, choose the namespace (should be "monitor"), look at the classes
Thank you for your suggestion Pietro. I looked there and selected the widest filter to display everything and still found nothing to edit. The search continues..
I did a little further digging and found that I wasn't selecting the correct namespace while in Studio. Once I selected the namespace called "Monitor" then I could find the class files in the Class Viewer. I can edit the Monitor page now. Thanks!