Install this version:
emerge -a =net-analyzer/munin-elasticsearch-0.20220303
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/munin-elasticsearch-0.20220303
Or alternatively:
emerge --autounmask-write -a =net-analyzer/munin-elasticsearch-0.20220303
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.20220303 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GITHUB_COMMIT="6f3acd096e0e35b5ba182c7e39f4c873f1443602"
DESCRIPTION="A Munin plugin for monitoring Elasticsearch nodes"
HOMEPAGE="https://github.com/claygregory/munin-elasticsearch"
LICENSE="MIT"
SRC_URI="https://github.com/claygregory/munin-elasticsearch/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GITHUB_COMMIT}"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
RDEPEND="
dev-ruby/json
net-analyzer/munin
"
src_install() {
default
exeinto /usr/libexec/munin/plugins
doexe elasticsearch_
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | munin-elasticsearch-0.20220303.tar.gz | 142991 bytes | https://github.com/claygregory/munin-elasticsearch/archive/6f3acd096e0e35b5ba182c7e39f4c873f1443602.tar.gz |