Install this version:
emerge -a =net-analyzer/zabbix-agent2-plugin-ember-plus-7.0.29
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/zabbix-agent2-plugin-ember-plus-7.0.29
Or alternatively:
emerge --autounmask-write -a =net-analyzer/zabbix-agent2-plugin-ember-plus-7.0.29
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 7.0.29 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Ember+ loadable plugin for Zabbix Agent 2"
HOMEPAGE="https://git.zabbix.com/projects/AP/repos/ember-plus/browse"
SRC_URI="
https://git.zabbix.com/rest/api/latest/projects/AP/repos/ember-plus/archive?at=refs%2Ftags%2F${PV}&format=tgz
-> ${P}.tar.gz
https://github.com/gentoo-golang-dist/${PN}/releases/download/${PV}/${P}-vendor.tar.xz
"
inherit go-module
S="${WORKDIR}"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="~net-analyzer/zabbix-${PV}[agent2]"
BDEPEND=">=dev-lang/go-1.25.9"
RDEPEND="${DEPEND}"
DOCS=( "README.md" )
src_unpack() {
mkdir "${P}" || die
ln --symbolic "${P}/vendor" "${S}/vendor" || die
go-module_src_unpack
}
src_install() {
exeinto "/usr/libexec/zabbix-agent2-plugin"
doexe zabbix-agent2-plugin-ember-plus
insinto /etc/zabbix/zabbix_agent2.d/plugins.d/
doins ember.conf
}
~net-analyzer/zabbix-7.0.29[agent2]
~net-analyzer/zabbix-7.0.29[agent2]
>=dev-lang/go-1.25.9