- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Syslog
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 03:58 AM
06-10-2003 03:58 AM
Can somebody help??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 04:20 AM
06-10-2003 04:20 AM
SolutionI think with oracle you can import the plain text files to the database (Using imp command). However I am not sure on how to constantly update the database with the growing syslog information.
Regards,
Karthik S S
Regards,
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 04:23 AM
06-10-2003 04:23 AM
Re: Syslog
I found a Doc. which is similar to you requirement. The following link explains how to save an Apache log file in a PostgreSQL database,
http://www.linuxworld.com/site-stories/2001/0910.pglogd.html
Regards,
Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 06:50 AM
06-12-2003 06:50 AM
Re: Syslog
You can parse any log
Then you can easily connect to your database thru the correct Perl module and insert records in a table...
That's it
Enjoy
Laurent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 06:55 AM
06-12-2003 06:55 AM
Re: Syslog
apart from custom jobs, the syslog.log is never deleted untill reboot.
So, if you place a script rc that makes and additional copy of syslog, you can do all your processing offline.
Into which db you wuold kine to put the messages ?
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 06:57 AM
06-12-2003 06:57 AM
Re: Syslog
I use logsurfer to redirect my syslog messages to, in my case, an e-mail program.
Why not redirect each new line to a database argument ?
It does require a little time.
If you really are interested in a daemon logsurfer running on your system collecting data from any logfile you specify, I am happy to help and give you the source. Please send an e-mail to me then at david.vandergeer@axa.nl
Regs David