271 Commits

Author SHA1 Message Date
sthen
e946defd41 add a symlink to the location where icinga2's ITL definition for this check
expects to find it
2017-09-21 20:28:08 +00:00
sthen
4e7478d103 drop maintainer 2017-08-22 10:25:47 +00:00
afresh1
074de0032a Update check_openbgpd to 1.10
ok danj@
2017-08-13 21:06:43 +00:00
jasper
d6560b8466 *** empty log message *** 2017-07-08 07:02:57 +00:00
rpe
f214acba64 Update net/nagios/cnagios to 0.33 and switch to github.
Feedback and OK sthen@
2017-04-21 20:59:40 +00:00
rpe
0df9f5ae3e Update net/nagios/nagios to version 4.3.1
- add archivers/unzip as BUILD_DEPENDS
- regen and adapt patches
- use rcctl in README-main and reflect switch to apache2

Feedback and OK sthen@
2017-04-17 17:29:13 +00:00
sthen
4314352ee9 update to check_esxi_hardware-20161013, needed with newer py-wbem 2017-03-18 22:35:31 +00:00
sebastia
37b1e9dfab Make update alone is not enought to test, now use EPOCH
to allow proper build of package, as pointed out by nigel@
2017-02-17 22:08:41 +00:00
sebastia
3953b25584 Update to 2.0.3, get away from that git tag, to a proper released
version.
2017-02-16 21:50:52 +00:00
danj
52588bda77 Update to check_bioctl-1.23. This unbreaks after the removal of sudo
from base.

with and ok afresh1@ (maintainer and upstream)
2017-02-08 19:07:36 +00:00
sthen
6742cb5645 update to nsca-ng-1.5 2016-12-05 15:19:30 +00:00
sthen
aff2201900 add missing CONFIGURE_STYLE=modbuild 2016-10-15 19:55:44 +00:00
sthen
e7cb613eaf sync WANTLIB 2016-07-08 16:48:21 +00:00
sthen
a5ae4b8ab8 fix confusing httpd references between apache httpd and httpd, from Caspar Schutijser 2016-06-26 11:44:09 +00:00
sebastia
cba2a71054 hook up check_rabbitmq 2016-03-21 07:22:23 +00:00
sebastia
dafafc801e import check_rabbitmq
This package contains a set of nagios checks useful for monitoring a
RabbitMQ server. They use the RabbitMQ management interface with is over
HTTP and therefore have a very light profile on the nagios server.

Feedback and suggestions, as well as Ok jca@
2016-03-21 07:21:26 +00:00
naddy
cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
ajacoutot
98bca201ef @sample /var/www/conf/modules.sample/
ok sthen@
2015-12-30 10:01:25 +00:00
sthen
97889e162c switch my distfiles mirror to https 2015-12-03 21:24:29 +00:00
sthen
92bb88c69a take maintainer of p5-Monitoring-Plugin, and change HOMEPAGE to github
as it's more useful than the default from cpan.port.mk.
2015-10-18 10:49:36 +00:00
kirby
b27e451a04 fix rcctl syntax
ok sthen@
2015-10-05 12:58:44 +00:00
sthen
7b46660ac2 Unbreak check_email_delivery with SSL (add basic handling of the changes
to cert verification in IO::Socket::SSL).
2015-09-19 12:21:04 +00:00
sthen
01a643d2f8 update to check_postgres-2.22.0 2015-07-18 22:59:01 +00:00
sthen
ce974b46cc use su -m instead of -s /bin/sh, suggested by millert
add some missing -c
2015-07-07 14:44:58 +00:00
sthen
d5ffe85b7d Remove use of sudo from pkg READMEs in a few ports as packages and their
instructions are meant to work on a fresh install.

