Mon Dec 3 02:29:20 2018 UTC ()
Added net/nagios-plugin-dnsmaster version 0.1

This Nagios plugin checks that domain NS servers are consistant over
local and distant server.


(manu)
diff -r1.5018 -r1.5019 pkgsrc/doc/CHANGES-2018
diff -r1.1233 -r1.1234 pkgsrc/net/Makefile
diff -r0 -r1.1 pkgsrc/net/nagios-plugin-dnsmaster/DESCR
diff -r0 -r1.1 pkgsrc/net/nagios-plugin-dnsmaster/Makefile
diff -r0 -r1.1 pkgsrc/net/nagios-plugin-dnsmaster/PLIST
diff -r0 -r1.1 pkgsrc/net/nagios-plugin-dnsmaster/distinfo

cvs diff -r1.5018 -r1.5019 pkgsrc/doc/CHANGES-2018 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2018 2018/12/03 02:20:36 1.5018
+++ pkgsrc/doc/CHANGES-2018 2018/12/03 02:29:20 1.5019
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2018,v 1.5018 2018/12/03 02:20:36 manu Exp $ 1$NetBSD: CHANGES-2018,v 1.5019 2018/12/03 02:29:20 manu Exp $
2 2
3Changes to the packages collection and infrastructure in 2018: 3Changes to the packages collection and infrastructure in 2018:
4 4
5 Updated sysutils/open-vm-tools to 10.2.0 [ryoon 2018-01-01] 5 Updated sysutils/open-vm-tools to 10.2.0 [ryoon 2018-01-01]
6 Updated www/firefox to 57.0.3 [ryoon 2018-01-01] 6 Updated www/firefox to 57.0.3 [ryoon 2018-01-01]
7 Updated www/firefox-l10n to 57.0.3 [ryoon 2018-01-01] 7 Updated www/firefox-l10n to 57.0.3 [ryoon 2018-01-01]
8 Added graphics/icoutils version 0.32.2 [ryoon 2018-01-01] 8 Added graphics/icoutils version 0.32.2 [ryoon 2018-01-01]
9 Updated net/nsd to 4.1.19 [ryoon 2018-01-01] 9 Updated net/nsd to 4.1.19 [ryoon 2018-01-01]
10 Updated graphics/libwebp to 0.6.1 [ryoon 2018-01-01] 10 Updated graphics/libwebp to 0.6.1 [ryoon 2018-01-01]
11 Removed www/apache22 [wiz 2018-01-01] 11 Removed www/apache22 [wiz 2018-01-01]
12 Removed security/otptool [wiz 2018-01-01] 12 Removed security/otptool [wiz 2018-01-01]
13 Removed www/ap-auth-mysql [wiz 2018-01-01] 13 Removed www/ap-auth-mysql [wiz 2018-01-01]
14 Removed www/ap-fastcgi [wiz 2018-01-01] 14 Removed www/ap-fastcgi [wiz 2018-01-01]
@@ -6977,13 +6977,14 @@ Changes to the packages collection and i @@ -6977,13 +6977,14 @@ Changes to the packages collection and i
6977 Updated lang/perl5 to 5.28.1 [adam 2018-12-02] 6977 Updated lang/perl5 to 5.28.1 [adam 2018-12-02]
6978 Updated devel/boost-headers to 1.68.0nb1 [wiz 2018-12-02] 6978 Updated devel/boost-headers to 1.68.0nb1 [wiz 2018-12-02]
6979 Updated textproc/py-JWT to 1.7.0 [adam 2018-12-02] 6979 Updated textproc/py-JWT to 1.7.0 [adam 2018-12-02]
6980 Updated mail/py-authres to 1.1.1 [adam 2018-12-02] 6980 Updated mail/py-authres to 1.1.1 [adam 2018-12-02]
6981 Updated net/py-softlayer to 5.6.4 [adam 2018-12-02] 6981 Updated net/py-softlayer to 5.6.4 [adam 2018-12-02]
6982 Updated www/py-livereload to 2.6.0 [adam 2018-12-02] 6982 Updated www/py-livereload to 2.6.0 [adam 2018-12-02]
6983 Updated textproc/jsoncpp to 1.8.4 [adam 2018-12-02] 6983 Updated textproc/jsoncpp to 1.8.4 [adam 2018-12-02]
6984 Added textproc/fmtlib version 5.2.1 [adam 2018-12-02] 6984 Added textproc/fmtlib version 5.2.1 [adam 2018-12-02]
6985 Updated multimedia/mkvtoolnix to 29.0.0 [adam 2018-12-02] 6985 Updated multimedia/mkvtoolnix to 29.0.0 [adam 2018-12-02]
6986 Updated www/bluefish to 2.2.10 [bsiegert 2018-12-02] 6986 Updated www/bluefish to 2.2.10 [bsiegert 2018-12-02]
6987 Updated pkgtools/pkglint to 5.6.8 [rillig 2018-12-02] 6987 Updated pkgtools/pkglint to 5.6.8 [rillig 2018-12-02]
6988 Added www/p5-Net-Curl version 0.39 [manu 2018-12-03] 6988 Added www/p5-Net-Curl version 0.39 [manu 2018-12-03]
6989 Added www/p5-LWP-Protocol-Net-Curl version 0.023 [manu 2018-12-03] 6989 Added www/p5-LWP-Protocol-Net-Curl version 0.023 [manu 2018-12-03]
 6990 Added net/nagios-plugin-dnsmaster version 0.1 [manu 2018-12-03]

cvs diff -r1.1233 -r1.1234 pkgsrc/net/Makefile (expand / switch to unified diff)

