4 changed files with 44 additions and 2 deletions
@ -0,0 +1,11 @@ |
|||
<?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> |
|||
<upstream> |
|||
<remote-id type="github">fail2ban/fail2ban</remote-id> |
|||
</upstream> |
|||
</pkgmetadata> |
@ -0,0 +1,31 @@ |
|||
<?xml version='1.0' encoding='UTF-8'?> |
|||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
|||
<pkgmetadata> |
|||
<maintainer type="person"> |
|||
<email>patrick@gentoo.org</email> |
|||
<name>Patrick Lauer</name> |
|||
</maintainer> |
|||
<maintainer type="person"> |
|||
<email>alicef@gentoo.org</email> |
|||
<name>Alice Ferrazzi</name> |
|||
</maintainer> |
|||
<longdescription> |
|||
ZABBIX is software for monitoring of your applications, network and servers. |
|||
ZABBIX supports both polling and trapping techniques to collect data from |
|||
monitored hosts. A flexible notification mechanism allows easy and quickly |
|||
configure different types of notifications for pre-defined events. |
|||
</longdescription> |
|||
<use> |
|||
<flag name="agent">Enable zabbix agent (for to-be-monitored machines)</flag> |
|||
<flag name="frontend">Enable zabbix web frontend</flag> |
|||
<flag name="ipv6">Turn on support of IPv6</flag> |
|||
<flag name="proxy">Enable proxy support</flag> |
|||
<flag name="openipmi">Enable openipmi things</flag> |
|||
<flag name="server">Enable zabbix server</flag> |
|||
<flag name="ssh">SSH v2 based checks</flag> |
|||
<flag name="odbc">Enable Database Monitor and use UnixODBC Library by default</flag> |
|||
<flag name="static">Build statically linked binaries</flag> |
|||
<flag name="java">Enable Zabbix Java JMX Management Gateway</flag> |
|||
<flag name="libxml2">Use libxml2 client library</flag> |
|||
</use> |
|||
</pkgmetadata> |
Loading…
Reference in new issue