diff options
author | Dan Langille <dvl@FreeBSD.org> | 2021-02-24 10:33:02 +0800 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2021-02-24 10:33:02 +0800 |
commit | b288ebcfaf242847dd1a54a7ca6b90ffcb70a5fa (patch) | |
tree | 1b95956f34792011e400cb04cd6143074f4e9ee1 /net-mgmt | |
parent | 1080215b8fdd412c7a1aa4e85d2198ff1ed14ba3 (diff) | |
download | freebsd-ports-gnome-b288ebcfaf242847dd1a54a7ca6b90ffcb70a5fa.tar.gz freebsd-ports-gnome-b288ebcfaf242847dd1a54a7ca6b90ffcb70a5fa.tar.zst freebsd-ports-gnome-b288ebcfaf242847dd1a54a7ca6b90ffcb70a5fa.zip |
Add Bacula 11.0.1
NOTE: New Catalog format in version 11.0 and greater
The upgrade process will require more or less twice the
size of the actual database.
see update_bacula_tables
re https://www.bacula.org/bacula-release-11-0-1/
While here, update Bacula 9 conflicts.
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. |