Ignore:
Timestamp:
03/04/14 10:41:20 (10 years ago)
Author:
sdipsl
Message:

use specific mail subject. Will be automatically consume to feed supervisor database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r993 r994  
    185185  # send mail / add message in buffer 
    186186  if [ ${send_messages} -eq 1 ]; then 
    187     mail -s "AMQP" ${mail_recipient}  < ${buffer} # send buffer 
     187    mail -s "[TEMPORARY AMQP CHANNEL]" ${mail_recipient}  < ${buffer} # send buffer 
    188188    rm -f $buffer ; touch ${buffer}               # clear buffer 
    189189    touch ${last_mail_date__file}                 # memorize last mail date 
Note: See TracChangeset for help on using the changeset viewer.