- easy cases: replace some '$ sudo somecommand' with '# somecommand'
(while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start").

- replace some 'sudo -u user somecommand foo bar' with
'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar.
Not pretty with the -s, but many of the uids that need to run
these commands have /sbin/nologin as their usual shell.
2015-07-06 11:25:36 +00:00
sthen
1d0bc4039f update to check_esxi_hardware-20150626, using changes in newer py-wbem
that are needed in some situations now that python enforces SSL validation
by default. reset bouncing maintainer email.
2015-07-03 20:32:31 +00:00
robert
9c1017ae2d bump revision due to the change of the default php version to 5.6
ok aja@
2015-06-05 06:00:20 +00:00
rpe
5bfae51e4e Update net/nagios/p5-Nagios-Plugin to 0.39
OK aja@
2015-05-25 17:42:25 +00:00
rpe
5169e5d1fa Remove dead upstream HOMEPAGE and MASTER_SITES.
OK aja@
2015-04-06 13:12:03 +00:00
pascal
890064f2ff Compile and link CGI binaries as static PIE.
"just commit" naddy@
2015-04-03 15:09:15 +00:00
sthen
e748deaaab hook in no_ssl flavour of nrpe 2015-03-23 09:17:13 +00:00
sthen
32356d0c7f Switch NRPE to openssl; libressl no longer supports 512 bit DH keys.
Add a no_ssl flavour to allow a non-SSL build (SSL doesn't really add
much in the case of NRPE as no authentication is done anyway).

guenther@ provided a diff to stay with libressl and use auto dh support
instead, but backwards compatibility is a problem there.
2015-03-23 09:16:55 +00:00
sthen
5836bc69a5 fix portroach; ignore:1 not ignore 2015-03-18 15:07:58 +00:00
sthen
b152d21e8a portroach ignore; finds unreleased versions 2015-03-16 09:24:51 +00:00
sthen
e0c200b1d4 update to nagios 4.0.8, ok rpe@
- tweak www-chroot handling to avoid separate patch files

- mark as ONLY_FOR_ARCHS=${LP64_ARCHS} due to many format string issues
with 64-bit time_t (build with -Wformat so amd64 users get to see them)
2015-02-05 22:58:24 +00:00
naddy
9118259504 Drop USE_GROFF: trivial page footer and acceptable formatting differences
only.
2015-01-22 20:26:43 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
sthen
fe681b3352 missed PHP bump; found by nigel@ 2014-11-07 13:04:02 +00:00
jasper
6af8651d01 unify; ok afresh1@ 2014-11-01 18:46:11 +00:00
sthen
16dcf776f2 add portroach skipv annotation 2014-10-27 14:10:31 +00:00
sthen
a46a2ad660 update to check_postgres-2.21.0 2014-10-23 14:39:03 +00:00
sthen
bb3ec38578 update to nsca-ng 1.4 2014-10-23 14:29:23 +00:00
sthen
94ef123b29 update to check_esxi_hardware 20140319, committing on behalf of merdely@ 2014-09-09 21:50:48 +00:00
sthen
7496e4895d allow either nagios or icinga as a dependency of nsca, like already done for
nsca-ng. noticed by henning@
2014-08-14 15:38:34 +00:00
jca
10dea71a20 Prevent the nrpe children from cleaning up the pidfile on
accept(2)/getpeername(2) errors, from Ubuntu.  ok sthen@
2014-07-22 08:55:45 +00:00
ajacoutot
9ecb6ea3d9 /etc/rc.d -> ${RCDIR}
(as pedantic and useless as /usr/local vs LOCALBASE|PREFIX but well...)

ok sthen@
2014-07-19 22:36:13 +00:00
sthen
0bd42cae81 Update nsca-ng to 1.3, rolling in patch-src_server_nsca-ng_c.
nsca-ng requires RFC4279 PSK ciphersuites, so use the new OpenSSL port to
unbreak this.
2014-07-15 22:25:21 +00:00
sthen
64b5ff4350 Mark nsca-ng as BROKEN until OpenSSL port is done, this relies on PSK
ciphersuites which have been removed from libressl.
2014-07-12 23:32:55 +00:00
sthen
3fb905dc31 README changes queued for next update crept in to last commit but didn't get
bumped; bump REVISION to fix package build
2014-07-12 14:12:35 +00:00
sthen
84215b10ba remove a few more remnants of this that I missed before 2014-07-12 14:05:36 +00:00