Help for this page

Select Code to Download


  1. or download this
     
    my ($LOGFILE, @content) = ("/home/admin/logs/check_jvm/check_jvm_$LOGT
    +IME.log");
    
    ...
    my @args = ("/home/admin/bin/email.ksh", @content, "Web Server Issue",
    + "PROD", "/home/admin/logs/check_jvm/EmailAlert.log");
    system(@args) == 0
    or die "system @args failed: $?"