Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
9e2b9182 2020-08-14 16:24 Rowan Wookey

Added env to exclude containers from cpu/memory docker graphs

It maybe desirable to not generate stats for ephemeral containers.
This commit adds an env variable EXCLUDE_CONTAINER_NAME which is a regex, if it matches
then the container is excluded from the cpu and memory graphs.

ca2484b3 2020-08-13 19:11 zivillian

extend workaround for multiple dashes

58e37130 2020-08-13 19:11 zivillian

extend workaround for multiple dashes

21379f58 2020-08-06 20:47 Lars Kruse

Add plugin "rsnapshot_duration"

The plugin monitors the duration of rsnapshot backups for each single
backup source.

The duration is parsed from rsnapshot's log file. The rsnapshot
configuration setting "loglevel 3" is required.

ce29a0f7 2020-07-19 12:08 Anton Shestakov

hwmon: recognize frequencies

Discovered thanks to an RX 570, which can show sclk and mclk via /sys/class/hwmon.

bd1302c3 2020-07-12 13:16 Lars Kruse

Plugin unifi_api: handle missing error fields in response

It seems to be possible, that the response lacks the values for
`rx_errors` and `tx_errors`. This should not result in warnings due to
undefined values.

Thanks, kboenke!

Closes: #1095

83737c4f 2020-07-12 12:30 Olivier Mehani

[plugins/solar/fronius] Monitor Solar Inverters using the Fronius Solar API

This includes caching of the inverter info with a 12h TTL, so the graph
still renders when the inverter has gone to sleep at night.

Signed-off-by: Olivier Mehani <>...

a731424c 2020-07-12 12:28 Olivier Mehani

[plugins/weather/wunderground] Add plugin to query station data from Weather Underground

It's a bit backwards, but works a treat when you don't own the station
but want the data in a better format.

Includes warnings on UV and heat indices, and visible lines for wind...

7dc76c87 2020-07-08 15:34 Gunnsteinn Þórisson

Replace split with explode

`split` was deprecated in PHP 5.3.0 and removed in PHP 7.0.0, `explode`
is a drop-in replacement.

54c95632 2020-07-08 15:23 Rowan Wookey

Modified http_request_time to allow specifying a user agent

Similar to other settings for this plugin, there is a new
env.urlN_agent setting which allows specifying a user agent

b3b8eed7 2020-05-29 06:45 moisseev

Plugin freeipmi: fix temperature warnings for HP iLO2

35e90ac3 2020-05-29 06:23 moisseev

Plugin freeipmi: add Intel BMC power sensors support

e8718d43 2020-05-29 03:33 moisseev

Plugin freeipmi: add env var for driver type

For instance, HP iLO requires LAN_2_0 driver

e254623b 2020-05-27 04:02 Olivier Mehani

[plugins/transmission] Fixups for consistency

Use standard colours for the transmission_activity plot (but keep a
darker one for paused torrents).

Also, remove the ${host} from the graph_title, and add it in the
graph_info, for better groupability.

Signed-off-by: Olivier Mehani <>

31f64337 2020-05-16 11:05 Lars Kruse

Plugin sabnzbd_*: fix compatbility with SABnzbd 3.x

The change is probably compatible with SABnzbd 2.x, as well.

Thanks, waywit for the change proposal.

Closes: #1082

24f48837 2020-04-29 12:00 Doctor

Change regex to match "prepend" pattern

89391118 2020-04-27 14:02 Rowan Wookey

Fixed autoconf on http_request_time

Previously it would error since the $url variable is
the array key isn't the url to check it's a santized version

699158fd 2020-04-24 23:55 Alejandro Suarez

Requirements workaround due to #1073

475fe56d 2020-04-24 23:55 Alejandro Suarez

Removed requirement
Some routers doesn't have temperature sensors

3032db48 2020-04-24 23:55 Alejandro Suarez

Added monitoring of router temperature

0cfcf2cc 2020-04-24 23:33 Romain MAZIERE

Fix geowebcache-bandwidth

46f383f9 2020-04-24 23:33 Romain MAZIERE

Fix geowebcache-blankitems

5a373466 2020-04-24 23:25 Romain MAZIERE

Fix geowebcache-cache-hits-ratio

f6738f41 2020-04-21 14:14 Lars Kruse

Plugin apache_memory: fix title description formatting

The plugin gallery and "munin-run" relies on a space after the hyphen.

dbaeb025 2020-04-21 14:11 Lars Kruse

