Operating System - HP-UX
1833780 Members
2201 Online
110063 Solutions
New Discussion

Event Monitor Notificaton to other user

 
SOLVED
Go to solution
John Love_3
Regular Advisor

Event Monitor Notificaton to other user

I don't remember what file I edited to add my e-mail address in addition to the root user for Event Monitor Notifications.

Any idea? I can't remember if it's a sendmail file or something else.

Thanks,

John
4 REPLIES 4
Christopher McCray_1
Honored Contributor
Solution

Re: Event Monitor Notificaton to other user

Hello,

You can add your address in the syslog.conf file.

Hope this helps
Chris
It wasn't me!!!!
S.K. Chan
Honored Contributor

Re: Event Monitor Notificaton to other user

You can add yourself as root alias ..
# vi /etc/mail/aliases
and run "newaliases" afterwards or run ..

# /etc/opt/resmon/lbin/monconfig

to change the behavior of each monitored component, enter "M" after you got into "monconfig". The config files in /var/stm/config/tools/monitor will be changed by this tool.
Hai Nguyen_1
Honored Contributor

Re: Event Monitor Notificaton to other user

I would modify /etc/mail/aliases. Then run newaliases (or sendmail -bi) as Chan suggested.

Hai

John Love_3
Regular Advisor

Re: Event Monitor Notificaton to other user

Thanks everyone for your replies.

The /etc/mail/aliases was what I was looking for.

Thanks again!