gentoo-ebuilds/net-analyzer/monitoring-plugins/metadata.xml
Michael Orlitzky 68e8ba7f7a
net-analyzer/monitoring-plugins: new "rpc" USE flag
The path to rpcinfo is detected at build time and if it is not found,
check_rpc won't work. We add a USE flag to pull in net-nds/rpcbind at
both build and run-time.

Closes: https://bugs.gentoo.org/964247
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2025-10-27 14:42:17 -04:00

50 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>hydrapolic@gmail.com</email>
<name>Tomas Mozes</name>
</maintainer>
<maintainer type="person">
<email>mjo@gentoo.org</email>
<name>Michael Orlitzky</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="dns">
Install <pkg>net-dns/bind-tools</pkg> required for monitoring
DNS servers. Disabling the flag does not remove any plugins.
</flag>
<flag name="game">
Install <pkg>games-util/qstat</pkg> required for monitoring FPS
servers. Disabling the flag does not remove any plugins.
</flag>
<flag name="fping">
Install <pkg>net-analyzer/fping</pkg> required for fancy ping
monitoring. Disabling the flag does not remove any plugins.
</flag>
<!-- leave this global flag defined here to avoid a pkgcheck warning -->
<flag name="ipv6">
Enable ipv6 checks.
</flag>
<flag name="rpc">
Install <pkg>net-nds/rpcbind</pkg> required for monitoring RPC
services. Disabling the flag does not remove any plugin file.
</flag>
<flag name="ssh">
Install <pkg>net-misc/openssh</pkg> required for monitoring SSH
servers. Disabling the flag does not remove any plugins.
</flag>
<flag name="snmp">
Install <pkg>dev-perl/Net-SNMP</pkg> and
<pkg>net-analyzer/net-snmp</pkg> required for monitoring SNMP
values. Disabling the flag does not remove any plugins.
</flag>
</use>
<upstream>
<remote-id type="github">monitoring-plugins/monitoring-plugins</remote-id>
</upstream>
</pkgmetadata>