Plugins apache_tmemory and apache_servers: multiple changes

  • use base SI units for memory consumption
    (breaks graph values compared to older version)
  • fix quoting for regular expressions
  • use common defaults for configuration settings
16ab1d10 2020-04-21 14:02 Lars Kruse

Plugin apache_memory: fix spelling and mark as clean

991d0ab5 2020-04-21 13:52 Lars Kruse

Merge branch 'plugins-apache-memory'

62ff5981 2020-04-21 13:51 Lars Kruse

Rename plugin "apache_memmory" to "apache_memory"

The original name was misspelled.

e7fbfe0b 2020-04-21 13:51 Lars Kruse

Plugin apache_memory: use base SI units for result

Munin will take care for proper units dynamically.

This breaks previously existing graphs.

d8fd604e 2020-04-21 13:46 Lars Kruse

Plugin apache_memory: improve title

1ac5fbdf 2020-04-21 13:46 Lars Kruse

Plugin apache_memory: fix quoting

dd41152c 2020-04-21 13:46 Lars Kruse

Plugin apache_memory: properly quote patterns and simplify calculation

Previously the calculation had some issues:
  • patterns with whitespace caused errors
  • the number of processes could change between the steps for
    counting and averaging
  • handle "no match" properly (returning "U" - unknown - instead of an...
b087127c 2020-04-21 13:46 Lars Kruse

Plugin apache_memory: unify whitespace

edb4e1e8 2020-04-21 13:40 Lars Kruse

Plugin apache_memory: specify common default values

Previously the plugin did not work without configuration.
Now it should work on many systems out of the box.

71f92805 2020-04-21 13:23 Pierre-Alain TORET

change Python iteritems by items

168f6f92 2020-04-21 13:23 Pierre-Alain TORET

display units for tor_traffic

9a2a8138 2020-04-21 12:55 Vincas Dargis

bitcoind_: return support for older Bitcoin Core versions

Refactor to take Bitcoin Core minor version into consideration,
and use that to implement legacy version support.

15f1055e 2020-04-21 12:55 Vincas Dargis

bitcoind_: update for Bitcoin Core v0.19.0 release

  • Use new RPC calls to get relevant statistics, as some calls are either
    deprecated or completely removed.
  • Fix response printing when MUNIN_DEBUG is set.
  • Remove "fees" graph as there is no sane way to implement that....
642b48a4 2020-04-21 05:03 Lars Kruse

Plugin postgres_queries3: fix documentation

Thanks, Romain Maziere

Closes: #1067

fcd2af7b 2020-04-18 09:43 Rowan Wookey

Improved docker_ performance when getting CPU/Memory stats

Added parallel processing using python's muliprocessing module
to fork a new process each for each docker container when gathering
stats.

This vastly improves performance since using a for loop the script...

5392e84b 2020-04-17 22:17 Rowan Wookey

Fixed warnings generated by total_by_process_

Fixed the following:

  • Argument "config" isn't numeric in numeric eq (==) at line 89.
  • Use of uninitialized value $ARGV1 in string eq at line 35
90ccaf4b 2020-04-17 07:42 Olivier Mehani

[router/freebox] fix vlabel

Signed-off-by: Olivier Mehani <>

a4f8f332 2020-04-15 22:43 JTSage

muncollapse template: missed 1 file remove

12ded312 2020-04-15 22:33 JTSage

- Add "muncollapse" template (the template formerly known as munstrap4).

Lots of changes:

  • Fix the README
  • Add a makefile to fetch bootstrap, lazyload, jquery, the munin logo, and the munin favicon
  • Mostly re-write dynazoom. It works very much like the stock one now, with a few extra quick buttons, and of course the bootstrap styling...
667ee02b 2020-04-15 10:42 Sebastian L

Small fix for nextcloud_apps_multigraph

33af56af 2020-04-15 10:42 Sebastian L

Simple multigraph plugin for nextcloud

3ee9de82 2020-04-12 15:40 Sebastian L

Split videostreams in separate graph for better readability

bc2dc914 2020-04-09 14:13 JTSage

Add "munstrap4" template.

This template is based on the original munstrap template, updated
to use bootstrap4 and fixing some of the navigation issues the
author had with the original project.

Key Features: * Most pages use lazy-loaded images to cut down network usage....

3693adb3 2020-04-05 15:13 Younes Ichiche

fix multicall arg

34c2bc57 2020-04-05 15:13 Younes Ichiche

extra arg for multicall2 was missing in _vol

(401-450/4761) Par page : 50, 100, 200

Formats disponibles : Atom