SMARTS - 10.1.X
readonly computed attribute boolean IsUnresponsive_internal
"TRUE - Indicates that the system is not responding to ICMP pings or SNMP polls."
"FALSE - Indicates that the system is responding to ICMP pings and/or SNMP polls."
= (IsManaged &&
IsEveryIPUnresponsive &&
IsEveryIPv6Unresponsive &&
IsEveryServiceUnresponsive &&
(HasFaultInstrumentedService || HasFaultInstrumentedSAP))
As indicated in the above computation, Smarts IP relies on both ICMP status as well as the SNMP status to compute the IsUnresponsive_Internal status.