LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 05-18-2006, 07:51 AM   #1
jeucken
Member
 
Registered: May 2002
Location: Alphen aan den Rijn, The Netherlands
Distribution: SuSE 10.1
Posts: 87

Rep: Reputation: 15
Syslog client for KDE


Hi,

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?

Thanks,
Chris
 
Old 05-18-2006, 08:15 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984
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.
 
Old 05-18-2006, 08:36 AM   #3
jeucken
Member
 
Registered: May 2002
Location: Alphen aan den Rijn, The Netherlands
Distribution: SuSE 10.1
Posts: 87

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by acid_kewpie
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.

For example:
http://www.kiwisyslog.com/syslog-info.php
(but this is, as you can see, a Windows client)

Now I need one for KDE.
 
Old 05-18-2006, 09:30 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984
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.
 
Old 05-19-2006, 05:50 AM   #5
jeucken
Member
 
Registered: May 2002
Location: Alphen aan den Rijn, The Netherlands
Distribution: SuSE 10.1
Posts: 87

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by acid_kewpie
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.

But I've seem to have found it myself.
http://linux.softpedia.com/get/Syste...Log-2240.shtml

This should do the job.

Thanks anyway
 
Old 05-19-2006, 01:48 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984
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.
 
Old 05-20-2006, 11:58 AM   #7
jeucken
Member
 
Registered: May 2002
Location: Alphen aan den Rijn, The Netherlands
Distribution: SuSE 10.1
Posts: 87

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by acid_kewpie
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....
 
Old 05-20-2006, 01:08 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Centralized Syslog Server Using syslog-NG LXer Syndicated Linux News 0 04-28-2006 07:21 PM
Looking for a KDE PPTP client netsoul Linux - Networking 1 03-28-2005 07:25 AM
KDE FTP client? jong357 Linux - General 3 05-08-2004 04:59 AM
[KDE] Wich FXP client do u use and why?! DjRedMar Linux - Software 4 11-27-2003 06:26 PM
Syslog Client ganninu Linux - Networking 1 10-06-2003 11:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration