sysutils/syslog-ng-snmp: import syslog-ng-snmp-3.34.1
Based on files provided by Chavdar Ivanov. Syslog-ng tries to fill the gaps original syslogd's were lacking: * powerful configurability * filtering based on message content * message integrity, message encryption * portability * better network forwarding This package contains the snmp module.
This commit is contained in:
parent
ce68459602
commit
25f27c0f18
3 changed files with 22 additions and 0 deletions
8
sysutils/syslog-ng-snmp/DESCR
Normal file
8
sysutils/syslog-ng-snmp/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
Syslog-ng tries to fill the gaps original syslogd's were lacking:
|
||||
* powerful configurability
|
||||
* filtering based on message content
|
||||
* message integrity, message encryption
|
||||
* portability
|
||||
* better network forwarding
|
||||
|
||||
This package contains the snmp module.
|
12
sysutils/syslog-ng-snmp/Makefile
Normal file
12
sysutils/syslog-ng-snmp/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2021/09/17 09:41:44 wiz Exp $
|
||||
|
||||
SYSLOG_MOD= snmp
|
||||
SYSLOG_MOD_DIR= afsnmp
|
||||
COMMENT= Syslog-ng AFSNMP module
|
||||
|
||||
.include "../../sysutils/syslog-ng/module.mk"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-afsnmp
|
||||
|
||||
.include "../../net/net-snmp/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
sysutils/syslog-ng-snmp/PLIST
Normal file
2
sysutils/syslog-ng-snmp/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2021/09/17 09:41:44 wiz Exp $
|
||||
lib/syslog-ng/libafsnmp.la
|
Loading…
Reference in a new issue