Port details |
- mysql-snmp Net-SNMP Perl agent for monitoring MySQL servers
- 1.2.17_2 net-mgmt =2 1.2.17_2Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2019-11-23 11:35:49
- Last Update: 2024-04-07 09:36:13
- Commit Hash: 92a030d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: GPLv2+
- WWW:
- https://github.com/masterzen/mysql-snmp
- Description:
- mysql-snmp is a MySQL Net-SNMP agent written in Perl, and using the Net-SNMP
Perl bindings.
It connects to a MySQL server and returns information to Net-SNMP when needed.
It parses SHOW INNODB STATUS and other MySQL status variables.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mysql-snmp>0:net-mgmt/mysql-snmp
- To install the port:
- cd /usr/ports/net-mgmt/mysql-snmp/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/mysql-snmp
- pkg install mysql-snmp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mysql-snmp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1574345554
SHA256 (masterzen-mysql-snmp-v1.2-17-g1d0b409_GH0.tar.gz) = ade77cefeb835650bfc3859bcb91c341f83394e38c5434f0fc4b4e5fab47585d
SIZE (masterzen-mysql-snmp-v1.2-17-g1d0b409_GH0.tar.gz) = 59825
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Test dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- net-snmp>=0 : net-mgmt/net-snmp
- p5-DBD-mysql>=0 : databases/p5-DBD-mysql
- p5-DBI>=0 : databases/p5-DBI
- p5-Math-BigInt-GMP>=0 : math/p5-Math-BigInt-GMP
- p5-Net-SNMP>=5.4.3 : net-mgmt/p5-Net-SNMP
- p5-Unix-Syslog>=0 : sysutils/p5-Unix-Syslog
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mysql-snmp-1.2.17_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_mysql-snmp
- USES:
- mysql perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.17_2 07 Apr 2024 09:36:13 |
Florian Smeets (flo) |
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 ) |
1.2.17_1 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.2.17 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.2.17 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.17 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.2.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.17 23 Nov 2019 11:35:41 |
0mp |
New port: net-mgmt/mysql-snmp: Net-SNMP Perl agent for monitoring MySQL servers
mysql-snmp is a MySQL Net-SNMP agent written in Perl, and using the
Net-SNMP Perl bindings.
It connects to a MySQL server and returns information to Net-SNMP when
needed. It parses SHOW INNODB STATUS and other MySQL status variables.
WWW: https://github.com/masterzen/mysql-snmp
Reported by: mwlucas
Reviewed by: danfe
Differential Revision: https://reviews.freebsd.org/D22480 |