diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/nagios-check_bacula11/Makefile | 30 | ||||
-rw-r--r-- | net-mgmt/nagios-check_bacula11/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/nagios-check_bacula11/pkg-descr | 2 |
4 files changed, 35 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 1a200738fbe1..af21e6c4aa38 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -135,6 +135,7 @@ SUBDIR += nagios SUBDIR += nagios-certexp-plugin SUBDIR += nagios-check_bacula9 + SUBDIR += nagios-check_bacula11 SUBDIR += nagios-check_clamav SUBDIR += nagios-check_cpu_usage SUBDIR += nagios-check_dhcp.pl diff --git a/net-mgmt/nagios-check_bacula11/Makefile b/net-mgmt/nagios-check_bacula11/Makefile new file mode 100644 index 000000000000..87ab9293e7da --- /dev/null +++ b/net-mgmt/nagios-check_bacula11/Makefile @@ -0,0 +1,30 @@ +# Created by: Anders Troback +# $FreeBSD$ + +PORTNAME= bacula +CATEGORIES= net-mgmt +PKGNAMEPREFIX= nagios-check_ +PKGNAMESUFFIX= 11 + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Nagios plugin for Bacula + +LIB_DEPENDS+= libbac.so:sysutils/bacula11-client + +PLIST= ${.CURDIR}/pkg-plist +PLIST_FILES= libexec/nagios/check_bacula +WITH_NAGIOS_CHECK_ONLY= yes +MASTERDIR= ${.CURDIR}/../../sysutils/bacula11-server + +CONFIGURE_ARGS= --enable-client-only \ + --disable-build-dird \ + --disable-build-stored \ + --disable-nls \ + --disable-xatt + +OPTIONS_DEFINE= # +OPTIONS_DEFAULT=# + +NO_CCACHE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/nagios-check_bacula11/distinfo b/net-mgmt/nagios-check_bacula11/distinfo new file mode 100644 index 000000000000..39c7ff7a7e8f --- /dev/null +++ b/net-mgmt/nagios-check_bacula11/distinfo @@ -0,0 +1,2 @@ +SHA256 (bacula-5.0.0.tar.gz) = 4c6344807769d1b6b61f9cbddc0a5dc1160c3eb51744b23c790fcb57947ac294 +SIZE (bacula-5.0.0.tar.gz) = 4075825 diff --git a/net-mgmt/nagios-check_bacula11/pkg-descr b/net-mgmt/nagios-check_bacula11/pkg-descr new file mode 100644 index 000000000000..4b25ba83385c --- /dev/null +++ b/net-mgmt/nagios-check_bacula11/pkg-descr @@ -0,0 +1,2 @@ +check_bacula is a plugin intended for use with the +Nagios network monitoring system to monitor Bacula. |