- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Monitoring Syslog
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
12-23-2005 05:16 AM
12-23-2005 05:16 AM
Monitoring Syslog
I need your help.
I find in this forum some thread, but i not find ask to my problem
it is possible to configure syslog so that send me alerts via sendmail to my mail o mi celular when an error is generated in the system?
the objective is to take immediate actions when generated an error in the system
Thanks to all and happy Holidays.!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2005 05:23 AM
12-23-2005 05:23 AM
Re: Monitoring Syslog
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=939958
I have also reviewed the http://www.scramble.net/syslog.htm document and I find it useful. The answer to your specific question is in this document.
*.emerg
This will send emergency messages to root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2005 05:44 AM
12-23-2005 05:44 AM
Re: Monitoring Syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2005 05:47 AM
12-23-2005 05:47 AM
Re: Monitoring Syslog
You can use EMS to get the alert notified with Email, its better and any major or warning or critical event will be emailed you .
You may want to cheeck this link:
http://docs.hp.com/en/diag/ems/emo_all.htm
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2005 07:23 AM
12-23-2005 07:23 AM
Re: Monitoring Syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2005 09:45 PM
12-23-2005 09:45 PM
Re: Monitoring Syslog
Wat you can do is configure that syslog send it's alerts to root our other user.
configure sendmail so emails can be send to yor adress. then in /etc/mail/aliases put your email adress for root our the other user.
There fore all root messages will be send to you.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2005 06:56 PM
12-25-2005 06:56 PM
Re: Monitoring Syslog
- Configure syslog.conf options to send mail to root.
- Configure /etc/aliases. Example:
root : root,ivan
ivan : ivan,ivan@xxxxxxxxxx.yyy
# /usr/sbin/newaliases