1834462 Members
2666 Online
110067 Solutions
New Discussion

Event Monitor emails

 
SOLVED
Go to solution
mvr
Regular Advisor

Event Monitor emails

How can I configure HP-UX "Event Monitor Notification" to send email to my address?
Right now is configured to go to an employee who is not with the company any more.

I almost missed this event:

---------------------------------------
>------------ Event Monitoring Service Event Notification ------------<

Notification Time: Wed Apr 16 07:23:48 2008

suxat103 sent Event Monitor notification information:

/storage/events/disks/default/0_0_2_1.6.0 is >= 3.
Its current value is CRITICAL(5).



Event data from monitor:

Event Time..........: Wed Apr 16 07:23:48 2008
Severity............: CRITICAL
Monitor.............: disk_em
Event #.............: 3
System..............: suxat103

Summary:
Disk at hardware path 0/0/2/1.6.0 : Drive is not responding.
-------------------------------------------
5 REPLIES 5
Alex Glennie
Honored Contributor

Re: Event Monitor emails

see http://docs.hp.com/en/5992-3898/ch03s03.html#bajddebg

in a nutshell use # /etc/opt/resmon/lbin/monconfig

==================================================================
=========== Monitoring Configuration Main Menu =============
===================================================================
Select:
(S)how current monitoring requests configured via monconfig
(C)heck detailed monitoring status
(L)ist descriptions of available monitors
(A)dd a monitoring request
(D)elete a monitoring request
(M)odify an existing monitoring request
(E)nable Monitoring
(K)ill (disable) monitoring
(H)elp
(Q)uit
Enter selection: [s] a

either add or edit existing ....

mvr
Regular Advisor

Re: Event Monitor emails

Thank you for your responed.
All log's are emailed to user "root", former employee is "blind copied" to.
Could he have "root" sending him an email?
Patrick Wallek
Honored Contributor
Solution

Re: Event Monitor emails

Probably.

There are 2 possible ways.

1) An alias is set up in /etc/mail/aliases for root. Check that file and modify if necessary. If you do modify /etc/mail/aliases, be sure you run the command 'newaliases'.

2) There may be a .forward file in root's home directory. If there is a file have a look at it and modify it as necessary.
mvr
Regular Advisor

Re: Event Monitor emails

That was it!
I completlly forgat about ".forward" file.
I made change and now it is working with no problem.
Thank you!
mvr
Regular Advisor

Re: Event Monitor emails

.forward file changed