git: fbf337b4df20 - main - */*nagios*: Take Maintainership

From: Jochen Neumeister <joneum_at_FreeBSD.org>
Date: Sat, 28 Jan 2023 08:55:17 UTC
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbf337b4df201b9e4d78d86bc876125ee710143d

commit fbf337b4df201b9e4d78d86bc876125ee710143d
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2023-01-28 08:54:05 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2023-01-28 08:54:05 +0000

    */*nagios*: Take Maintainership
    
    Sponsored by:   Netzkommune GmbH
---
 databases/nagios-check_postgres_replication/Makefile | 2 +-
 net-mgmt/monitoring-plugins/Makefile                 | 2 +-
 net-mgmt/nagios-check_clamav/Makefile                | 2 +-
 net-mgmt/nagios-check_cpu_usage/Makefile             | 2 +-
 net-mgmt/nagios-check_hdd_health/Makefile            | 2 +-
 net-mgmt/nagios-check_puppet/Makefile                | 2 +-
 net-mgmt/nagios-check_zpools/Makefile                | 2 +-
 net-mgmt/nagios-geom/Makefile                        | 2 +-
 net-mgmt/nagios-snmp-plugins-extras/Makefile         | 2 +-
 net-mgmt/nagios-snmp-plugins/Makefile                | 2 +-
 net-mgmt/nagios/Makefile                             | 2 +-
 net-mgmt/nagios4/Makefile                            | 2 +-
 net-mgmt/p5-Monitoring-Plugin/Makefile               | 2 +-
 www/varnish-nagios/Makefile                          | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/databases/nagios-check_postgres_replication/Makefile b/databases/nagios-check_postgres_replication/Makefile
index b9e492a1cae0..f324a1da7636 100644
--- a/databases/nagios-check_postgres_replication/Makefile
+++ b/databases/nagios-check_postgres_replication/Makefile
@@ -8,7 +8,7 @@ PKGNAMEPREFIX=	nagios-
 DISTNAME=	check_postgres_replication.py
 EXTRACT_SUFX=	# empty
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Nagios plugin to check the lag between a postgresql replica and master
 WWW=		https://pypi.org/project/nagiosplugin/
 
