Files
gentoo/net-analyzer/nagios-plugins/metadata.xml
Michael Orlitzky 102a70169f net-analyzer/nagios-plugins: add 2.5
Version bump with extra value:

  * Backport (suid) check_icmp overflow patch
  * Add USE=filecaps (preferred) and USE=suid (as a fallback)
  * Hack check_{dhcp,icmp} to not complain about needing root

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

54 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mjo@gentoo.org</email>
<name>Michael Orlitzky</name>
</maintainer>
<maintainer type="project">
<email>sysadmin@gentoo.org</email>
<name>Gentoo Sysadmin Project</name>
</maintainer>
<use>
<flag name="filecaps">
Use filesystem capabilities for privileged executables like
check_icmp (preferable to suid).
</flag>
<!-- leave this global flag defined here to avoid a pkgcheck warning -->
<flag name="ipv6">
Enable ipv6 checks.
</flag>
<flag name="nagios-dns">
Install <pkg>net-dns/bind</pkg> required for monitoring
DNS servers. Disabling the flag does not remove any plugin file.
</flag>
<flag name="nagios-game">
Install <pkg>games-util/qstat</pkg> required for monitoring FPS
servers. Disabling the flag does not remove any plugin file.
</flag>
<flag name="nagios-ping">
Install <pkg>net-analyzer/fping</pkg> required for fancy ping
monitoring. Disabling the flag does not remove any plugin file.
</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 plugin file.
</flag>
<flag name="snmp" restrict="&gt;=net-analyzer/nagios-plugins-1.4.16-r1">
Install <pkg>dev-perl/Net-SNMP</pkg> required for monitoring
SNMP values. Disabling the flag does not remove any plugin file.
</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">nagios-plugins/nagios-plugins</remote-id>
</upstream>
</pkgmetadata>