Operating System - HP-UX
1832100 Members
3242 Online
110038 Solutions
New Discussion

Re: open syslog management.

 
SOLVED
Go to solution
someone_4
Honored Contributor

open syslog management.

I once saw an opensource program that helps you centralize all of your syslogs to one server.

I cant remember what this software is called. Can anyone help me?

Thanks
Richard
4 REPLIES 4
Brian Vance
Advisor

Re: open syslog management.

Are you looking for something called "The Logging Project" formerly called "salt"
PeterWolfe
Respected Contributor
Solution

Re: open syslog management.

Syslog-NG maybe? syslog-ng is a syslogd
replacement. It handles syslog forwarding
(via UDP or TCP) and can work with
other arbitrary text-based logs as well
Dmitriy Peshiy
Advisor

Re: open syslog management.

Richard,

if i'm on your seat I'd like to create script-file in which ftp-commands will be getting a syslog files on each server.

For example:
ftp
open 1.1.1.1
user
password
binary
get /var/adm/syslog/syslog.log
bye
......

BRGRDS.
someone_4
Honored Contributor

Re: open syslog management.

syslog-ng is what I was looking for.