mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-15 22:50:54 +00:00
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. Bug: https://bugs.gentoo.org/964247 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
45 lines
1.7 KiB
XML
45 lines
1.7 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>
|
|
<!-- 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-tools</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=">=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>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">nagios-plugins/nagios-plugins</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|