Commit Graph

24 Commits

Author SHA1 Message Date
Lars Kruse e6280a5bed
muninlite: update to new upstream release (2.1.2)
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2021-07-14 13:47:01 +02:00
Kim B. Heino 0f4db441b8 muninlite: update to new upstream release (2.1.1)
Signed-off-by: Kim B. Heino <b@bbbs.net>
2020-10-19 15:54:33 +03:00
Lars Kruse 3e33772c49 muninlite: update to new upstream release (2.1.0)
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2020-10-08 14:44:08 +02:00
Francois Dechery 5affa01aab muninlite: Bump PKG_RELEASE
Signed-off-by: Francois Dechery <wxopwx@gmail.com>
2020-09-28 10:15:16 +02:00
Francois Dechery f458a286e9 muninlite: Fixes munin xinetd service not launching.
Signed-off-by: Francois Dechery <wxopwx@gmail.com>
2020-09-27 12:56:18 +02:00
Lars Kruse b48b144978 muninlite: remove patch "hostname"
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 <devel@sumpfralle.de>
2020-04-19 14:30:01 +02:00
Lars Kruse 4bddd3de87 muninlite: remove unused sections from Makefile
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
2020-04-15 16:13:41 +02:00
Lars Kruse 7b2b37c4a1 muninlite: update to 2.0.1
* 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 <devel@sumpfralle.de>
2020-04-14 17:12:47 +02:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Jorik Jonker aac517d287 muninlite: fix irqstats plugin
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 <jorik@kippendief.biz>
2018-08-29 21:23:13 +08:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Jonathan McCrohan 711500512e muninlite: refresh patches
Purely cosmetic changes only.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:45:12 +00:00
Martin Blumenstingl d7b9595482 muninlite: Fix fetching data for interfaces with a dash in the name
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 <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:43:07 +00:00
Martin Blumenstingl bca11d706f muninlite: Fix parsing the available network interface names
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:40:14 +00:00
Martin Blumenstingl 4100e103fc muninlite: Enable the df plugin again and fix parsing disk usage
Closes: #1926

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:38:00 +00:00
Jonathan McCrohan cb28f6e459 muninlite: correctly parse ifname with - char
Rewrote Jo-Philipp Wich's patch so it applies to source files rather
than generated files.

Closes #701

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-04-21 23:16:14 +01:00
Jonathan McCrohan 4f8fea4e22 muninlite: revert "correctly parse ifname with - char"
This reverts commit edcad492e1.

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

Reopens #701
Closes #889

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-02-12 00:31:09 +00:00
Jonathan McCrohan 8c6a2df87a muninlite: fix uptime should report days patch
1295d87 failed to remove cdef config which will break graphs for
existing users.

Properly closes #810

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-02-12 00:24:13 +00:00
Fabio Capriati edcad492e1 muninlite: correctly parse ifname with - char
Jonathan McCrohan: Squashed Fabio Capriati and Jo-Philipp Wich's patches.

Closes #701

Signed-off-by: Fabio Capriati <faxcpr@tiscali.it>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-02-07 20:56:27 +00:00
Craig Gallek 1295d8723f muninlite: uptime should report days, not seconds.
upstream bug: https://sourceforge.net/p/muninlite/patches/8/

Closes #810

Signed-off-by: Craig Gallek <cgallek@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-01-29 21:31:49 +00:00
Jonathan McCrohan 4699cfa821 muninlite: Fix PKG_LICENSE information
muninlite is GPL-2.0+, not GPL-2.0 exclusively

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-08-14 01:04:12 +01:00
Jonathan McCrohan c3e9974862 muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/
Replace the MAINTAINER lines in packages that I maintain with
PKG_MAINTAINER lines, to be consistent with the rest of the packages
tree.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-08-14 00:39:20 +01:00
Ian Leonard 863c1dc684 muninlite: Add PKG_LICENSE information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-02 01:26:29 -07:00
Jonathan McCrohan 231da9d0f3 muninlite: Import from oldpackages, add myself as maintainer
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-07-07 23:45:26 +01:00