Kiln » KilnSupportScripts Powershell Scripts to help monitor a Kiln environment. Contact Fog Creek support before using.
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

send mail message in test, include comment for attachment.

Changeset 3f1c112aee7f

Parent 3f9519b6baa6

by Profile picture of User 476Ben McCormack <benm@fogcreek.com>

Changes to one file · Browse files at 3f1c112aee7f Showing diff from parent 3f9519b6baa6 Diff from another changeset...

 
13
14
15
16
 
17
 
 
13
14
15
 
16
17
 
@@ -13,5 +13,5 @@
 Log-ServiceStats "redis-server" $logFile  $passed = Check-KilnBackend $sRepoGUID $sChangeset1 $sChangeset2 $logFile  if (-not $passed) { - Send-MailMessage -From $from -To $to -SmtpServer $SmtpServer -Subject "The Kiln Backend Had To Be Restarted" + Send-MailMessage -From $from -To $to -SmtpServer $SmtpServer -Subject "The Kiln Backend Had To Be Restarted" #-Attachment $logFile  } \ No newline at end of file