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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237
|
Source: munin
Section: net
Priority: optional
Maintainer: Munin Debian Maintainers <team+munin@tracker.debian.org>
Uploaders: Holger Levsen <holger@debian.org>,
Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends-Indep: default-jdk,
html2text,
htmldoc,
libfile-slurp-perl,
libhtml-template-perl,
libio-stringy-perl,
liblist-moreutils-perl,
liblog-log4perl-perl,
libnet-server-perl,
libnet-snmp-perl,
libnet-ssleay-perl,
librrds-perl,
libtest-deep-perl,
libtest-differences-perl,
libtest-exception-perl,
libtest-longstring-perl,
libtest-mockmodule-perl,
libtest-mockobject-perl,
perl
Build-Depends: debhelper-compat (=13), libmodule-build-perl, po-debconf
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://munin-monitoring.org
Vcs-Git: https://salsa.debian.org/debian/munin.git -b debian
Vcs-Browser: https://salsa.debian.org/debian/munin
Package: munin
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: cron | cron-daemon | systemd-sysv,
fonts-dejavu-core,
libdigest-md5-perl,
libfile-copy-recursive-perl,
libhtml-template-perl,
libio-socket-inet6-perl,
liblog-log4perl-perl,
librrds-perl,
libstorable-perl,
libtime-hires-perl,
libtimedate-perl,
liburi-perl,
munin-common (>= ${binary:Version}),
netbase,
rrdtool,
${misc:Depends},
${perl:Depends}
Recommends: libcgi-fast-perl, munin-doc, munin-node
Suggests: httpd, libapache2-mod-fcgid, libnet-ssleay-perl, www-browser
Description: network-wide graphing framework (grapher/gatherer)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the grapher/gatherer. You will only need one instance of
it in your network. It will periodically poll all the nodes in your network
it's aware of for data, which it in turn will use to create graphs and HTML
pages, suitable for viewing with your graphical web browser of choice.
.
It is also able to alert you if any value is outside of a preset boundary,
useful if you want to be alerted if a filesystem is about to grow full, for
instance. You can do this by making Munin run an arbitrary command when you
need to be alert it, or make use of the intrinsic Nagios support.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from <http://munin-monitoring.org/> to a live installation.
Package: munin-node
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: libnet-server-perl,
munin-common (>= ${binary:Version}),
munin-plugins-core,
netbase,
${misc:Depends},
${perl:Depends}
Recommends: gawk, git, jo, jq, man, munin-plugins-extra, perl-doc, procps
Suggests: munin, munin-plugins-java
Description: network-wide graphing framework (node)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the daemon for the nodes being monitored. You should
install it on all the nodes in your network. It will know how to extract all
sorts of data from the node it runs on, and will wait for the gatherer to
request this data for further processing.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from <http://munin-monitoring.org/> to a live installation.
Package: munin-plugins-core
Provides: munin-plugins
Architecture: all
Depends: munin-common (>= ${binary:Version}), ${misc:Depends}, ${perl:Depends}
Recommends: libnet-snmp-perl
Suggests: acpi | lm-sensors,
conntrack,
default-mysql-client,
ethtool,
hdparm,
libcache-cache-perl,
libdbd-mysql-perl,
libdbd-pg-perl,
libhttp-date-perl,
liblwp-useragent-determined-perl,
libnet-dns-perl,
libnet-ip-perl,
libnet-irc-perl,
libnet-ldap-perl,
libnet-netmask-perl,
libnet-telnet-perl,
libwww-perl,
libxml-parser-perl,
libxml-simple-perl,
logtail,
net-tools,
python3,
ruby,
smartmontools
Description: network-wide graphing framework (plugins for node)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the official plugins for the Munin node, capable of
extracting common values such as cpu usage, network usage, load average, and
so on.
.
Creating your own plugins which are capable of extracting other system-specific
values is very easy, and is often done in a matter of minutes.
You can also create plugins which relay information from other devices in your
network that can't run Munin, such as a switch or a server running another
operating system, by using SNMP or similar technology.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from <http://munin-monitoring.org/> to a live installation.
Package: munin-plugins-extra
Architecture: all
Depends: munin-common (>= ${binary:Version}), ${misc:Depends}, ${perl:Depends}
Suggests: libcache-memcached-perl,
liblwp-useragent-determined-perl,
libnet-ip-perl,
libnet-netmask-perl,
libnet-snmp-perl,
libnet-telnet-perl,
libtext-csv-xs-perl,
libxml-libxml-perl,
python3
Description: network-wide graphing framework (user contributed plugins for node)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains unsupported plugins for the Munin node, contributed by
various users of Munin.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from <http://munin-monitoring.org/> to a live installation.
Package: munin-plugins-java
Architecture: all
Depends: default-jre-headless | java6-runtime-headless | java5-runtime-headless | java2-runtime-headless,
munin-common (>= ${binary:Version}),
${misc:Depends}
Description: network-wide graphing framework (java plugins for node)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the java based plugins that are used by munin-node to
monitor Java Management Extensions (JMX).
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from <http://munin-monitoring.org/> to a live installation.
Package: munin-common
Architecture: all
Depends: adduser, liblist-moreutils-perl, ${misc:Depends}, ${perl:Depends}
Description: network-wide graphing framework (common)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the common perl modules that are used by both munin
and munin-node.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from <http://munin-monitoring.org/> to a live installation.
Package: munin-async
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
munin-common (>= ${binary:Version}),
munin-node,
${misc:Depends},
${perl:Depends}
Description: network-wide graphing framework (async master/client)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains munin-async and munin-asyncd which can
be used for (optional) asynchronous operation of munin-update.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from <http://munin-monitoring.org/> to a live installation.
Package: munin-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${perl:Depends}
Description: network-wide graphing framework (documentation)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains all the documentation as POD files.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from <http://munin-monitoring.org/> to a live installation.
|