Hi All,
My customer has SCOM 2012 SP1 installed. I have to monitor the SQL servers in their environment. For this I have imported SQL management pack in SCOM server.
Currently SQL servers are monitored by Foglight. Customer wants to replicate the exact monitoring of SQL in SCOM as monitored in FogLight.
I have to create a Dashboard in SCOM as compare to Foglight. The dashboard in Foglight is like, it shows total no. of SQL databases, when clicked on SQL databases box, it showed the list of all DBs. When click on any one of the DB it drill down to the details of that DB with followings,
- DB up since
- Collation
- DB version
- How many computers are connected
- How many sessions are open
- How many active connections
- SQL processes
- Total
- System
- User
- CPU usage
- Logical reads
- SQL Memory
- Total
- Buffer cache
- Procedure cache
- Physical reads
- Physical writes
- Blocked processes
- Background processes
For this I have tried to create a Distributed Application (DA) in SCOM. Add the component asservers in Distributed Application Designer box, and added all 3 SQL servers in that. Then save this with nameCDC.
When I view a diagram view, it showed meCDC service on top & after expand showed me the Total SQL servers icon which I able to expand & able to see each SQL server.
Now in my scenario, the health is passes upto Total SQL servers icon. Means if one of the SQL server under Total SQL server has warning the Total SQL server will show in warning state. But this state not reaches towards my service name icon CDC. On top my CDC icon is showing in Healthy state even if below my Total SQL health is in Warning state.
I want to know how will able to reach Total SQL health state to CDC service on top. So my CDC icon should also has Warning state if below Total SQL has Warning.
How to set this.