Kah_Resource_Health_Warn raises an alert if the health status of a resource is either Critical, Minor, or Warning. The formula is:
If
Resource_List.Health_Status equals Critical
or
Resource_List.Health_Status equals Minor
or
Resource_List.Health_Status equals Warning
then
the situation Kah_Resource_Health_Warn is true.