260 Commits

Author SHA1 Message Date
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
sthen
4badb3163a don't use "echo 'pkg_scripts="${pkg_scripts} icinga' >> /etc/rc.conf.local"
examples
2014-07-12 11:25:00 +00:00
sthen
d384627d53 handle monitoring-plugins shuffling 2014-07-11 20:08:23 +00:00
sthen
d104fd5558 update to monitoring-plugins 2.0 and shuffle directory to match the package
name (this was renamed from nagios-plugins a while ago, it is now separate
from nagios-plugins development which is proceeding separately)
2014-07-11 20:08:04 +00:00
ajacoutot
5ecbbd0b5d rc.conf.local is always under /etc. 2014-07-10 12:58:31 +00:00
florian
f3df9c1650 Update to 1.20. With this it's no longer necessary to run check_bioctl
as root. Only bioctl(8) needs privileges.
OK sthen@, afresh1@
2014-06-30 11:45:57 +00:00
sthen
ba0c05aebd bump ports which may have been installed when /var/www/modules.sample didn't
exist, to force an update to make sure that their config samples get installed
2014-05-30 13:20:13 +00:00
sthen
ef1135dc6e no kerb5 and sync wantlib (ldap/pgsql) 2014-04-21 16:19:05 +00:00
sthen
1b970b221d Remove the config option that allows the setting command arguments over
the network. If somebody can't change their config to do what they need
without allowing them to be specified, they can rebuild it themselves
and take responsibility for their own actions.

One specific case this is often used is to check disk space. Note that
you don't need to set a specific partition for check_disk, running it without
a -p flag will check all the filesystems.
2014-04-21 10:28:31 +00:00
sthen
e54156760e Filter more unsafe chars for popen() (only affects installations where
"dont_blame_nrpe" has been set, which you should not do).

From http://seclists.org/fulldisclosure/2014/Apr/240 / oss-sec
2014-04-18 11:33:41 +00:00
zhuk
703cdb3480 Add missing @conflict marker after renaming nagios-plugins package to
monitoring-plugins. sthen@ (MAINTAINER) agrees.
2014-04-12 19:52:19 +00:00
sthen
249777d02c bump; nagios-plugins -> monitoring-plugins 2014-04-07 12:32:23 +00:00