Operating System - HP-UX
1846763 Members
4857 Online
110256 Solutions
New Discussion

Re: Error: send_test_event

 
Ralf Buchhold
Regular Advisor

Error: send_test_event

Hello
send_test_event -v -a ia64_corehw
fails on a ia64 rx2640 hpux 11.11.
No Testmail ist sent. How can I check, that a mail ist sent ?
Thank you
Ralf
3 REPLIES 3
Robert Binkhorst
Trusted Contributor

Re: Error: send_test_event

Hi Ralf,

If a mail is send out, you can find it in /var/adm/syslog/mail.log

HTH,

Robert
linux: the choice of a GNU generation
Robert-Jan Goossens
Honored Contributor

Re: Error: send_test_event

Hi Ralpf,

Verifying EMS Hardware Monitors with a Test Event
DocId: KBRC00005798

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062907694

Regards,
Robert-Jan
Andrew Merritt_2
Honored Contributor

Re: Error: send_test_event

Robert-Jan's reference will contain the answer.

The most likely reason is that you are looking for email, but with the default settings you won't get that.

By default, the test event (103) is an INFORMATION level event, and the default for those is to append the event to the event.log, not to send email.

Run /etc/opt/resmon/lbin/moncheck to see where the event notifications of different severity get sent.

Andrew