Log File Parser for DSL Disconnects

2009-08-18 Thread Thom Paine
Does anyone have a log file parser that tracks DSL connects and disconnects?

I've been having troubles with my connection and while I can scroll
through and see some connect requests, I was wondering if there is a
parser that will tell me that fairly easily.

I haven't been able to find anything with google, I did get a hit on
Nessus, but that doesn't seem to be what I am looking for.

Thanks.

-- 
-=/Thom

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Log File Parser for DSL Disconnects

2009-08-18 Thread g
Thom Paine wrote:
 Does anyone have a log file parser that tracks DSL connects and disconnects?

have you considered using grep and redirecting to a file?

'grep connect filename  dsl-connect'

you can tighten down search with something like;

'grep connect filename | grep eth0  dsl-connect'

run 'man grep' for usage of grep.

-- 

peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today.
**
to mess up a linux box, you need to work at it.
to mess up an ms windows box, you just need to *look* at it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Log File Parser for DSL Disconnects

2009-08-18 Thread T. Howell-Cintron
Thom Paine wrote:
 I haven't been able to find anything with google, I did get a hit on
 Nessus, but that doesn't seem to be what I am looking for.

Nessus is a vulnerability scanner and definitely not what you're looking
for.  I'd suggest using logwatch 'cause you probably have it installed
already - read their docs to figure out how to filter your log file for
the text you're looking for.

http://www.logwatch.org/tabs/docs/

-- Tom

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines