WLDF Watch rule for Server Health
Hello All,
I am trying to create a watch rule using WLDF in WLS10.3.5 for server health. What I am trying to do is that weblogic should trigger an alert is any of the managed servers has a health which is anything but OK (Failed, Critical, Overloaded or Warning)
Following are the expressions that I created, but they are not working. I guess I am missing something:
${ServerRuntime//[weblogic.management.runtime.ServerRuntimeMBean]com.bea:Name=DPSERVICES_ManagedServer_1,Type=ServerRuntime//HealthState} != 'HEALTH_OK'
Also when I am trying to create a rule, I ony see 'ServerRuntime' for MBEan Server Location, I dont see domainruntime; though the whole module is targetted to Admin Server along with all Managed Servers.