
UNSOLVED
Adding Groupname into savegrp completion email
Hi,
Is it possible to add the Group name into the save group completion emails?
We have lot's of groups, would be easier to look for a specific completion report with something in the subject field.
Thanks.
Is it possible to add the Group name into the save group completion emails?
We have lot's of groups, would be easier to look for a specific completion report with something in the subject field.
Thanks.
Responses (5)
Solutions (0)
- I'm using the following filter:
__________________________
DAY_OF_MONTH=`date '+%d'`
cat > /tmp/$DAY_OF_MONTH.lgtoMail
RCPT=$1
SUBJECT=`head -1 /tmp/$DAY_OF_MONTH.lgtoMail`
/usr/ucb/mail -s "$SUBJECT" $RCPT < /tmp/$DAY_OF_MONTH.lgtoMail
__________________________
which gives e.g. this subject line:
"NetWorker savegroup: (notice) NDMP completed, total 1 client(s), 0 Hostname(s) Unresolved, 0 Failed, 1 Succeeded. "
Just save the above filter as executable script and update the action in the savegrp completion notification accordinglyReply

ble1
6 Operator
•
14354 Posts
•
56186 Points
472
0
Posted December 1st, 2007 10:00