if ( $sections{"procs"} !~ m/service.exe/ ) { $color = "yellow"; $summary = "`/bin/date` CAWA Server service is not running."; $statusmsg = "&yellow service.exe not running. Possible failover to ukclasce002. Inform OSG before 8:30am.\n\n" . $s ections{"procs"}; } else { $color = "green"; $summary = "`/bin/date` CAWA Server service OK $os"; $statusmsg = "&green service.exe running ok.\n\n" . $sections{"procs"}; }