Results 1 to 2 of 2
hi!!
i need to log critical events from linux syslog, maillog,.... and to send informations about critical events via mail.
It shoud be possible to filter those critical events.
Is ...
- 02-25-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 1
syslog alert via email ??
hi!!
i need to log critical events from linux syslog, maillog,.... and to send informations about critical events via mail.
It shoud be possible to filter those critical events.
Is this possible,??
when it is, how can i realize it??
best regards
lmno12
- 02-26-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Posts
- 99
try to edit /etc/syslog.conf
add new line into it, example:
*.crit /var/log/yourlogfilename
so you can use script mail this file to yourself.


Reply With Quote