- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Logging syslog to remote server on Linux 2.4.20
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
02-09-2006 07:04 AM
02-09-2006 07:04 AM
Logging syslog to remote server on Linux 2.4.20
Thanks,
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 07:06 AM
02-09-2006 07:06 AM
Re: Logging syslog to remote server on Linux 2.4.20
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 07:22 AM
02-09-2006 07:22 AM
Re: Logging syslog to remote server on Linux 2.4.20
*.debug @remoteserver
*.debug @ip_of_remote_server
On the remote server, you need to enable the receiving of remote logs, normally, configured on /etc/sysconfig/syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:13 AM
02-09-2006 08:13 AM
Re: Logging syslog to remote server on Linux 2.4.20
I routed the /var/log/messages file to another server and it seems to be working. But nothing much is logging there. Is there something I can do to produce more logs to go over there? Also will /var/log/messages remain at 0 bytes since its being logged elsewhere?
Thanks,
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:43 AM
02-09-2006 08:43 AM
Re: Logging syslog to remote server on Linux 2.4.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 05:00 PM
02-10-2006 05:00 PM
Re: Logging syslog to remote server on Linux 2.4.20
You can always test by running a command like:
logger -p user.debug This is a test message
It should go through to the logging server's debug catcher.