cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
492
Views
3
Helpful
3
Replies

syslog and web pages

mland
Level 1
Level 1

I have been looking for a document that will explain the steps needed and give examples on how to configure web pages for syslog messages. I have looked under changing a User URL. That was no help. What I want is to be able to have syslog messages show up on a web page as they happen

Thanks

3 Replies 3

nhabib
Level 9
Level 9

Syslog messages go to a file. You may set up a web server to display that file if

you wish.

jeff_caprock
Level 1
Level 1

We've experimented with, and had very good success, with logging syslog messages for any network device to an MS SQL Server v7 repository. We're using an NT-based syslog tool called SL4NT, and there's another called Kiwi Syslog, that will act as a syslog server. These also then direct the syslog output to an ODBC database connection, the SQL Server table.

From the database table, you can perform whatever sql queries needed. One feature that SQL v7 offers is a Web Assistant that permits stored procedures to output html files on a regularly scheduled basis. Our output directory for these stored procedures is the actual web directory. You can also use the same sql query in an ASP web page to perform adhoc reports as needed.

Hope this helps.

-Jeff

szysz
Level 1
Level 1

You can try JFFNMS an OpenSource Network Management System, which includes a syslog message server (msyslog) and stored the data on a Database. JFFNMS shows the syslog messages in an events screen, with full filter capabilities.

It refreshes automatically on new events.

The URL is http://jffnms.sourceforge.net