b9b5b02aa2
Rsyslog is an enhanced multi-threaded syslogd supporting, among others, syslog/tcp, permitted sender lists, filtering on any message part, and fine grain output format control. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. The following features are supported through modules: logging to MySQL, PostgreSQL, any libdbi-supported backend; SNMP trap sender, GSS API, RELP. WWW: http://www.rsyslog.com/
15 lines
310 B
Makefile
15 lines
310 B
Makefile
# New ports collection makefile for: rsyslog3-mysql
|
|
# Date created: 13 December 2007
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= MySQL output module for rsyslog
|
|
|
|
MNAME= mysql
|
|
MTYPES= om
|
|
USE_MYSQL= yes
|
|
|
|
.include "${.CURDIR}/../rsyslog3/bsd.rsyslog.mk"
|
|
.include <bsd.port.mk>
|