Changes

From SME Server
Jump to navigationJump to search
3 bytes added ,  12:19, 22 December 2013
Line 232: Line 232:  
==== Receive periodic check of Raid by email ====
 
==== Receive periodic check of Raid by email ====
   −
There are routines in SME Server to check the raid and sent mail to the admin user, when the raid is degraded or when the raid is resynchronizing. But the admin user receive a lot of mails and some time messages can be forgotten.
+
There are routines in SME Server to check the raid and sent mail to the admin user, when the raid is degraded or when the raid is resynchronizing. But the admin user receive a lot of emails and some time messages can be forgotten.
So the purpose is to have a routine which sent mail to the user of your choice each week.
+
So the purpose is to have a routine which sent email to the user of your choice each week.
    
  nano /etc/cron.weekly/raid-status.sh
 
  nano /etc/cron.weekly/raid-status.sh
   −
You have to change the variable '''DEST="stephane@your-domaine-name.org"''' to the mail you decide to use.
+
You have to change the variable '''DEST="stephane@your-domaine-name.org"''' to the email you decide to use.
    
  #!/bin/sh
 
  #!/bin/sh

Navigation menu