Help for this page
if ($line =~ /server is DOWN/) { $got_button = 1; print $redbutton; last; }
if ($line =~ /server is DOWN/i) { $got_button = 1; print $redbutton; last; }