notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
nagios-check_mysql_slave Nagios Plugin to monitor MySQL replication on a slave
0.1.1_2 net-mgmt on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.1_2Version of this port present on the latest quarterly branch.
Maintainer: zi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-05-29 01:45:45
Last Update: 2024-04-07 09:36:13
Commit Hash: 92a030d
People watching this port, also watch:: nagios-certexp-plugin, postfix-postfwd, nagios-check_hdd_health, memcached, openssl
License: GPLv2
WWW:
http://buhacoff.net/software/check_mysql_slave
Description:
The check_mysql_slave plugin allows you to check that a particular MySQL replication slave is running and (coming soon) is within a threshold bytes or seconds behind its master.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/nagios-check_mysql_slave-0.1.1_2/catalog.mk
  2. /usr/local/share/licenses/nagios-check_mysql_slave-0.1.1_2/LICENSE
  3. /usr/local/share/licenses/nagios-check_mysql_slave-0.1.1_2/GPLv2
  4. libexec/nagios/check_mysql_slave
  5. libexec/nagios/check_mysql_slave_epn
  6. share/doc/check_mysql_slave/check_mysql_slave.html
  7. share/doc/check_mysql_slave/check_mysql_slave.pod
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • nagios-check_mysql_slave>0:net-mgmt/nagios-check_mysql_slave
To install the port:
cd /usr/ports/net-mgmt/nagios-check_mysql_slave/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/nagios-check_mysql_slave
  • pkg install nagios-check_mysql_slave
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: nagios-check_mysql_slave
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (check_mysql_slave-0.1.1.tar.gz) = 9a757866437c29139c4061f628efdc236dfc47b4d3db80759c2fa2d032f41944 SIZE (check_mysql_slave-0.1.1.tar.gz) = 13711

Packages (timestamps in pop-ups are UTC):
nagios-check_mysql_slave
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.1_20.1.1_20.1.1_10.1.1_20.1.1_2-0.1.1_1-
FreeBSD:13:quarterly0.1.1_20.1.1_20.1.1_10.1.1_20.1.1_2-0.1.1_10.1.1_1
FreeBSD:14:latest0.1.1_20.1.1_20.1.1_10.1.1_20.1.1_2--0.1.1_1
FreeBSD:14:quarterly0.1.1_20.1.1_2-0.1.1_20.1.1_2-0.1.1_10.1.1_1
FreeBSD:15:latest0.1.1_20.1.1_2n/a0.1.1_2n/a-0.1.1_10.1.1_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. p5-DBI>=1.60.7 : databases/p5-DBI
  2. p5-DBD-mysql>=0 : databases/p5-DBD-mysql
  3. perl5>=5.36<5.37 : lang/perl5.36
Library dependencies:
  1. libmysqlclient.so.21 : databases/mysql80-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for nagios-check_mysql_slave-0.1.1_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
net-mgmt_nagios-check_mysql_slave
USES:
mysql perl5 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (8 items)
Collapse this list.
  1. http://buhacoff.net/2009/products/check_mysql_slave/archive/
  2. http://distcache.FreeBSD.org/local-distfiles/zi/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/zi/
  4. http://distcache.us-east.FreeBSD.org/local-distfiles/zi/
  5. http://distcache.us-west.FreeBSD.org/local-distfiles/zi/
  6. https://ftpmirror.your.org/pub/zi/
  7. https://mirrors.rit.edu/zi/
  8. https://www.zi0r.com/mirrors/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.1_2
07 Apr 2024 09:36:13
commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 files touched by this commit
Florian Smeets (flo) search for other commits by this committer
databases/p5-DBD-mysql: Fix for MariaDB users

Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.

In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.

In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.

DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.1.1_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1.1_1
20 Jul 2022 14:22:42
commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  @BABOLO <.@babolo.ru>
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Sulfrian <alexander@sulfrian.net>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexandre Snarskii <snar@paranoia.ru>
  *  Alexandre Snarskii <snar@snar.spb.ru>
  *  Alexey Bobkov <mr.deadlystorm@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1.1_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.1.1_1
01 Aug 2017 17:07:58
Revision:447034Original commit files touched by this commit
zi search for other commits by this committer
- MASTER_SITES cleanup
0.1.1_1
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
0.1.1_1
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.1.1_1
15 Jul 2015 18:21:13
Revision:392181Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
0.1.1
05 Feb 2015 15:23:32
Revision:378461Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.1.1
18 Mar 2014 15:02:19
Revision:348568Original commit files touched by this commit
ehaupt search for other commits by this committer
- Support staging
- Define DOCS option
0.1.1
20 Sep 2013 22:24:44
Revision:327757Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
0.1.1
04 Sep 2013 03:27:38
Revision:326245Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
0.1.1
23 Mar 2012 14:27:51
Original commit files touched by this commit
zi search for other commits by this committer
- Update mirror URL on my ports

Feature safe:   yes
0.1.1
09 Aug 2011 15:33:14
Original commit files touched by this commit
zi search for other commits by this committer
Fix PORTSCOUT syntax

Approved by:    wxs (mentor)
0.1.1
01 Aug 2011 16:33:59
Original commit files touched by this commit
zi search for other commits by this committer
Pacify portlint
Add PORTSCOUT variable to eliminate incorrect guesses

Approved by:    wxs (mentor)
0.1.1
15 Jul 2011 21:15:29
Original commit files touched by this commit
zi search for other commits by this committer
Update my email address on the ports I maintain.

Approved by: wxs@ (mentor)
0.1.1
29 May 2011 01:45:26
Original commit files touched by this commit
wxs search for other commits by this committer
The check_mysql_slave plugin allows you to check that a particular
MySQL replication slave is running and (coming soon) is within a
threshold bytes or seconds behind its master.

WWW: http://buhacoff.net/software/check_mysql_slave

PR:             ports/157066
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>

Number of commits found: 18