--- pkgsrc/net/Makefile 2018/11/14 15:25:28 1.1233
+++ pkgsrc/net/Makefile 2018/12/03 02:29:20 1.1234
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1233 2018/11/14 15:25:28 hauke Exp $ 1# $NetBSD: Makefile,v 1.1234 2018/12/03 02:29:20 manu Exp $
2# 2#
3 3
4COMMENT= Networking tools 4COMMENT= Networking tools
5 5
6SUBDIR+= 3proxy 6SUBDIR+= 3proxy
7SUBDIR+= 6tunnel 7SUBDIR+= 6tunnel
8SUBDIR+= DarwinStreamingServer 8SUBDIR+= DarwinStreamingServer
9SUBDIR+= GeoIP 9SUBDIR+= GeoIP
10SUBDIR+= Geomyidae 10SUBDIR+= Geomyidae
11SUBDIR+= IglooFTP 11SUBDIR+= IglooFTP
12SUBDIR+= LaBrea 12SUBDIR+= LaBrea
13SUBDIR+= ORBit 13SUBDIR+= ORBit
14SUBDIR+= ORBit2 14SUBDIR+= ORBit2
@@ -361,26 +361,27 @@ SUBDIR+= mosh @@ -361,26 +361,27 @@ SUBDIR+= mosh
361SUBDIR+= mouse-pppoe 361SUBDIR+= mouse-pppoe
362SUBDIR+= mping 362SUBDIR+= mping
363SUBDIR+= mrstat 363SUBDIR+= mrstat
364SUBDIR+= mrt 364SUBDIR+= mrt
365SUBDIR+= mrtg 365SUBDIR+= mrtg
366SUBDIR+= msdl 366SUBDIR+= msdl
367SUBDIR+= mtftpd 367SUBDIR+= mtftpd
368SUBDIR+= mtr 368SUBDIR+= mtr
369SUBDIR+= mydns-mysql 369SUBDIR+= mydns-mysql
370SUBDIR+= mydns-pgsql 370SUBDIR+= mydns-pgsql
371SUBDIR+= nagios-base 371SUBDIR+= nagios-base
372SUBDIR+= nagios-nrpe 372SUBDIR+= nagios-nrpe
373SUBDIR+= nagios-nsca 373SUBDIR+= nagios-nsca
 374SUBDIR+= nagios-plugin-dnsmaster
374SUBDIR+= nagios-plugin-dnsrbl 375SUBDIR+= nagios-plugin-dnsrbl
375SUBDIR+= nagios-plugin-dotpid 376SUBDIR+= nagios-plugin-dotpid
376SUBDIR+= nagios-plugin-dumpdates 377SUBDIR+= nagios-plugin-dumpdates
377SUBDIR+= nagios-plugin-fstab 378SUBDIR+= nagios-plugin-fstab
378SUBDIR+= nagios-plugin-gfbricks 379SUBDIR+= nagios-plugin-gfbricks
379SUBDIR+= nagios-plugin-ldap 380SUBDIR+= nagios-plugin-ldap
380SUBDIR+= nagios-plugin-milter 381SUBDIR+= nagios-plugin-milter
381SUBDIR+= nagios-plugin-mysql 382SUBDIR+= nagios-plugin-mysql
382SUBDIR+= nagios-plugin-mysqlslave 383SUBDIR+= nagios-plugin-mysqlslave
383SUBDIR+= nagios-plugin-pgsql 384SUBDIR+= nagios-plugin-pgsql
384SUBDIR+= nagios-plugin-radius 385SUBDIR+= nagios-plugin-radius
385SUBDIR+= nagios-plugin-raidctl 386SUBDIR+= nagios-plugin-raidctl
386SUBDIR+= nagios-plugin-snmp 387SUBDIR+= nagios-plugin-snmp

File Added: pkgsrc/net/nagios-plugin-dnsmaster/DESCR
$NetBSD: DESCR,v 1.1 2018/12/03 02:29:20 manu Exp $

This Nagios plugin checks that domain NS servers are consistant over
local and distant server.

File Added: pkgsrc/net/nagios-plugin-dnsmaster/Makefile
# $NetBSD: Makefile,v 1.1 2018/12/03 02:29:20 manu Exp $
#

DISTNAME=	check_dnsmaster-0.1
PKGNAME=	nagios-plugin-dnsmaster-${DISTNAME:C/.*-//}
CATEGORIES=	net
MASTER_SITES=	http://ftp.espci.fr/pub/nagios-local/
EXTRACT_SUFX=	.tgz

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://ftp.espci.fr/pub/nagios-local/
COMMENT=	Domain NS record monitoring plugin for Nagios
LICENSE=	modified-bsd

INSTALLATION_DIRS+= libexec/nagios

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/check_dnsmaster \
	    ${DESTDIR}${PREFIX}/libexec/nagios/

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/net/nagios-plugin-dnsmaster/PLIST
@comment $NetBSD: PLIST,v 1.1 2018/12/03 02:29:20 manu Exp $
libexec/nagios/check_dnsmaster

File Added: pkgsrc/net/nagios-plugin-dnsmaster/distinfo
$NetBSD: distinfo,v 1.1 2018/12/03 02:29:20 manu Exp $

SHA1 (check_dnsmaster-0.1.tgz) = 4a391ca050f2abb0aa81df6cf427491e40dc304e
RMD160 (check_dnsmaster-0.1.tgz) = 4a44bdf8d29d13cfb90bc8bc7152f5fbd920dd99
SHA512 (check_dnsmaster-0.1.tgz) = 1c9e9bf2d79774eff8a0b155f468d7aa12aa12382d9d28482125cd1877d0d76deb6a4028f62b3e71540ab48a0bf0d8e396790cb3b13271b02a0f562bd6b7fb7c
Size (check_dnsmaster-0.1.tgz) = 5011 bytes