The status displays as OK unless there are more than 1 problems on a linked/Hierarchical map.
An easy fix is to change line 313 in ./include/maps.inc.php to either
if($count>=1) or if($count>=0)
An easy fix is to change line 313 in ./include/maps.inc.php to either
if($count>=1) or if($count>=0)