cleanup: Remove expired ports:
2022-02-22 net-mgmt/percona-monitoring-plugins: Upstream EOL reached on 2020-08-01
This commit is contained in:
parent
8f26f7bf6e
commit
e3a5d5b816
1
MOVED
1
MOVED
@ -16893,3 +16893,4 @@ print/tex-aleph||2022-02-19|tex-aleph has been removed from texlive-2021 system
|
||||
sysutils/intel-pcm-devel||2022-02-19|intel-pcm-devel has been removed, encouraging users to use intel-pcm instead
|
||||
graphics/copperspice|x11-toolkits/copperspice|2022-02-20|Revive in more appropriate category
|
||||
math/mathics-django||2022-02-20|Mathics-Django now requires npm: you can use math/mathicsscript instead
|
||||
net-mgmt/percona-monitoring-plugins||2022-02-22|Has expired: Upstream EOL reached on 2020-08-01
|
||||
|
@ -276,7 +276,6 @@
|
||||
SUBDIR += pandorafms_agent
|
||||
SUBDIR += pandorafms_console
|
||||
SUBDIR += pandorafms_server
|
||||
SUBDIR += percona-monitoring-plugins
|
||||
SUBDIR += pftabled
|
||||
SUBDIR += php-fpm_exporter
|
||||
SUBDIR += php74-snmp
|
||||
|
@ -1,69 +0,0 @@
|
||||
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
||||
|
||||
PORTNAME= percona-monitoring-plugins
|
||||
PORTVERSION= 1.1.8
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://www.percona.com/downloads/percona-monitoring-plugins/${PORTNAME}-${PORTVERSION}/source/tarball/ \
|
||||
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Cacti templates for MySQL, Apache, Memcached, and more by Percona
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
DEPRECATED= Upstream EOL reached on 2020-08-01
|
||||
EXPIRATION_DATE= 2022-02-22
|
||||
|
||||
RUN_DEPENDS= bash:shells/bash \
|
||||
cacti>=0:net-mgmt/cacti \
|
||||
p5-DBD-mysql>=0:databases/p5-DBD-mysql \
|
||||
wget:ftp/wget
|
||||
|
||||
USES= mysql perl5 php:cli python:run shebangfix
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= cacti/bin/pmp-cacti-* nagios/bin/pmp-check-aws-rds.py \
|
||||
nagios/bin/pmp-check-pt-table-checksum
|
||||
|
||||
REINPLACE_ARGS= -i ''
|
||||
NO_ARCH= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
PORTDOCS= Changelog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
CACTIDIR?= share/cacti
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|/etc/cacti/|${PREFIX}/etc/cacti/|g' ${WRKSRC}/cacti/scripts/ss_get_mysql_stats.php ${WRKSRC}/cacti/scripts/ss_get_by_ssh.php
|
||||
@${REINPLACE_CMD} 's|/etc/nagios/mysql.cnf|${PREFIX}/etc/nagios/mysql.cnf|g' ${WRKSRC}/nagios/bin/pmp-check-mysql-*
|
||||
@${REINPLACE_CMD} 's|/usr/bin/php|${PREFIX}/bin/php|g' ${WRKSRC}/zabbix/scripts/get_mysql_stats_wrapper.sh
|
||||
@${REINPLACE_CMD} 's|wget|${PREFIX}/bin/wget|g' ${WRKSRC}/cacti/scripts/ss_get_by_ssh.php
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/cacti/scripts
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/percona-monitoring-plugins
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
|
||||
.for dir in definitions misc
|
||||
cd ${WRKSRC} && ${PAX} -r -w cacti/${dir} \
|
||||
${STAGEDIR}${PREFIX}/share/percona-monitoring-plugins
|
||||
.endfor
|
||||
|
||||
.for script in ss_get_by_ssh.php ss_get_mysql_stats.php
|
||||
${INSTALL_DATA} ${WRKSRC}/cacti/scripts/${script} \
|
||||
${STAGEDIR}${PREFIX}/share/cacti/scripts/${script}
|
||||
.endfor
|
||||
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/cacti/bin/* ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/nagios/bin/* ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}/${doc}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1526482898
|
||||
SHA256 (percona-monitoring-plugins-1.1.8.tar.gz) = c7a7ce92788bcc7df9e58d922365562f151854f1b4b5215e279fc7c4484b91dc
|
||||
SIZE (percona-monitoring-plugins-1.1.8.tar.gz) = 12494139
|
@ -1,9 +0,0 @@
|
||||
The Percona Monitoring Plugins are high-quality components to add
|
||||
enterprise-grade MySQL capabilities to your existing in-house, on-premises
|
||||
monitoring solutions. The components are designed to integrate seamlessly with
|
||||
widely deployed solutions such as Nagios and Cacti, and are delivered in the
|
||||
form of templates, plugins, and scripts.
|
||||
|
||||
The project was also known as mysql-cacti-templates and better-cacti-templates.
|
||||
|
||||
WWW: http://www.percona.com/software/percona-monitoring-plugins/
|
@ -1,33 +0,0 @@
|
||||
bin/pmp-cacti-extract-template
|
||||
bin/pmp-cacti-graph-defs
|
||||
bin/pmp-cacti-make-hashes
|
||||
bin/pmp-cacti-template
|
||||
libexec/nagios/pmp-check-mongo.py
|
||||
libexec/nagios/pmp-check-aws-rds.py
|
||||
libexec/nagios/pmp-check-lvm-snapshots
|
||||
libexec/nagios/pmp-check-mysql-deadlocks
|
||||
libexec/nagios/pmp-check-mysql-deleted-files
|
||||
libexec/nagios/pmp-check-mysql-file-privs
|
||||
libexec/nagios/pmp-check-mysql-innodb
|
||||
libexec/nagios/pmp-check-mysql-pidfile
|
||||
libexec/nagios/pmp-check-mysql-processlist
|
||||
libexec/nagios/pmp-check-mysql-replication-delay
|
||||
libexec/nagios/pmp-check-mysql-replication-running
|
||||
libexec/nagios/pmp-check-mysql-status
|
||||
libexec/nagios/pmp-check-mysql-ts-count
|
||||
libexec/nagios/pmp-check-pt-table-checksum
|
||||
libexec/nagios/pmp-check-unix-memory
|
||||
share/cacti/scripts/ss_get_by_ssh.php
|
||||
share/cacti/scripts/ss_get_mysql_stats.php
|
||||
%%DATADIR%%/cacti/definitions/apache.def
|
||||
%%DATADIR%%/cacti/definitions/galera.def
|
||||
%%DATADIR%%/cacti/definitions/gnu_linux.def
|
||||
%%DATADIR%%/cacti/definitions/jmx.def
|
||||
%%DATADIR%%/cacti/definitions/memcached.def
|
||||
%%DATADIR%%/cacti/definitions/mongodb.def
|
||||
%%DATADIR%%/cacti/definitions/mysql.def
|
||||
%%DATADIR%%/cacti/definitions/nginx.def
|
||||
%%DATADIR%%/cacti/definitions/openvz.def
|
||||
%%DATADIR%%/cacti/definitions/rds.def
|
||||
%%DATADIR%%/cacti/definitions/redis.def
|
||||
%%DATADIR%%/cacti/misc/jmx-monitor.xml
|
Loading…
Reference in New Issue
Block a user