diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tSmoke.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist index dafbd67..daa2c2c 100755 --- a/bin/tSmoke.dist +++ b/bin/tSmoke.dist @@ -128,7 +128,7 @@ sub morning_update($) { } $Body = "Subject: Of $Count Hosts, $Down Down\n"; $Body .= "To: $To\n\n"; - $Body = "Of $Count Hosts, $Down Down:\n"; + $Body .= "Of $Count Hosts, $Down Down:\n"; $Body .= $TmpBody; Smokeping::sendmail($cfg->{Alerts}{from},$To,$Body); } |