pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
import mackerel-agent-plugins v0.43.0 This is the official plugin pack for mackerel-agent, a piece of software which is installed on your hosts to collect metrics and events and send them to Mackerel.
- To: pkgsrc-wip-changes%NetBSD.org@localhost
- Subject: import mackerel-agent-plugins v0.43.0 This is the official plugin pack for mackerel-agent, a piece of software which is installed on your hosts to collect metrics and events and send them to Mackerel.
- From: miwarin <miwarin%gmail.com@localhost>
- Date: Tue, 23 Jan 2018 08:50:23 +0000
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Tue Jan 23 17:50:23 2018 +0900
Changeset: 8121537b09e3b8261c8e37ac7c73942dbeba5be6
Added Files:
mackerel-agent-plugins/DESCR
mackerel-agent-plugins/Makefile
mackerel-agent-plugins/PLIST
mackerel-agent-plugins/distinfo
Log Message:
import mackerel-agent-plugins v0.43.0
This is the official plugin pack for mackerel-agent,
a piece of software which is installed on your hosts to
collect metrics and events and send them to Mackerel.
https://github.com/mackerelio/mackerel-agent-plugins
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8121537b09e3b8261c8e37ac7c73942dbeba5be6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mackerel-agent-plugins/DESCR | 3 ++
mackerel-agent-plugins/Makefile | 35 +++++++++++++++++++++
mackerel-agent-plugins/PLIST | 68 +++++++++++++++++++++++++++++++++++++++++
mackerel-agent-plugins/distinfo | 6 ++++
4 files changed, 112 insertions(+)
diffs:
diff --git a/mackerel-agent-plugins/DESCR b/mackerel-agent-plugins/DESCR
new file mode 100644
index 0000000000..6c81c098b7
--- /dev/null
+++ b/mackerel-agent-plugins/DESCR
@@ -0,0 +1,3 @@
+mackerel-agent is a piece of software which is installed on your hosts
+to collect metrics and events and send them
+to Mackerel where they can be visualized and monitored.
diff --git a/mackerel-agent-plugins/Makefile b/mackerel-agent-plugins/Makefile
new file mode 100755
index 0000000000..cae127a14d
--- /dev/null
+++ b/mackerel-agent-plugins/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD$
+
+DISTNAME= mackerel-agent-plugins-0.43.0
+GITHUB_TAG= v${PKGVERSION_NOREV}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mackerelio/}
+
+MAINTAINER= miwarin%gmail.com@localhost
+HOMEPAGE= https://github.com/mackerelio/mackerel-agent-plugins
+COMMENT= This is the official plugin pack for mackerel-agent
+LICENSE= apache-2.0
+
+EXTRACT_USING= bsdtar
+GO_SRCPATH= github.com/mackerelio/${DISTNAME}
+WRKSRC= ${WRKDIR}/src/${GO_SRCPATH}
+GOPATH= ${WRKDIR}
+EXTRACT_DIR= ${WRKDIR}/src/github.com/mackerelio
+USE_TOOLS+= gmake perl
+BUILD_DEPENDS+= go-${GO_VERSION}*:../../lang/go
+
+INSTALLATION_DIRS+= bin share/examples/mackerel-agent
+
+pre-extract:
+ cd ${WRKDIR} && ${MKDIR} ${EXTRACT_DIR}
+
+do-build:
+ cd ${WRKSRC} && GOPATH=${GOPATH} PATH=${PATH}:${GOPATH}/bin ${MAKE_PROGRAM} build
+
+do-test:
+ cd ${WRKSRC} && GOPATH=${GOPATH} PATH=${PATH}:${GOPATH}/bin ${MAKE_PROGRAM} test
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/build/`uname -s | tr "[:upper:]" "[:lower:]"`/`uname -m`/* ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mackerel-agent-plugins/PLIST b/mackerel-agent-plugins/PLIST
new file mode 100644
index 0000000000..6fef13d852
--- /dev/null
+++ b/mackerel-agent-plugins/PLIST
@@ -0,0 +1,68 @@
+@comment $NetBSD$
+bin/mackerel-plugin-accesslog
+bin/mackerel-plugin-apache2
+bin/mackerel-plugin-aws-cloudfront
+bin/mackerel-plugin-aws-dynamodb
+bin/mackerel-plugin-aws-ec2
+bin/mackerel-plugin-aws-ec2-cpucredit
+bin/mackerel-plugin-aws-ec2-ebs
+bin/mackerel-plugin-aws-elasticache
+bin/mackerel-plugin-aws-elasticsearch
+bin/mackerel-plugin-aws-elb
+bin/mackerel-plugin-aws-kinesis-firehose
+bin/mackerel-plugin-aws-kinesis-streams
+bin/mackerel-plugin-aws-lambda
+bin/mackerel-plugin-aws-rds
+bin/mackerel-plugin-aws-rekognition
+bin/mackerel-plugin-aws-ses
+bin/mackerel-plugin-aws-waf
+bin/mackerel-plugin-conntrack
+bin/mackerel-plugin-elasticsearch
+bin/mackerel-plugin-fluentd
+bin/mackerel-plugin-flume
+bin/mackerel-plugin-gcp-compute-engine
+bin/mackerel-plugin-gearmand
+bin/mackerel-plugin-gostats
+bin/mackerel-plugin-graphite
+bin/mackerel-plugin-h2o
+bin/mackerel-plugin-haproxy
+bin/mackerel-plugin-inode
+bin/mackerel-plugin-jmx-jolokia
+bin/mackerel-plugin-json
+bin/mackerel-plugin-jvm
+bin/mackerel-plugin-linux
+bin/mackerel-plugin-mailq
+bin/mackerel-plugin-mcrouter
+bin/mackerel-plugin-memcached
+bin/mackerel-plugin-mongodb
+bin/mackerel-plugin-multicore
+bin/mackerel-plugin-munin
+bin/mackerel-plugin-murmur
+bin/mackerel-plugin-mysql
+bin/mackerel-plugin-nginx
+bin/mackerel-plugin-nvidia-smi
+bin/mackerel-plugin-openldap
+bin/mackerel-plugin-php-apc
+bin/mackerel-plugin-php-fpm
+bin/mackerel-plugin-php-opcache
+bin/mackerel-plugin-plack
+bin/mackerel-plugin-postgres
+bin/mackerel-plugin-proc-fd
+bin/mackerel-plugin-rabbitmq
+bin/mackerel-plugin-rack-stats
+bin/mackerel-plugin-redash
+bin/mackerel-plugin-redis
+bin/mackerel-plugin-sidekiq
+bin/mackerel-plugin-snmp
+bin/mackerel-plugin-solr
+bin/mackerel-plugin-squid
+bin/mackerel-plugin-td-table-count
+bin/mackerel-plugin-trafficserver
+bin/mackerel-plugin-twemproxy
+bin/mackerel-plugin-unicorn
+bin/mackerel-plugin-uptime
+bin/mackerel-plugin-uwsgi-vassal
+bin/mackerel-plugin-varnish
+bin/mackerel-plugin-windows-process-stats
+bin/mackerel-plugin-windows-server-sessions
+bin/mackerel-plugin-xentop
diff --git a/mackerel-agent-plugins/distinfo b/mackerel-agent-plugins/distinfo
new file mode 100644
index 0000000000..840348c076
--- /dev/null
+++ b/mackerel-agent-plugins/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mackerel-agent-plugins-0.43.0.tar.gz) = 70edc31604782e079fd5a4d324dfe5ffc5cfe250
+RMD160 (mackerel-agent-plugins-0.43.0.tar.gz) = 07d5b9a9f14e5aec7382fea6ae5ff4dab3caf62d
+SHA512 (mackerel-agent-plugins-0.43.0.tar.gz) = 9822fb05e85b98d1067da60f87b938e6e9cb6e192283dda06f37d4755d059ab4058468d81c792f9fdeaf366b61895fff31124ed2fe9df959f5808c5cfa818c45
+Size (mackerel-agent-plugins-0.43.0.tar.gz) = 197137 bytes
Home |
Main Index |
Thread Index |
Old Index