401 and 403 errors were mistakenly hardcoded to return "green" status
I'm working with upstream on cleaning up these checks. I expect to see
an improvement in 4.3.22.
- Correct the path of fping [1]
- Make proper use of OPTIONSNG
PR: 202938 [1]
Submitted by: dvl [1]
Differential Revision: https://reviews.freebsd.org/D3578 [1]
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
While here, also sort OPTIONS_GROUP_OUTPUT and two DESC items
PR: 202487
Submitted by: xoan333@yahoo.com
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer), feld (mentor)
Changes: see
https://labs.consol.de/de/nagios/check_mysql_health/
The changelog is in english, but the english page (/en/) is not up2date
- 2.2.1 - 2015-08-18
fix the autoconf m4, so the debian-builds don't fail (thanks Jan Wagner)
- 2.2 - 2015-04-23
add rfc3986-encoded passwords
- 2.1.9.2 2014-12-22
bugfix in InnoDB initialization & versions > 5.6.1 (Thanks Jorg Veit)
- 2.1.9.1 2014-06-12
add connections_aborted, open_files to the pnp template
(Thanks Simon Meggle)
- 2.1.9 2014-06-12
bugfix in pnp template (Thanks Simon Meggle)
bugfix in qcache calculation (Thanks lermit)
- 2.1.8.4 2014-04-01
implement -negate old_level=new_level
allow floating point numbers in thresholds
- 2.1.8.3 2012-10-15
output also ok-messages for my-modes
- 2.1.8.2 2012-08-08
bugfix in querycache-hitrate (div by 0 after db restart).
(Thanks Gianluca Varisco)
- 2.1.8.1 2012-01-21
bugfix in timeout-alarm handling under windows
fix warnings for newest perl versions
- 2.1.8 2011-09-29
new parameters -mycnf and -mycnfgroup
single ticks around the -name argument under Windows CMD will be
removed automatically
- 2.1.7 2011-08-23
innodb modes now detect problems with the innodb engine
- 2.1.6 2011-08-12
fix a bug with statefilesdir and capital letters
add -labelformat so that groundwork no longer complains
(max label length is 19 characters)
- 2.1.5.2 2011-06-03
sites in an OMD (http://omdistro.org) environment have now private
statefile directories
- Fix a bug revealed by clang 3.7 [1]
- Give maintainership to submitter [2];
PR: ports/202535 [1], ports/202658 [2]
Submitted by: dim [1], Chris Hutchinson [2]