--- lib/PXElator/kvm.pm 2009/07/31 18:26:28 89 +++ lib/PXElator/kvm.pm 2009/07/31 18:26:37 90 @@ -13,7 +13,7 @@ sub start_fork { qw/monitor/ } sub monitor { - exec "xterm -e nc $server::ip 10000"; + exec "xterm -fg red -e nc $server::ip 10000"; } sub actions { qw/reset/ }