According to this article http://blog.medin.name/2012/03/20/real-time-event-log-monitoring-with-nsclient/
I succeccful used nsclient++ to push Windows Eventlog to a nagios server whenever a new eventlog produced.
But I didn't find a solution to do the same thing on linux.
I tried to use nsca, inotify and check_log plugin to do this.
But it didn't work.
Check_log plugin just got the summary of logfile, but i want to call send_nsca whenever a new line produced.
Any advices would be most welcome.
Thanks.