summaryrefslogtreecommitdiff
blob: 60c9803c00df8666db3217889d2b79a6578d7ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?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="&gt;=net-analyzer/munin-2.0.2">
    <email>flameeyes@gento.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
    high number of monitoring plugins will be playing with no more effort. Using
    Munin you can easily monitor the performance of your computers, networks,
    SANs, and quite possibly applications as well. It makes it easy to determine
    "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'>
      Install the packages required for monitoring MySQL. Disabling
      the flag does not remove any plugin files.
    </flag>
    <flag name='postgres'>
      Install the packages required for monitoring
      PostgreSQL. Disabling the flag does not remove any plugin files.
    </flag>
    <flag name='asterisk'>
      Install the packages required for monitoring Asterisk. Disabling
      the flag does not remove any plugin files.
    </flag>
    <flag name='irc'>
      Install the packages required for monitoring IRC. Disabling the
      flag does not remove any plugin files.
    </flag>
    <flag name='memcached'>
      Install the packages required for memcached
      monitoring. Disabling the flag does not remove any plugin files.
    </flag>
    <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'>
      Only install munin-node and its plugins. This excludes the
      scripts to generate the web pages and the graphs.
    </flag>
    <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>
  </use>
</pkgmetadata>