Hi there,
I have a sensor factory I have implemented. I am looking to have three statuses. Basically Up, Down and Warning
In this particular example the servers are grouped as follows:
App/DB Server - Ping (18406), App Server Service (20480), SQL Service (20481)
Client Server - Ping (18868), RDP (20482)
RDS Cluster - SRV1 RDP (20437) , SRV2 RDP (20438).
I am wondering if it is possible to do the following:
Anything in App or DB reports Down RDS Cluster if one goes down trigger Warning if both are down trigger Down Client Server if it goes down trigger a Warning.
I cant seem anything to assist me with setting this up or to see if it is even possible.
Add comment