- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Event Monitor Notification
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 11:02 AM
02-05-2001 11:02 AM
/system/events/core_hw/core_hw is >= 3.
Its current value is CRITICAL(5).
If I hadn't been reading my mail this may have been serious (Maintenance turned off the AC)
Is there a way to hook this up to a modem or can I redirect these messages to another email address for paging.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 11:50 AM
02-05-2001 11:50 AM
Re: Event Monitor Notification
.forward contains email entries.
example:
sysadm1@xxx.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 11:56 AM
02-05-2001 11:56 AM
Re: Event Monitor Notification
Event Monitor Notification. Since I have never seen this in Solaris, this must be run through a daemon and hopefully has some configuration options. These notifications are important enough that I want to be paged. I don't want a page everytime a cronjob finishes though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 12:23 PM
02-05-2001 12:23 PM
Re: Event Monitor Notification
so I suspect this may have come from EMS.
I haven't seen all of the text of the mail
so I can't know for sure.
As far as I know the only way to administer
EMS is through SAM. From the initial SAM window
you go to "Resource Management" and then on
to "Event Monitoring Service".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 12:50 PM
02-05-2001 12:50 PM
Re: Event Monitor Notification
There may be an easier way, but this is what I have done. I setup a .forward file to send all root mail to my email account (outlook 2000). I then setup rules for outlook to check for in the subject and text. Based on the rule, an email will be forwarded to my pager.
....jcd....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 08:08 PM
02-05-2001 08:08 PM
Re: Event Monitor Notification
username: differentuser@remote.com
I would include postmaster, hostmaster, webmaster and mailman aliased to root, and
alias root to your working email address. Then fixup *ALL* machines you manage. Overlooked root email os a very common problem as root users forget to run elm to read root's mail.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 11:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2001 02:00 AM
02-06-2001 02:00 AM
Re: Event Monitor Notification
monconfig is the correct tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2001 11:04 AM
02-06-2001 11:04 AM
Re: Event Monitor Notification
Here's a sample cron:
30 5 * * * /usr/sbin/myjob 1>/tmp/myjob.log 2>&1
This will redirect stdout and stderr to the log file.
Regards,
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2001 09:47 AM
02-07-2001 09:47 AM
Re: Event Monitor Notification
monconfig was definately what I was looking for.