diff options
author | manu <manu@pkgsrc.org> | 2018-12-03 02:29:20 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2018-12-03 02:29:20 +0000 |
commit | 811b0bb3dfa271d433ac193b6b6aca396542d158 (patch) | |
tree | fcc27566065a401b136b090053c1d540294922c1 /net/nagios-plugin-dnsmaster | |
parent | cd17f56af965d789bf9322a6bbee1f954c72ed7e (diff) | |
download | pkgsrc-811b0bb3dfa271d433ac193b6b6aca396542d158.tar.gz |
Added net/nagios-plugin-dnsmaster version 0.1
This Nagios plugin checks that domain NS servers are consistant over
local and distant server.
Diffstat (limited to 'net/nagios-plugin-dnsmaster')
-rw-r--r-- | net/nagios-plugin-dnsmaster/DESCR | 4 | ||||
-rw-r--r-- | net/nagios-plugin-dnsmaster/Makefile | 21 | ||||
-rw-r--r-- | net/nagios-plugin-dnsmaster/PLIST | 2 | ||||
-rw-r--r-- | net/nagios-plugin-dnsmaster/distinfo | 6 |
4 files changed, 33 insertions, 0 deletions
diff --git a/net/nagios-plugin-dnsmaster/DESCR b/net/nagios-plugin-dnsmaster/DESCR new file mode 100644 index 00000000000..64fca2006f7 --- /dev/null +++ b/net/nagios-plugin-dnsmaster/DESCR @@ -0,0 +1,4 @@ +$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. diff --git a/net/nagios-plugin-dnsmaster/Makefile b/net/nagios-plugin-dnsmaster/Makefile new file mode 100644 index 00000000000..3fb98908d30 --- /dev/null +++ b/net/nagios-plugin-dnsmaster/Makefile @@ -0,0 +1,21 @@ +# $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" diff --git a/net/nagios-plugin-dnsmaster/PLIST b/net/nagios-plugin-dnsmaster/PLIST new file mode 100644 index 00000000000..dad0d1bda5f --- /dev/null +++ b/net/nagios-plugin-dnsmaster/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/12/03 02:29:20 manu Exp $ +libexec/nagios/check_dnsmaster diff --git a/net/nagios-plugin-dnsmaster/distinfo b/net/nagios-plugin-dnsmaster/distinfo new file mode 100644 index 00000000000..8aa7b0d40f7 --- /dev/null +++ b/net/nagios-plugin-dnsmaster/distinfo @@ -0,0 +1,6 @@ +$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 |