The following is the logic used to compute this attribute:
propagate attribute boolean or IsSystemUnresponsive
"TRUE if the system is unresponsive."
= ICIM_UnitaryComputerSystem, PartOf, IsMightBeDown;event MightBeDown
"Indicates that the system is not responding to SNMP polls or ICMP "
"pings and is logically near the root-cause problem."
loss(1.0)
= ((!IsProxy && IsMightBeDown) ""
( IsProxy && IsProxyMightBeDown))
else FALSE;readonly computed attribute boolean IsMightBeDown
= IsUnresponsive && (Type != HOST "" !IsEveryNeighborUnresponsive);