Files
gentoo/net-analyzer/monitoring-plugins/metadata.xml
Michael Orlitzky de658aa862 net-analyzer/monitoring-plugins: add 3.0.1, drop 2.4.0-r2
Version bump with extra value:

  * Keyword ~riscv
  * Add USE=filecaps (preferred) and USE=suid (as a fallback)
  * Add buildfix patch (incompatible pointer types)

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2026-07-04 09:34:26 -04:00

59 lines
2.1 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</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="filecaps">
Use filesystem capabilities for privileged executables like
check_icmp (preferable to suid).
</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>
<flag name="suid">
Fall back to suid for privileged checks like check_icmp if
filecaps are disabled or unavailable.
</flag>
</use>
<upstream>
<remote-id type="github">monitoring-plugins/monitoring-plugins</remote-id>
</upstream>
</pkgmetadata>