10-29-2002 05:05 PM - edited 03-02-2019 02:29 AM
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
11-05-2002 08:44 AM
Syslog messages go to a file. You may set up a web server to display that file if
you wish.
11-05-2002 01:12 PM
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
12-12-2002 05:59 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide