<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/admin/muninlite/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-01-09T23:11:38Z</updated>
<entry>
<title>muninlite: add some patches to address old issues</title>
<updated>2025-01-09T23:11:38Z</updated>
<author>
<name>Rany Hany</name>
</author>
<published>2025-01-02T13:38:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7d752193e452f0d863d985ad758be77ee1bfa85a'/>
<id>urn:sha1:7d752193e452f0d863d985ad758be77ee1bfa85a</id>
<content type='text'>
As muninlite doesn't appear to have had a release in a few years and activity
on the git repo appears to have stalled, we add some patches on our end for now.

Patches:

- 001-&gt;004 are upstream fixes from master.
- 100 is a submitted PR: https://github.com/munin-monitoring/muninlite/pull/19
  to fix https://github.com/munin-monitoring/muninlite/issues/14.
- 200-&gt;204 is a submitted PR to allow customizing the monitored network interfaces:
  https://github.com/munin-monitoring/muninlite/pull/18. Despite the large
  number of patches it is actually a trivial change.

Signed-off-by: Rany Hany &lt;rany_hany@riseup.net&gt;
</content>
</entry>
<entry>
<title>muninlite: remove patch "hostname"</title>
<updated>2020-04-19T12:30:01Z</updated>
<author>
<name>Lars Kruse</name>
</author>
<published>2020-04-19T12:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b48b1449789579cab72f51328415755f10ce1a40'/>
<id>urn:sha1:b48b1449789579cab72f51328415755f10ce1a40</id>
<content type='text'>
Since muninlite 2.0 the unpatched upstream also uses
/proc/sys/kernel/hostname.  Thus the patch is not necessary anymore.

Signed-off-by: Lars Kruse &lt;devel@sumpfralle.de&gt;
</content>
</entry>
<entry>
<title>muninlite: update to 2.0.1</title>
<updated>2020-04-14T15:12:47Z</updated>
<author>
<name>Lars Kruse</name>
</author>
<published>2020-04-12T17:18:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7b2b37c4a1b2814d29cda9afad8cb2fbe7b3b0a9'/>
<id>urn:sha1:7b2b37c4a1b2814d29cda9afad8cb2fbe7b3b0a9</id>
<content type='text'>
* follow upstream ressources to github
* rename /usr/sbin/munin-node to /usr/sbin/muninlite
  (following the chane of upstream)
* change plugin directory from /usr/sbin/munin-node-plugin.d/
  to /etc/munin/plugins (compatible to upstream / munin-node)
* all patches (except one OpenWrt-specific patch) were merged
  upstream

Signed-off-by: Lars Kruse &lt;devel@sumpfralle.de&gt;
</content>
</entry>
<entry>
<title>muninlite: fix irqstats plugin</title>
<updated>2018-08-29T13:23:13Z</updated>
<author>
<name>Jorik Jonker</name>
</author>
<published>2018-08-29T08:36:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aac517d2871493439abd0782562d4fabb5e277c7'/>
<id>urn:sha1:aac517d2871493439abd0782562d4fabb5e277c7</id>
<content type='text'>
The config() function of irqstats seems to contain a superfluous
semicolon, causing munin to choke on this plugin. This simple patch
fixes exactly that.

Signed-off-by: Jorik Jonker &lt;jorik@kippendief.biz&gt;
</content>
</entry>
<entry>
<title>muninlite: refresh patches</title>
<updated>2015-11-11T23:45:12Z</updated>
<author>
<name>Jonathan McCrohan</name>
</author>
<published>2015-11-11T23:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=711500512e6664e12ffcf4cd82cebcfb935124ea'/>
<id>urn:sha1:711500512e6664e12ffcf4cd82cebcfb935124ea</id>
<content type='text'>
Purely cosmetic changes only.

Signed-off-by: Jonathan McCrohan &lt;jmccrohan@gmail.com&gt;
</content>
</entry>
<entry>
<title>muninlite: Fix fetching data for interfaces with a dash in the name</title>
<updated>2015-11-11T23:43:07Z</updated>
<author>
<name>Martin Blumenstingl</name>
</author>
<published>2015-11-07T17:23:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d7b95954821d4f28139c1611b3b382a03f528786'/>
<id>urn:sha1:d7b95954821d4f28139c1611b3b382a03f528786</id>
<content type='text'>
munin-node passes the original interface name (as extracted from
/proc/net/dev) to if_* and if_err_*. Thus replacing dash with underscore
results in interfaces not being found anymore.

Closes: #1927

Signed-off-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;
Signed-off-by: Jonathan McCrohan &lt;jmccrohan@gmail.com&gt;
</content>
</entry>
<entry>
<title>muninlite: Fix parsing the available network interface names</title>
<updated>2015-11-11T23:40:14Z</updated>
<author>
<name>Martin Blumenstingl</name>
</author>
<published>2015-11-07T17:11:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bca11d706fe34d8742a84c2df8b37a0ff5e93505'/>
<id>urn:sha1:bca11d706fe34d8742a84c2df8b37a0ff5e93505</id>
<content type='text'>
Signed-off-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;
Signed-off-by: Jonathan McCrohan &lt;jmccrohan@gmail.com&gt;
</content>
</entry>
<entry>
<title>muninlite: Enable the df plugin again and fix parsing disk usage</title>
<updated>2015-11-11T23:38:00Z</updated>
<author>
<name>Martin Blumenstingl</name>
</author>
<published>2015-11-07T16:12:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4100e103fc4f1d7e3da860c1b0c34cb73356c4b7'/>
<id>urn:sha1:4100e103fc4f1d7e3da860c1b0c34cb73356c4b7</id>
<content type='text'>
Closes: #1926

Signed-off-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;
Signed-off-by: Jonathan McCrohan &lt;jmccrohan@gmail.com&gt;
</content>
</entry>
<entry>
<title>muninlite: correctly parse ifname with - char</title>
<updated>2015-04-21T22:16:14Z</updated>
<author>
<name>Jonathan McCrohan</name>
</author>
<published>2015-04-21T22:16:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cb28f6e4591864ca68fb4c37044e0dae6d1e3b03'/>
<id>urn:sha1:cb28f6e4591864ca68fb4c37044e0dae6d1e3b03</id>
<content type='text'>
Rewrote Jo-Philipp Wich's patch so it applies to source files rather
than generated files.

Closes #701

Signed-off-by: Jonathan McCrohan &lt;jmccrohan@gmail.com&gt;
</content>
</entry>
<entry>
<title>muninlite: revert "correctly parse ifname with - char"</title>
<updated>2015-02-12T00:31:09Z</updated>
<author>
<name>Jonathan McCrohan</name>
</author>
<published>2015-02-12T00:31:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4f8fea4e2288c7c5507ef06a6dbd4819efc56cf9'/>
<id>urn:sha1:4f8fea4e2288c7c5507ef06a6dbd4819efc56cf9</id>
<content type='text'>
This reverts commit edcad492e115e012366b41350e9cd3032bda832e.

Patch is broken and breaking build; reverting until I have time to
investigate.

Reopens #701
Closes #889

Signed-off-by: Jonathan McCrohan &lt;jmccrohan@gmail.com&gt;
</content>
</entry>
</feed>
