summaryrefslogtreecommitdiff
path: root/net-mgmt/monitoring-plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* net-mgmt/monitoring-plugins: Update to 2.3.1.Mathieu Arnold2021-04-122-4/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.3.Mathieu Arnold2020-12-1711-63/+40
|
* Cleanup, no functionnal change.Mathieu Arnold2020-08-311-79/+78
|
* Fix check_dig when it uses drill and when changing the port.Mathieu Arnold2020-08-314-32/+10
| | | | | PR: 249027 Reported by: Joakim Lindblom
* Fix ping6 after base r351423.Mathieu Arnold2020-08-261-2/+8
| | | | | PR: 246209 Submitted by: brd
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-1/+1
|
* Fix runtime for *-plugins when building WITH=BINDTOOLS.Mathieu Arnold2019-04-291-1/+2
|
* Remove conflicts from bind-tools and the server ports.Mathieu Arnold2019-04-231-16/+2
| | | | | | | | | All servers now depend on the same bind-tools, from the latest BIND9 release. Chase dependencies to make sure they now depend on the correct port. Differential Revision: https://reviews.freebsd.org/D19922
* Add BIND9 9.12 and 9.14 as possible depends.Mathieu Arnold2019-03-121-4/+10
| | | | | PR: 236186 Reported by: leres
* Fix spurious crashes.Mathieu Arnold2018-10-032-1/+21
| | | | | PR: 231801 Submitted by: madpilot
* Bump the minimum bind version to dns/bind911 in dependent ports.Rene Ladan2018-07-041-9/+1
|
* Force path to sudo to fix, at least, check_mailq -s.Mathieu Arnold2018-03-271-1/+2
| | | | | | PR: 226918 Reported by: alexander wittig name Sponsored by: Absolight
* Fix build with MariaDB 10.2.Mathieu Arnold2017-11-071-0/+14
| | | | | | | PR: 223424 Submitted by: brnrd Reported by: Matthias Fechner Sponsored by: Absolight
* Add support for opensmtp in check_mailq.Mathieu Arnold2017-09-142-1/+57
| | | | | | | | PR: 222237 Submitted by: mmokhi Obtained from: https://github.com/nagios-plugins/nagios-plugins/commit/d56818f5121b05439c7b7a1655d96ab39e066797 Obtained from: https://github.com/monitoring-plugins/monitoring-plugins/pull/1495 Sponsored by: Absolight
* And with the correct patch.Mathieu Arnold2017-08-291-4/+4
| | | | | Pointy hat: The heat in Paris is killing me. Sponsored by: Absolight
* Add jail id support to check_procs here too.Mathieu Arnold2017-08-294-6/+131
| | | | Sponsored by: Absolight
* Add timeout to check_ping{,6} commands. It helps nagios/icinga whenMathieu Arnold2017-03-261-2/+3
| | | | | | | | packet loss occur. PR: 218148 Reported by: Josef Karthauser Sponsored by: Absolight
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | Sponsored by: Absolight
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-121-1/+1
| | | | Approved by: portmgr blanket
* Update to 2.2.Mathieu Arnold2016-12-216-14/+14
| | | | | Reported by: portscout Sponsored by: Absolight
* Add an option for building with BIND9 9.11.Mathieu Arnold2016-08-031-2/+6
| | | | Sponsored by: Absolight
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-14/+14
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 2.1.2.Mathieu Arnold2016-01-135-13/+4
| | | | Sponsored by: Absolight
* Update to 2.1.1.Mathieu Arnold2015-03-117-16/+16
| | | | Sponsored by: Absolight
* Fix a segfault in check_dhcp.Mathieu Arnold2015-03-102-1/+10
| | | | | | PR: 198318 Submitted by: Ian Pallfreeman Sponsored by: Absolight
* Fix check_dhcp.Mathieu Arnold2015-01-212-1/+13
| | | | | | PR: 196964 Submitted by: Rudolf Čejka Sponsored by: Absolight
* Fix check_dig on > 10 with IPv6Mathieu Arnold2015-01-192-3/+3
| | | | | | PR: 196725 Submitted by: brd Sponsored by: Absolight
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | PR: 195796
* Remove the JAIL option.Mathieu Arnold2015-01-123-27/+14
| | | | | | | | | Force the full path to a few binaries. Make sure the checks that need to be suid are suid. Differential Revision: https://reviews.freebsd.org/D1502 Tested by: dvl Sponsored by: Absolight
* Add a note about building with poudriere.Mathieu Arnold2015-01-061-0/+2
| | | | Sponsored by: Absolight
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* And one day, poudriere testport -c will work.Mathieu Arnold2014-10-291-1/+1
| | | | Sponsored by: Absolight
* Add an option to build with ssh from security/openssh-portable instead of ↵Mathieu Arnold2014-10-291-4/+9
| | | | | | | | base ssh. PR: 193754 Submitted by: chrysalis chrysalisnet org Sponsored by: Absolight
* Remove some unneeded patches, patch configure and Makefile.in instead ofTijl Coosemans2014-10-035-453/+22
| | | | | | | configure.ac and Makefile.am so USES=autoreconf can be removed (avoids a problem with upcoming devel/libtool update) PR: 194068
* net-mgmt/monitoring-plugins:Rene Ladan2014-09-301-6/+2
| | | | | | | | - remove optional dependency on expired dns/bind98 - bump PORTREVISION PR: ports/194051 Approved by: maintainer (mat)
* Update WWW.Mathieu Arnold2014-09-301-1/+1
| | | | Sponsored by: Absolight
* Fix building WITH=NLSMathieu Arnold2014-09-246-13/+22
| | | | | Many thanks to: tijl Sponsored by: Absolight
* USES=autoreconf, USES=pgsql.Mathieu Arnold2014-09-222-6/+3
| | | | Sponsored by: Absolight
* - Switch databases/libdbi to USES=libtool, drop .la filesDmitry Marakasov2014-08-261-0/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* Update to 2.0.Mathieu Arnold2014-07-295-44/+14
| | | | | Changes: https://www.monitoring-plugins.org/news/release-2-0.html Sponsored by: Absolight
* net/openldap24-*:Tijl Coosemans2014-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
* Update to 20140721 snapshot.Mathieu Arnold2014-07-222-6/+6
| | | | Sponsored by: Absolight
* Update to today's latest commit.Mathieu Arnold2014-06-253-24/+24
| | | | Sponsored by: Absolight
* Add monitoring-plugins, a fork of nagios-plugins.Mathieu Arnold2014-05-0912-0/+788
For now, use a snapshot from github until they release 1.6. Sponsored by: Absolight