Hello World!
I'm hoping that I am not the first one to have this question and that somebody has figured this out.
We want to create dashboard so that we can see where the status of business services. The statuses we have in mind are Online, Degraded and Offline. The degraded status is what we are having trouble with.
Allow me to create a scenario, we have a company internal application that is hosted on a pair Windows VMs running the server software configured as primary and secondary which talks to an SQL db on another Windows VM. These are the items we are monitoring:
- Windows Server - NPM
- Windows Services - SAM
- SQL - SAM
If the NPM reports that one the Windows servers that application is running on is offline, then the status of the business service should be degraded. If the database is offline, then the business application is offline.
My question is how do we configure this logic into a something visual that be placed on a dashboard In Solarwinds?
Amy and all feedback will be appreciated.