Files
sablink-distro/net-analyzer/net-snmp/metadata.xml
T
Sławomir Nizio f4ba826539 [net-analyzer/net-snmp] fork ebuild, disable wrong checks
Gentoo 679880. Checks on the build host for /dev/kmem (and more) and
hard codes related information in the binary.

If /dev/kmem was on the server but is not on the client side, there is
an error: Agent initialization failed.

The only change is the added patch.

Thanks to optiz0r for reporting and checking stuff!
2019-03-09 23:41:31 +01:00

21 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>netmon@gentoo.org</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
<use>
<flag name="elf">Enable the use of elf utils to check uptime on some systems</flag>
<flag name="mfd-rewrites">Use MFD rewrites of mib modules where available</flag>
<flag name="netlink">Use <pkg>dev-libs/libnl</pkg> to fetch TCP statistics instead of using /proc/net/tcp (Linux only).</flag>
<flag name="pci">Use libpci (from <pkg>sys-apps/pciutils</pkg>) to look up network interface description. This feature is only available on Linux.</flag>
<flag name="rpm">Enable monitoring of <pkg>app-arch/rpm</pkg>. This flag requires the bzip2 and zlib flags to be enabled as well.</flag>
<flag name="ucd-compat">Build UCD compatibility library. Increases significantly the install size.</flag>
<flag name="smux">Enable support for the legacy smux protocol (superseded by agentx)</flag>
</use>
<upstream>
<remote-id type="sourceforge">net-snmp</remote-id>
</upstream>
</pkgmetadata>