aboutsummaryrefslogtreecommitdiff
path: root/admin/muninlite
Commit message (Collapse)AuthorAge
* muninlite: update to new upstream release (2.1.1)Kim B. Heino2020-10-19
| | | | Signed-off-by: Kim B. Heino <b@bbbs.net>
* muninlite: update to new upstream release (2.1.0)Lars Kruse2020-10-08
| | | | Signed-off-by: Lars Kruse <devel@sumpfralle.de>
* muninlite: Bump PKG_RELEASEFrancois Dechery2020-09-28
| | | | Signed-off-by: Francois Dechery <wxopwx@gmail.com>
* muninlite: Fixes munin xinetd service not launching.Francois Dechery2020-09-27
| | | | Signed-off-by: Francois Dechery <wxopwx@gmail.com>
* muninlite: remove patch "hostname"Lars Kruse2020-04-19
| | | | | | | 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>
* muninlite: remove unused sections from MakefileLars Kruse2020-04-15
| | | | Signed-off-by: Lars Kruse <devel@sumpfralle.de>
* muninlite: update to 2.0.1Lars Kruse2020-04-14
| | | | | | | | | | | | * 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>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | 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>
* muninlite: fix irqstats pluginJorik Jonker2018-08-29
| | | | | | | | 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>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* muninlite: refresh patchesJonathan McCrohan2015-11-11
| | | | | | Purely cosmetic changes only. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: Fix fetching data for interfaces with a dash in the nameMartin Blumenstingl2015-11-11
| | | | | | | | | | | 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>
* muninlite: Fix parsing the available network interface namesMartin Blumenstingl2015-11-11
| | | | | Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: Enable the df plugin again and fix parsing disk usageMartin Blumenstingl2015-11-11
| | | | | | | Closes: #1926 Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: correctly parse ifname with - charJonathan McCrohan2015-04-21
| | | | | | | | | 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>
* muninlite: revert "correctly parse ifname with - char"Jonathan McCrohan2015-02-12
| | | | | | | | | | | | 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 <jmccrohan@gmail.com>
* muninlite: fix uptime should report days patchJonathan McCrohan2015-02-12
| | | | | | | | | 1295d87 failed to remove cdef config which will break graphs for existing users. Properly closes #810 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite: correctly parse ifname with - charFabio Capriati2015-02-07
| | | | | | | | | 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>
* muninlite: uptime should report days, not seconds.Craig Gallek2015-01-29
| | | | | | | | | 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>
* muninlite: Fix PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | muninlite is GPL-2.0+, not GPL-2.0 exclusively Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/Jonathan McCrohan2014-08-14
| | | | | | | | 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>
* muninlite: Add PKG_LICENSE informationIan Leonard2014-08-02
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* muninlite: Import from oldpackages, add myself as maintainerJonathan McCrohan2014-07-07
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>