diff --git a/net-mgmt/monitoring-plugins/Makefile b/net-mgmt/monitoring-plugins/Makefile
index 877a9743a4c7..72b105b9bbfb 100644
--- a/net-mgmt/monitoring-plugins/Makefile
+++ b/net-mgmt/monitoring-plugins/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	net-mgmt
 MASTER_SITES=	https://www.monitoring-plugins.org/download/ \
 		LOCAL/mat/${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Monitoring Plugins for Nagios
 WWW=		https://www.monitoring-plugins.org/
 
diff --git a/net-mgmt/nagios-check_clamav/Makefile b/net-mgmt/nagios-check_clamav/Makefile
index 9f91fc573621..a2759f9b9569 100644
--- a/net-mgmt/nagios-check_clamav/Makefile
+++ b/net-mgmt/nagios-check_clamav/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
 PKGNAMEPREFIX=	nagios-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Nagios plugin that verifies ClamAV local signature database revision
 WWW=		http://bsd.phoenix.az.us/projects/check_clamav
 
diff --git a/net-mgmt/nagios-check_cpu_usage/Makefile b/net-mgmt/nagios-check_cpu_usage/Makefile
index 34838aa9134f..c6c3cadcc514 100644
--- a/net-mgmt/nagios-check_cpu_usage/Makefile
+++ b/net-mgmt/nagios-check_cpu_usage/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	net-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Nagios plug-in to check CPU usage
 
 NO_BUILD=	yes
diff --git a/net-mgmt/nagios-check_hdd_health/Makefile b/net-mgmt/nagios-check_hdd_health/Makefile
index 06e086756920..3457962abf33 100644
--- a/net-mgmt/nagios-check_hdd_health/Makefile
+++ b/net-mgmt/nagios-check_hdd_health/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	net-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Nagios plug-in to check HDD health from S.M.A.R.T
 
 RUN_DEPENDS=	smartmontools>=0:sysutils/smartmontools
diff --git a/net-mgmt/nagios-check_puppet/Makefile b/net-mgmt/nagios-check_puppet/Makefile
index 1c0c49021379..ad66505acfa5 100644
--- a/net-mgmt/nagios-check_puppet/Makefile
+++ b/net-mgmt/nagios-check_puppet/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
 PKGNAMEPREFIX=	nagios-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Nagios plugin for checking Puppet daemon availability
 WWW=		http://renatasystems.org/freebsd/check_puppet.html
 
diff --git a/net-mgmt/nagios-check_zpools/Makefile b/net-mgmt/nagios-check_zpools/Makefile
index 75fb9c40793e..bb6fea2eba9b 100644
--- a/net-mgmt/nagios-check_zpools/Makefile
+++ b/net-mgmt/nagios-check_zpools/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	1.0
 CATEGORIES=	net-mgmt
 PKGNAMEPREFIX=	nagios-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Nagios plugin that checks zpool state
 WWW=		https://github.com/Napsty/check_zpools
 
diff --git a/net-mgmt/nagios-geom/Makefile b/net-mgmt/nagios-geom/Makefile
index 0f29d7029cf0..a9b79f9fb6a8 100644
--- a/net-mgmt/nagios-geom/Makefile
+++ b/net-mgmt/nagios-geom/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	http://codelabs.ru/fbsd/distfiles/ \
 PKGNAMEPREFIX=	nagios-
 DISTNAME=	check_geom-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Nagios plug-in to get geom(8) components status
 
 USES=		perl5 shebangfix
diff --git a/net-mgmt/nagios-snmp-plugins-extras/Makefile b/net-mgmt/nagios-snmp-plugins-extras/Makefile
index 0f672c597ee7..8404d89fc545 100644
--- a/net-mgmt/nagios-snmp-plugins-extras/Makefile
+++ b/net-mgmt/nagios-snmp-plugins-extras/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Set of Nagios plugins written in Perl to check devices with SNMP
 WWW=		http://nagios.manubulon.com/
 
diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile
index 82cb425cd805..fdcc218d7a89 100644
--- a/net-mgmt/nagios-snmp-plugins/Makefile
+++ b/net-mgmt/nagios-snmp-plugins/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	nagios-snmp-plugins
 PORTVERSION=	1.3.1
 CATEGORIES=	net-mgmt
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Additional SNMP plugins for Nagios
 WWW=		http://henning.schmiedehausen.org/eyewiki/Wiki.jsp?page=NagiosSnmpPlugins
 
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile
index 6b8864c87750..7b45efd48838 100644
--- a/net-mgmt/nagios/Makefile
+++ b/net-mgmt/nagios/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	12
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Powerful network monitoring system
 WWW=		https://www.nagios.org/
 
diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile
index b939887c0440..c70319b4cd0e 100644
--- a/net-mgmt/nagios4/Makefile
+++ b/net-mgmt/nagios4/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	https://assets.nagios.com/downloads/nagioscore/releases/ \
 		SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION}
 PKGNAMESUFFIX=	4
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Powerful network monitoring system
 WWW=		https://www.nagios.org/
 
diff --git a/net-mgmt/p5-Monitoring-Plugin/Makefile b/net-mgmt/p5-Monitoring-Plugin/Makefile
index 95de27b31c29..57ee39c1e569 100644
--- a/net-mgmt/p5-Monitoring-Plugin/Makefile
+++ b/net-mgmt/p5-Monitoring-Plugin/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:NIERLEIN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Modules to streamline writing Monitoring plugins
 WWW=		https://metacpan.org/dist/Monitoring-Plugin
 
diff --git a/www/varnish-nagios/Makefile b/www/varnish-nagios/Makefile
index 6e3d1449ec68..f13d4855179f 100644
--- a/www/varnish-nagios/Makefile
+++ b/www/varnish-nagios/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	1.1.20151214
 PORTREVISION=	2
 CATEGORIES=	www
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Nagios plugin to check status of Varnish
 WWW=		https://www.varnish-cache.org/utility/nagios-varnish-plugin