[Ilugc] syslog-ng server - regarding

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Wed Jun 10 17:42:07 2009

On 5:10pm, veera dv wrote:

I was able to log message from client to my centralized server. my
doubt is instead of using logger to check systlog_ng i want use
command modprobe 3c509(i dont know how to use modprobe in syslog)

1. modprobe is used to load kernel module

2. If that kernel module, print(k) any message, klogd receives it 
   and send it to syslogd

3. The syslogd intern save it local file and pass it remote machine.

4. Suppose, if you want send the output message of modprobe command, 
   then, modprobe foo 2>&1 | logger

Bye :)
-- 
Bharathi S


Other related posts: