Posts: 2
Threads: 1
Joined: Feb 2008
Reputation:
0
I am looking for a way to get syslog-ng to trigger an event.
To be more specific: If I recieve a syslog-message with some speciel text e.g "thingy". I want the syslog-server to send an email.
Is this something that can be done using only syslog-ng and sendmail???
Posts: 63
Threads: 10
Joined: Apr 2004
Reputation:
0
I don't know if syslog-ng can do that or not. What i would do is write something in perl to parse the log file every 5-10 minutes and look for that keyword. If it is there, send the lines which contain it to an email account. If you need it i can write something for you to do just that.
Posts: 63
Threads: 10
Joined: Apr 2004
Reputation:
0
Have you tried to write something to do that? If so, post it and i am sure there will be tons of help.