User Tools

Site Tools


remote_syslog

This is an old revision of the document!


remote syslog

Client

I think it would be very useful if it would be possible to set log_ip from the webinterface. I have now set it with SSH:

<shell>

  uci set system.@system[0].log_ip=192.168.254.1
  uci commit
  reboot

</shell>

But I think that it could be useful for other people.

If setting log_ip all syslog messages gets sent to that IP address (where a syslog server should be running).

Any idea how to increase the log level of syslog, I want everything from logread/dmesg logged into remote syslog.

<shell> uci set system.@system[0].conloglevel=7 uci commit reboot </shell>

This will make it show everything except debugging messages.

Server

Windows logging server http://www.kiwisyslog.com/

Kiwi Syslog Server

Download and install that's about it

remote_syslog.1325803763.txt.gz · Last modified: 2012/01/05 22:49 by ispyisail