SYSLOG -NG
Moderators: Developers, Moderators
SYSLOG -NG
Hi:
I've been running Kiwi - Syslog (windows server) and Cacti (with syslog plugin) in diferent servers , all was OK. Now I want to migrate the syslog server to Syslog-ng in a new server CentOS. I've installed Syslog-ng in my CentOS. But I dont Know how to configure it, so that it sends to my CACTI server.
CACTI Server with syslog plugin (windows server 2003)
syslog-ng (on Centos 4)
the version I installed was syslog-ng-3.0.4-1.rhel4.i386
What would be the next steps?
I've been running Kiwi - Syslog (windows server) and Cacti (with syslog plugin) in diferent servers , all was OK. Now I want to migrate the syslog server to Syslog-ng in a new server CentOS. I've installed Syslog-ng in my CentOS. But I dont Know how to configure it, so that it sends to my CACTI server.
CACTI Server with syslog plugin (windows server 2003)
syslog-ng (on Centos 4)
the version I installed was syslog-ng-3.0.4-1.rhel4.i386
What would be the next steps?
Take a look at the syslog-ng site: http://www.balabit.com/network-security ... ng-system/
or the syslog-ng FAQ: http://www.campin.net/syslog-ng/faq.html
or the syslog-ng FAQ: http://www.campin.net/syslog-ng/faq.html
--
Live fast, die young
You're sucking up my bandwidth.
J.P. Pasnak,CD
CCNA, LPIC-1
http://www.warpedsystems.sk.ca
Live fast, die young
You're sucking up my bandwidth.
J.P. Pasnak,CD
CCNA, LPIC-1
http://www.warpedsystems.sk.ca
http://forums.cacti.net/viewtopic.php?t=26040
you can try CAMM plugin
http://forums.cacti.net/viewtopic.php?t=31374
you can try CAMM plugin
http://forums.cacti.net/viewtopic.php?t=31374
Syslo-ng CEntos
hI:
I got my syslog-ng works in Centos( I'am receiving the logs from all my equipment), but as I tell you, my cacti is in windows 2003 server and my syslog-ng is on Centos, so my question is what should I do in Centos in order to it send th e logs to my Cacti windows 2003 Box. I've read that I can not use pipes to send to a windows machine, what woul be the line in my syslog-ng.conf?. Remenber they are two diferent servers..
thanks
I got my syslog-ng works in Centos( I'am receiving the logs from all my equipment), but as I tell you, my cacti is in windows 2003 server and my syslog-ng is on Centos, so my question is what should I do in Centos in order to it send th e logs to my Cacti windows 2003 Box. I've read that I can not use pipes to send to a windows machine, what woul be the line in my syslog-ng.conf?. Remenber they are two diferent servers..
thanks
Re: Syslo-ng CEntos
1. Install MySQL on the Centos Server.joseme wrote:hI:
I got my syslog-ng works in Centos( I'am receiving the logs from all my equipment), but as I tell you, my cacti is in windows 2003 server and my syslog-ng is on Centos, so my question is what should I do in Centos in order to it send th e logs to my Cacti windows 2003 Box. I've read that I can not use pipes to send to a windows machine, what woul be the line in my syslog-ng.conf?. Remenber they are two diferent servers..
thanks
2. Change the bind-address on the my.cnf from 127.0.0.1 or localhost to the ip address of the NIC server and restart MySQL. If the bind-adress line don`t exist, add the line to the my.cnf.
3. Create a user and give it privileges to the syslog DB.
4. Configure the config.php on the Windows Server for getting access to the syslog DB on the Centos Server with the user, password and ip address or hostname.
Example:
Code: Select all
$syslogdb_type = 'mysql';
$syslogdb_default = 'syslog';
$syslogdb_hostname = '1.1.1.1'; <---- cetos Server IP Address.
$syslogdb_username = 'syslog';
$syslogdb_password = 'syslog';
Plugin haloe?
Hi all!
Do you know where can I download haloe plugin for my cacti0.8.7d. Do I need it? Or just syslog plugin ?
Thanks, best regards!
Do you know where can I download haloe plugin for my cacti0.8.7d. Do I need it? Or just syslog plugin ?
Thanks, best regards!
Re: Plugin haloe?
Hi trungtano...trungtano wrote:Hi all!
Do you know where can I download haloe plugin for my cacti0.8.7d. Do I need it? Or just syslog plugin ?
Thanks, best regards!
Just install the Syslog plugin and follow the install instructions (you need to install syslog-ng). You can find it here:
http://cactiusers.org/downloads/syslog.tar.gz
haloe
Hi tonyperez..
That mean I don't need the haloe packet. Just syslog packet?
Thanks!
Trung
That mean I don't need the haloe packet. Just syslog packet?
Thanks!
Trung
Who is online
Users browsing this forum: No registered users and 3 guests