Rambeaux007
IS-IT--Management
Hello,
I am a Windows guy so this may be an easy question for you Linux techs. I am running NetWorker 7.1.3 on a Red Hat server. Under I have a few Notifications that I would like the Action to be an email to me. So far all I can come up with is:
echo "Testing" | mail nobody@nobody.com -s "This is a test"
The above seems to work from the terminal, but I am not so sure it will work within NetWorker.
I have tried:
/bin/mail -s "Cleaning Cartridge Expired" -h mail.nobody.com nobody@nobody.com
Is this the correct way to do this or is there a better way? Thanks!!
I am a Windows guy so this may be an easy question for you Linux techs. I am running NetWorker 7.1.3 on a Red Hat server. Under I have a few Notifications that I would like the Action to be an email to me. So far all I can come up with is:
echo "Testing" | mail nobody@nobody.com -s "This is a test"
The above seems to work from the terminal, but I am not so sure it will work within NetWorker.
I have tried:
/bin/mail -s "Cleaning Cartridge Expired" -h mail.nobody.com nobody@nobody.com
Is this the correct way to do this or is there a better way? Thanks!!