[SLUG] Text to HTML?

2011-08-28 Thread DaZZa
Hi. I'm looking for something that can take a text file and convert it into HTML, possible with some highlighting. I've got some routers reporting to my syslog server on a Linux box, but I want to be able to do a quick scan for bad things without having to SSH to the box and scrolling through the

Re: [SLUG] Text to HTML?

2011-08-28 Thread David Lyon
Have you tried a template engine such as: - http://www.cheetahtemplate.org/ On Mon, Aug 29, 2011 at 10:04 AM, DaZZa wrote: > Hi. > > I'm looking for something that can take a text file and convert it > into HTML, possible with some highlighting. > > I've got some routers reporting to my syslog

Re: [SLUG] Text to HTML?

2011-08-28 Thread Nick Andrew
On Mon, Aug 29, 2011 at 10:04:01AM +1000, DaZZa wrote: > I'm looking for something that can take a text file and convert it > into HTML, possible with some highlighting. Markdown? markdown < file.txt > file.html Nick. -- PGP Key ID = 0x418487E7 http://www.nick-andrew.net/ P

Re: [SLUG] Text to HTML?

2011-08-28 Thread Michael Chesterton
On Mon, Aug 29, 2011 at 10:04 AM, DaZZa wrote: > I've got some routers reporting to my syslog server on a Linux box, > but I want to be able to do a quick scan for bad things without having > to SSH to the box and scrolling through the text file. > It's not what you asked for, but I like logchec

Re: [SLUG] Text to HTML?

2011-08-28 Thread Ken Foskey
On Mon, 2011-08-29 at 10:04 +1000, DaZZa wrote: > Hi. > > I'm looking for something that can take a text file and convert it > into HTML, possible with some highlighting. > > I've got some routers reporting to my syslog server on a Linux box, > but I want to be able to do a quick scan for bad thi

Re: [SLUG] Text to HTML?

2011-08-29 Thread Dave Kempe
- Original Message - > From: "DaZZa" > To: "SLUG" > Sent: Monday, 29 August, 2011 10:04:01 AM > Subject: [SLUG] Text to HTML? > > > Anyone know of such a beastie? It's be nice if it was CentOS > compatible, since that's what I'

Re: [SLUG] Text to HTML?

2011-08-29 Thread DaZZa
On 29 August 2011 10:07, Andrew Hendrik Bootsma wrote: > Take a look at Graylog2 for a syslog server:) > I just did an install of it on a centos box went fairly smoothly :) Thanks to everyone for their suggestions. I decided to give Graylog a go, and while it was a PITA to make work I finally ma