munin 2.0.54-1ubuntu1 source package in Ubuntu

Changelog

munin (2.0.54-1ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Run the setup again, if upgrading from 2.0.37-1.  This change can be
      dropped after the Ubuntu 20.04 LTS release.
    - Add missing test dependency on net-tools for netstat plugin.
  * Dropped changes, included in Debian:
    - Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu.

munin (2.0.54-1) unstable; urgency=medium

  * New upstream release, drop debian/patches merged upstream.

munin (2.0.52-1) unstable; urgency=medium

  [ Lars Kruse ]
  * New upstream version 2.0.52 introducing the new tool "munin-get" and
    fixing various issues including:
    - sensors_ plugin unable to parse millivolt (Closes: #943577)
  * Add Russian translation for debconf strings.
    (thanks, Lev Lamberov, Closes: #942638)
  * Add Portuguese translation for debconf strings.
    (thanks, Américo Monteiro, Closes: #942697)
  * Add Dutch translation for debconf strings.
    (thanks, Frans Spiesschaert, Closes: #945359)
  * Add Recommends for new "munin-get" tool.
  * Patch: fix missing "munindoc" in build process.
  * Tests: compatibility with systemd-only derivatives (Closes: #926979)
  * Tests: simplify handling of different init systems.
  * Tests: reduce environment requirements for sysvinit tests from
    "isolation-machine" to "isolation-container"
  * Mention systemd restrictions in README.PluginConfiguration.

 -- Steve Langasek <email address hidden>  Sat, 01 Feb 2020 12:56:26 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
munin_2.0.54.orig.tar.gz 2.2 MiB 9930cebb0328a15b30edd7f4920ca89b61a24db5f55d0f70d76c00620daec3b3
munin_2.0.54.orig.tar.gz.asc 833 bytes ab1785353e59260cc071bdef232b693c58d4684d4daef12af6989bed7d461acf
munin_2.0.54-1ubuntu1.debian.tar.xz 63.8 KiB 2005b1125c328516595d5339b3c1b5e7797e3062084af885fe28fbd391f68cdf
munin_2.0.54-1ubuntu1.dsc 3.2 KiB 25320a4a88dd22e3a4d1b96c1d7c3ce5114a4abcdbe21dabe3a32953fc22d2ef

View changes file

Binary packages built by this source

munin: 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.

munin-async: 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.

munin-common: 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.

munin-doc: 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.

munin-node: 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.

munin-plugins-core: 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.

munin-plugins-extra: 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.

munin-plugins-java: 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.