Add netqc, a network monitoring system based on net-snmp.
PR: 30892 Submitted by: Radoslav Vasilev <rvasilev@uni-svishtov.bg>
This commit is contained in:
parent
5adaaaa270
commit
d348593ca6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48798
11 changed files with 91 additions and 0 deletions
33
net-mgmt/netqc/Makefile
Normal file
33
net-mgmt/netqc/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: netqc
|
||||
# Date created: Sep 28 2001
|
||||
# Whom: Radoslav Vasilev <rvasilev@uni-svishtov.bg>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= netqc
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://web.uni-svishtov.bg/netqc/
|
||||
|
||||
MAINTAINER= rvasilev@uni-svishtov.bg
|
||||
|
||||
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \
|
||||
snmp.4:${PORTSDIR}/net/net-snmp
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAN1= netqc.1
|
||||
DOCFILES= COPYING README
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/conf ${PREFIX}/etc/netqc.conf.sample
|
||||
.for file in ${MAN1}
|
||||
${INSTALL_MAN} ${WRKSRC}/${file} ${MANPREFIX}/man/man1/${file}
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/netqc/distinfo
Normal file
1
net-mgmt/netqc/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (netqc-1.2.1.tar.gz) = bdd25cb501dfdd8a6c6bcd8555b1414b
|
1
net-mgmt/netqc/pkg-comment
Normal file
1
net-mgmt/netqc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Network Monitoring System based on Net-Snmp
|
5
net-mgmt/netqc/pkg-descr
Normal file
5
net-mgmt/netqc/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Network Monitoring System based on Net-snmp package.
|
||||
Netqc monitores preconfigured entities using SNMP protocol(v1,v2c,v3).
|
||||
It watches for degined ``events'' (onSame, onChange, onNonZero..) and
|
||||
react with different ``actions'' like logging (mysql, netqc-log file) &
|
||||
notification.
|
5
net-mgmt/netqc/pkg-plist
Normal file
5
net-mgmt/netqc/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/netqc
|
||||
etc/netqc.conf.sample
|
||||
%%PORTDOCS%%share/doc/netqc/COPYING
|
||||
%%PORTDOCS%%share/doc/netqc/README
|
||||
%%PORTDOCS%%@dirrm share/doc/netqc
|
|
@ -227,6 +227,7 @@
|
|||
SUBDIR += netcat
|
||||
SUBDIR += netmask
|
||||
SUBDIR += netpipes
|
||||
SUBDIR += netqc
|
||||
SUBDIR += netsaint
|
||||
SUBDIR += netsaint-plugins
|
||||
SUBDIR += netscript
|
||||
|
|
33
net/netqc/Makefile
Normal file
33
net/netqc/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: netqc
|
||||
# Date created: Sep 28 2001
|
||||
# Whom: Radoslav Vasilev <rvasilev@uni-svishtov.bg>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= netqc
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://web.uni-svishtov.bg/netqc/
|
||||
|
||||
MAINTAINER= rvasilev@uni-svishtov.bg
|
||||
|
||||
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \
|
||||
snmp.4:${PORTSDIR}/net/net-snmp
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAN1= netqc.1
|
||||
DOCFILES= COPYING README
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/conf ${PREFIX}/etc/netqc.conf.sample
|
||||
.for file in ${MAN1}
|
||||
${INSTALL_MAN} ${WRKSRC}/${file} ${MANPREFIX}/man/man1/${file}
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/netqc/distinfo
Normal file
1
net/netqc/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (netqc-1.2.1.tar.gz) = bdd25cb501dfdd8a6c6bcd8555b1414b
|
1
net/netqc/pkg-comment
Normal file
1
net/netqc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Network Monitoring System based on Net-Snmp
|
5
net/netqc/pkg-descr
Normal file
5
net/netqc/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Network Monitoring System based on Net-snmp package.
|
||||
Netqc monitores preconfigured entities using SNMP protocol(v1,v2c,v3).
|
||||
It watches for degined ``events'' (onSame, onChange, onNonZero..) and
|
||||
react with different ``actions'' like logging (mysql, netqc-log file) &
|
||||
notification.
|
5
net/netqc/pkg-plist
Normal file
5
net/netqc/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/netqc
|
||||
etc/netqc.conf.sample
|
||||
%%PORTDOCS%%share/doc/netqc/COPYING
|
||||
%%PORTDOCS%%share/doc/netqc/README
|
||||
%%PORTDOCS%%@dirrm share/doc/netqc
|
Loading…
Reference in a new issue