diff options
author | manu <manu> | 2013-01-19 10:24:41 +0000 |
---|---|---|
committer | manu <manu> | 2013-01-19 10:24:41 +0000 |
commit | 722581a3825676774ed377b0a4e798f6669603c4 (patch) | |
tree | 1780918fa92ee12116600a4b498c7374457f1991 /net/Makefile | |
parent | 1ec0278b987d3502b055000c62f6b29ca8176e96 (diff) | |
download | pkgsrc-722581a3825676774ed377b0a4e798f6669603c4.tar.gz |
Add NetBSD /etc/dumpdates monitoring plugin for nagios
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 54be3fac96d..b54eb90782e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.952 2013/01/19 10:22:11 manu Exp $ +# $NetBSD: Makefile,v 1.953 2013/01/19 10:24:41 manu Exp $ # COMMENT= Networking tools @@ -304,6 +304,7 @@ SUBDIR+= mydns-pgsql SUBDIR+= nagios-base SUBDIR+= nagios-nrpe SUBDIR+= nagios-nsca +SUBDIR+= nagios-plugin-dumpdates SUBDIR+= nagios-plugin-ldap SUBDIR+= nagios-plugin-mysql SUBDIR+= nagios-plugin-pgsql |