Added net/nagios-plugin-lpd version 0.1
This is a simple BSD LPD queue monitoring plugin for Nagios
This commit is contained in:
parent
18deacacbb
commit
720f738045
6 changed files with 41 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2022,v 1.2309 2022/05/04 15:12:30 jaapb Exp $
|
||||
$NetBSD: CHANGES-2022,v 1.2310 2022/05/04 15:19:24 manu Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2022:
|
||||
|
||||
|
@ -3605,3 +3605,4 @@ Changes to the packages collection and infrastructure in 2022:
|
|||
Updated devel/ocaml-ppx_enumerate to 0.15.0 [jaapb 2022-05-04]
|
||||
Updated devel/ocaml-ppx_sexp_conv to 0.15.1 [jaapb 2022-05-04]
|
||||
Updated devel/ocaml-ppx_hash to 0.15.0 [jaapb 2022-05-04]
|
||||
Added net/nagios-plugin-lpd version 0.1 [manu 2022-05-04]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1458 2022/05/01 16:01:46 pin Exp $
|
||||
# $NetBSD: Makefile,v 1.1459 2022/05/04 15:19:24 manu Exp $
|
||||
#
|
||||
|
||||
COMMENT= Networking tools
|
||||
|
@ -405,6 +405,7 @@ SUBDIR+= nagios-plugin-dotpid
|
|||
SUBDIR+= nagios-plugin-dumpdates
|
||||
SUBDIR+= nagios-plugin-fstab
|
||||
SUBDIR+= nagios-plugin-gfbricks
|
||||
SUBDIR+= nagios-plugin-lpd
|
||||
SUBDIR+= nagios-plugin-ldap
|
||||
SUBDIR+= nagios-plugin-milter
|
||||
SUBDIR+= nagios-plugin-mysql
|
||||
|
|
3
net/nagios-plugin-lpd/DESCR
Normal file
3
net/nagios-plugin-lpd/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: DESCR,v 1.1 2022/05/04 15:19:24 manu Exp $
|
||||
|
||||
This Nagios plugin checks BSD LPQ queues status
|
25
net/nagios-plugin-lpd/Makefile
Normal file
25
net/nagios-plugin-lpd/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1 2022/05/04 15:19:24 manu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= check_lpd-0.1
|
||||
PKGNAME= nagios-plugin-lpd-${DISTNAME:C/.*-//}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://ftp.espci.fr/pub/nagios-local/
|
||||
COMMENT= BSD LPD queue monitoring plugin for Nagios
|
||||
LICENSE= modified-bsd
|
||||
|
||||
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-*
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
INSTALLATION_DIRS+= libexec/nagios
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/check_lpd \
|
||||
${DESTDIR}${PREFIX}/libexec/nagios/
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
net/nagios-plugin-lpd/PLIST
Normal file
2
net/nagios-plugin-lpd/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2022/05/04 15:19:24 manu Exp $
|
||||
libexec/nagios/check_lpd
|
7
net/nagios-plugin-lpd/distinfo
Normal file
7
net/nagios-plugin-lpd/distinfo
Normal file
|
@ -0,0 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.1 2022/05/04 15:19:24 manu Exp $
|
||||
|
||||
SHA1 (check_lpd-0.1.tgz) = e066b722d4800f4211e032c5e3053e2697fd8159
|
||||
RMD160 (check_lpd-0.1.tgz) = 28beb86372b24ed84c563cf89eea4716c5d4ae00
|
||||
BLAKE2s (check_lpd-0.1.tgz) = d284f07fc48c07fffd964b81e312354c37926e4fe11cca6348340ca26daea036
|
||||
SHA512 (check_lpd-0.1.tgz) = fa726553e0ddf39e6d5003794bafa44230ec1c3bcdee91f56b9acd63dd4ffd94b04f54fdf3d19474da80b8a1c220190b404c2cac910a3ea8629bfd4b41bdf63d
|
||||
Size (check_lpd-0.1.tgz) = 2169 bytes
|
Loading…
Reference in a new issue