summaryrefslogtreecommitdiff
path: root/allstar
diff options
context:
space:
mode:
Diffstat (limited to 'allstar')
-rwxr-xr-xallstar/allstar-monitor2
1 files changed, 1 insertions, 1 deletions
diff --git a/allstar/allstar-monitor b/allstar/allstar-monitor
index 2e4be6a..4bfed2e 100755
--- a/allstar/allstar-monitor
+++ b/allstar/allstar-monitor
@@ -81,7 +81,7 @@ if(
$msg .= "Be well, John Spartan!\n";
(my $ofh , my $outfile ) = tempfile( UNLINK => 1 );
-
+ print $ofh $msg;
system( sprintf("/usr/bin/cat %s | /usr/bin/ssmtp -oi -oem %s", $outfile, "zabbix\@megalink.network") );
}
}