-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This Nagios plugin checks Sendmail queues status
- Loading branch information
manu
committed
Apr 21, 2023
1 parent
7320d4f
commit 6d0a601
Showing
6 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
$NetBSD: DESCR,v 1.1 2023/04/21 00:59:41 manu Exp $ | ||
|
||
This Nagios plugin checks Sendmail queues status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# $NetBSD: Makefile,v 1.1 2023/04/21 00:59:41 manu Exp $ | ||
# | ||
|
||
DISTNAME= check_mqueue-0.1 | ||
PKGNAME= nagios-plugin-mqueue-${DISTNAME:C/.*-//} | ||
CATEGORIES= net | ||
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= pkgsrc-users@NetBSD.org | ||
HOMEPAGE= https://ftp.espci.fr/pub/nagios-local/ | ||
COMMENT= Sendmail queue monitoring plugin for Nagios | ||
LICENSE= modified-bsd | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
INSTALLATION_DIRS+= libexec/nagios | ||
|
||
|
||
BUILD_DEFS+= NAGIOS_GROUP | ||
PKG_GROUPS_VARS+= NAGIOS_GROUP | ||
PKG_GROUPS= ${NAGIOS_GROUP} | ||
|
||
SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_mqueue \ | ||
${REAL_ROOT_USER} ${NAGIOS_GROUP} 4554 | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/check_mqueue \ | ||
${DESTDIR}${PREFIX}/libexec/nagios/ | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2023/04/21 00:59:41 manu Exp $ | ||
libexec/nagios/check_mqueue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1 2023/04/21 00:59:41 manu Exp $ | ||
|
||
BLAKE2s (check_mqueue-0.1.tgz) = 6c87c6b19e1fa9c6ab49b81ded3ad3607b1bb2eaec8432c6c23c49a78b675282 | ||
SHA512 (check_mqueue-0.1.tgz) = 984a0a7c10510ac2e70e5873b081317eb57e01254624042089a2347033bdeb3513ba13850456ecc7dc9d24b5b56c9fae386563062d142b88648b93525f491065 | ||
Size (check_mqueue-0.1.tgz) = 1889 bytes |