I've installed syslog-ng both Solaris and Red Hat Linux. That utility should be located in the 'contrib' subdirectory, where you untarred syslog-ng. For example: Syslog-ng-1.6.5\contrib -----Original Message----- From: syslog-ng-admin@lists.balabit.hu [mailto:syslog-ng-admin@lists.balabit.hu] On Behalf Of Chet Harvey Sent: Friday, October 15, 2004 4:41 PM To: syslog-ng@lists.balabit.hu Subject: [syslog-ng]syslog2ng util? Hey all, I am haveing a heck of a time converting our syslog.confs to syslog-ng. I keep reading about a util that seemed to have been available in 1.5.x called syslog2ng. I am running freebsd syslog-ng version 1.6.5 but cant seem to find it.... any suggestions?? Chet _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
Yup, it is here if you dont do a clean like I did the first time: /usr/ports/sysutils/syslog-ng/work/syslog-ng-1.6.5/contrib/syslog2ng but it looks like freebsd is not supported: the output of syslogng-conf created is: !!! Unsupported system: FreeBSD. Chet Quoting Walt Rich <walt.rich@parago.com>:
I've installed syslog-ng both Solaris and Red Hat Linux. That utility should be located in the 'contrib' subdirectory, where you untarred syslog-ng. For example:
Syslog-ng-1.6.5\contrib
-----Original Message----- From: syslog-ng-admin@lists.balabit.hu [mailto:syslog-ng-admin@lists.balabit.hu] On Behalf Of Chet Harvey Sent: Friday, October 15, 2004 4:41 PM To: syslog-ng@lists.balabit.hu Subject: [syslog-ng]syslog2ng util?
Hey all,
I am haveing a heck of a time converting our syslog.confs to syslog-ng. I keep reading about a util that seemed to have been available in 1.5.x called syslog2ng.
I am running freebsd syslog-ng version 1.6.5 but cant seem to find it....
any suggestions??
Chet
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
I think freebsd is the same as unix-dgram so I changed the file to read this: if (sysname == "SunOS") { LOGDEVTYPE="sun-streams"; } else if (sysname == "FreeBSD") { LOGDEVTYPE="unix-dgram"; } else if (sysname == "Linux") { LOGDEVTYPE="unix-stream"; it created a file but I have to eat dinner before I can check...the wifey is gettin mad! Chet Quoting Walt Rich <walt.rich@parago.com>:
I've installed syslog-ng both Solaris and Red Hat Linux. That utility should be located in the 'contrib' subdirectory, where you untarred syslog-ng. For example:
Syslog-ng-1.6.5\contrib
-----Original Message----- From: syslog-ng-admin@lists.balabit.hu [mailto:syslog-ng-admin@lists.balabit.hu] On Behalf Of Chet Harvey Sent: Friday, October 15, 2004 4:41 PM To: syslog-ng@lists.balabit.hu Subject: [syslog-ng]syslog2ng util?
Hey all,
I am haveing a heck of a time converting our syslog.confs to syslog-ng. I keep reading about a util that seemed to have been available in 1.5.x called syslog2ng.
I am running freebsd syslog-ng version 1.6.5 but cant seem to find it....
any suggestions??
Chet
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
* Chet Harvey <chet@pittech.com>
I think freebsd is the same as unix-dgram so I changed the file to read this:
Yes, FreeBSD uses unix-dgram; the following works for me: source foo { unix-dgram("/var/run/log"); }
participants (3)
-
Chet Harvey
-
Jeremy Mates
-
Walt Rich