diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-07-25 03:01:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-07-25 03:01:06 +0000 |
commit | 6fecac193084f44bd4e0130251b6cdec11edb0b7 (patch) | |
tree | 4b1139aa5000f136121fbcbe73728f612bfcfe18 /net-analyzer/munin/metadata.xml | |
parent | Stable for HPPA (bug #426420). (diff) | |
download | historical-6fecac193084f44bd4e0130251b6cdec11edb0b7.tar.gz historical-6fecac193084f44bd4e0130251b6cdec11edb0b7.tar.bz2 historical-6fecac193084f44bd4e0130251b6cdec11edb0b7.zip |
Version bump; this fixes Justin's bugs as well with a new set of patches.
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/munin/metadata.xml')
-rw-r--r-- | net-analyzer/munin/metadata.xml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/net-analyzer/munin/metadata.xml b/net-analyzer/munin/metadata.xml index 018d23379aa2..2532c9195d9d 100644 --- a/net-analyzer/munin/metadata.xml +++ b/net-analyzer/munin/metadata.xml @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>netmon</herd> - <maintainer> - <email>robbat2@gentoo.org</email> - <name>Robin H. Johnson</name> - </maintainer> - <maintainer restrict=">=net-analyzer/munin-2.0.2"> - <email>flameeyes@gentoo.org</email> - </maintainer> - <longdescription lang="en"> + <herd>netmon</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + <name>Robin H. Johnson</name> + </maintainer> + <maintainer restrict=">=net-analyzer/munin-2.0.2"> + <email>flameeyes@gentoo.org</email> + </maintainer> + <longdescription lang="en"> Munin the tool surveys all your computers and remembers what it saw. It presents all the information in in graphs through a web interface. Its emphasis is on plug and play capabilities. After completing a installation a @@ -19,52 +19,52 @@ "what's different today" when a performance problem crops up. It makes it easy to see how you're doing capacity wise on all limited resources. </longdescription> - <use> - <flag name="mysql"> + <use> + <flag name="mysql"> Install the packages required for monitoring MySQL. Disabling the flag does not remove any plugin files. </flag> - <flag name="postgres"> + <flag name="postgres"> Install the packages required for monitoring PostgreSQL. Disabling the flag does not remove any plugin files. </flag> - <flag name="asterisk"> + <flag name="asterisk"> Install the packages required for monitoring Asterisk. Disabling the flag does not remove any plugin files. </flag> - <flag name="irc"> + <flag name="irc"> Install the packages required for monitoring IRC. Disabling the flag does not remove any plugin files. </flag> - <flag name="memcached"> + <flag name="memcached"> Install the packages required for memcached monitoring. Disabling the flag does not remove any plugin files. </flag> - <flag name="java"> + <flag name="java"> Build the Java-based plugins to monitor JMX-compatible applications. Disabling the flag removes the jmx monitoring plugins. </flag> - <flag name="minimal"> + <flag name="minimal"> Only install munin-node and its plugins. This excludes the scripts to generate the web pages and the graphs. </flag> - <flag name="cgi"> + <flag name="cgi"> Install the CGI-compatible scripts for on-the-fly generation of web pages and graphs. This is only meaningful if the minimal USE flag is disabled. </flag> - <flag name="ipv6"> + <flag name="ipv6"> Add support for IPv6 in munin-node. IPv6 support for the master is always enabled, but the node requires a newer version of <pkg>dev-perl/net-server</pkg>, capable of listening to IPv6 sockets. </flag> - <flag name="syslog"> + <flag name="syslog"> Configure the node by default to log on syslog. This requires the presence of <pkg>virtual/perl-Sys-Syslog</pkg>. As of version 2.0.2, the master scripts only log to file, and not to syslog. </flag> - </use> + </use> </pkgmetadata> |