Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm running a SuSE 10.0 server.
I have a Draytek 2600 modem/router. I would like to set up Syslog logging on the Draytek so that it is sent to my Linux server.
I'm looking for a simple Syslog client that works on KDE and continiously displays new Syslog messages.
Does anyone know a good one that's also easy to install?
what's a syslog client? surely the router is the client...? if you want to just track the end of a text file, i would just use a "tail -f logfile" and watch it that way.
what's a syslog client? surely the router is the client...? if you want to just track the end of a text file, i would just use a "tail -f logfile" and watch it that way.
No the other way arround.
My Draytek router is also capable of exporting Syslog info. (so it displays IP traffic and such)
You just have to define to which IP the Syslog info is sent.
Now you need a program to receive this info and display it on screen as it comes in.
well ignore the fact that you're using KDE. try a nice syslog server like syslog-ng or even the default syslog you are already running.
note that things like kiwi exist because ssylog is a unix thing, not a windows thing. virtually all unix implementations come with a syslog server running as standard. you normally just need to open up the access to it.
well ignore the fact that you're using KDE. try a nice syslog server like syslog-ng or even the default syslog you are already running.
note that things like kiwi exist because ssylog is a unix thing, not a windows thing. virtually all unix implementations come with a syslog server running as standard. you normally just need to open up the access to it.
But that's the syslog from my Linux computer. I would like it to display the syslog from the Draytek.
i promise i'm telling you the right information, you're just not following it you're not understanding how the syslog architecture works.
the remote device should be configured to send its syslogs to a central device. you would configure your local syslog server to accept the remote connections. you then configure syslog to put those records whereever you see fit. that program you have is absolutely NOT a syslog client. again, the remote device is the client in syslog world. that's simply a log file viewer, which whilst reading the files from syslog and interpreting the standard syslog formats is actually just a text file parser, nothign to do with syslog.
i promise i'm telling you the right information, you're just not following it you're not understanding how the syslog architecture works.
the remote device should be configured to send its syslogs to a central device. you would configure your local syslog server to accept the remote connections. you then configure syslog to put those records whereever you see fit. that program you have is absolutely NOT a syslog client. again, the remote device is the client in syslog world. that's simply a log file viewer, which whilst reading the files from syslog and interpreting the standard syslog formats is actually just a text file parser, nothign to do with syslog.
Ok, I understand now.
Could you please explain then how I should configure Syslog-ng?
I took a look at it, but I can't exactly make heads or tails of it....
i'm pretty new to the advanced configuration of it myself actually. it's pretty simple to open it up to the network. i found a good doc on the gentoo website (which has always used syslog-ng in favour or the more traditional and restrictive syslogd.) http://gentoo-wiki.com/HOWTO_Cisco_device_logging it references cisco, but is actaully not cicsco specific at all. also check php-syslog-ng if you want a web interface for configuring it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.