Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purge less-used plugins from mackerel-agent-plugins package #962

Merged
merged 6 commits into from Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -25,9 +25,7 @@ Documentation for each plugin is located in its respective sub directory.
* [mackerel-plugin-docker](./mackerel-plugin-docker/README.md)
* [mackerel-plugin-elasticsearch](./mackerel-plugin-elasticsearch/README.md)
* [mackerel-plugin-fluentd](./mackerel-plugin-fluentd/README.md)
* [mackerel-plugin-flume](./mackerel-plugin-flume/README.md)
* [mackerel-plugin-gostats](./mackerel-plugin-gostats/README.md)
* [mackerel-plugin-graphite](./mackerel-plugin-graphite/README.md)
* [mackerel-plugin-h2o](./mackerel-plugin-h2o/README.md)
* [mackerel-plugin-haproxy](./mackerel-plugin-haproxy/README.md)
* [mackerel-plugin-inode](./mackerel-plugin-inode/README.md)
Expand All @@ -41,7 +39,6 @@ Documentation for each plugin is located in its respective sub directory.
* [mackerel-plugin-mssql](./mackerel-plugin-mssql/README.md)
* [mackerel-plugin-multicore](./mackerel-plugin-multicore/README.md)
* [mackerel-plugin-munin](./mackerel-plugin-munin/README.md)
* [mackerel-plugin-murmur](./mackerel-plugin-murmur/README.md)
* [mackerel-plugin-mysql](./mackerel-plugin-mysql/README.md)
* [mackerel-plugin-nginx](./mackerel-plugin-nginx/README.md)
* [mackerel-plugin-openldap](./mackerel-plugin-openldap/README.md)
Expand All @@ -68,7 +65,6 @@ Documentation for each plugin is located in its respective sub directory.
* [mackerel-plugin-varnish](./mackerel-plugin-varnish/README.md)
* [mackerel-plugin-windows-process-stats](./mackerel-plugin-windows-process-stats/README.md)
* [mackerel-plugin-windows-server-sessions](./mackerel-plugin-windows-server-sessions/README.md)
* [mackerel-plugin-xentop](./mackerel-plugin-xentop/README.md)

Installation
============
Expand Down
1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -43,7 +43,6 @@ require (
github.com/ziutek/mymysql v1.5.4
golang.org/x/sync v0.1.0
golang.org/x/text v0.5.0
layeh.com/gumble v0.0.0-20200818122324-146f9205029b
)

require (
Expand Down
4 changes: 0 additions & 4 deletions go.sum
Expand Up @@ -265,7 +265,6 @@ github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4/go.mod h1:bMl4RjI
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dchote/go-openal v0.0.0-20171116030048-f4a9a141d372/go.mod h1:74z+CYu2/mx4N+mcIS/rsvfAxBPBV9uv8zRAnwyFkdI=
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba/go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0=
github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
Expand Down Expand Up @@ -1274,9 +1273,6 @@ k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6/go.mod h1:UuqjUnNftUyPE5H
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd/go.mod h1:WOJ3KddDSol4tAGcJo0Tvi+dK12EcqSLqcWsryKMpfM=
k8s.io/kubernetes v1.13.0/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk=
k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
layeh.com/gopus v0.0.0-20161224163843-0ebf989153aa/go.mod h1:AOef7vHz0+v4sWwJnr0jSyHiX/1NgsMoaxl+rEPz/I0=
layeh.com/gumble v0.0.0-20200818122324-146f9205029b h1:Kne6wkHqbqrygRsqs5XUNhSs84DFG5TYMeCkCbM56sY=
layeh.com/gumble v0.0.0-20200818122324-146f9205029b/go.mod h1:tWPVA9ZAfImNwabjcd9uDE+Mtz0Hfs7a7G3vxrnrwyc=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down
21 changes: 2 additions & 19 deletions mackerel-plugin-flume/README.md
@@ -1,23 +1,6 @@
mackerel-plugin-flume
=====================

Flume custom metrics plugin for mackerel.io agent.

## Synopsis

```shell
mackerel-plugin-flume [-host=<host>] [-port=<port>] [-metric-key-prefix=<prefix>]
```

## Example of mackerel-agent.conf

```
[plugin.metrics.flume]
command = "/path/to/mackerel-plugin-flume"
```

## Documents

* [Monitoring](https://flume.apache.org/FlumeUserGuide.html#monitoring)
* [JSON Reporting](https://flume.apache.org/FlumeUserGuide.html#json-reporting)
This plugin moved to [mackerelio/mackerel-plugin-flume][url]

[url]: https://github.com/mackerelio/mackerel-plugin-flume
10 changes: 10 additions & 0 deletions mackerel-plugin-flume/go.mod
@@ -0,0 +1,10 @@
module github.com/mackerelio/mackerel-agent-plugins/mackerel-plugin-flume

go 1.19

require github.com/mackerelio/mackerel-plugin-flume v1.0.0

require (
github.com/mackerelio/go-mackerel-plugin v0.1.2 // indirect
github.com/mackerelio/golib v1.2.1 // indirect
)
11 changes: 11 additions & 0 deletions mackerel-plugin-flume/go.sum
@@ -0,0 +1,11 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/mackerelio/go-mackerel-plugin v0.1.2 h1:bbxd2aBCYfrxOdBnvTUyyx8ckeVW2hhb41ewhXJheDA=
github.com/mackerelio/go-mackerel-plugin v0.1.2/go.mod h1:NnKukHcC4C8yTElL+4vdEjTA1zFA42hLCn1s2K+2UNU=
github.com/mackerelio/golib v1.2.0/go.mod h1:jSdKpwSkTVLi0wyk3YZ6enh6H19p02wUE8ShAFxaAPQ=
github.com/mackerelio/golib v1.2.1 h1:SDcDn6Jw3p9bi1N0bg1Z/ilG5qcBB23qL8xNwrU0gg4=
github.com/mackerelio/golib v1.2.1/go.mod h1:b8ZaapsHGH1FlEJlCqfD98CqafLeyMevyATDlID2BsM=
github.com/mackerelio/mackerel-plugin-flume v1.0.0 h1:0hunHL9/0M2jaGl6mm0tzzLmf9qskqN6C2yi86s/HGk=
github.com/mackerelio/mackerel-plugin-flume v1.0.0/go.mod h1:QKi5YBp3WNNiOM+uPPP8MNz3I+qs1FaP3XpFpJXBFMU=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
229 changes: 0 additions & 229 deletions mackerel-plugin-flume/lib/flume.go

This file was deleted.