Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
1a614fb0 2020-09-03 19:55 Lars Kruse

Plugin acpi_batt_: improve perldoc formatting

c8c20a46 2020-09-03 09:23 Olivier Mehani

[plugins/snmp__cisco_] SNMP plugin to query arbitrary SNMP MIBs on Cisco (and maybe other) equipment

Signed-off-by: Olivier Mehani <>

92483a04 2020-08-30 22:56 Olivier Mehani

[plugins/transmission] Lint

Signed-off-by: Olivier Mehani <>

897de1bb 2020-08-30 22:55 Olivier Mehani

squash! [plugins/transmission] Fixups for consistency

Only show host in title when not localhost

8cb47cbf 2020-08-30 14:57 Bianco Veigel

remove empty line from config

6a1a9c7c 2020-08-29 18:54 Lars Kruse

Fix wrong "example-directory" names

7a00a8b5 2020-08-28 08:38 Lars Kruse

plugins/README: mention more style check tools

84e0858b 2020-08-28 08:37 Lars Kruse

README: remove references for subversion

047725bc 2020-08-28 08:36 Lars Kruse

README: whitespace adjustments

bd872f7a 2020-08-25 21:24 Lars Kruse

btrfs_*_usage: add example graphs

Provided by HaseHarald.
See https://github.com/munin-monitoring/contrib/pull/1114.

c6ad9524 2020-08-25 21:18 Lars Kruse

Merge pull request #1114 from HaseHarald/master

[plugins/disk/] Add plugins to monitor btrfs pools on a per device base

3f92394b 2020-08-25 16:01 HaseHarald

Touchups on configuration.

6f0e91f8 2020-08-25 14:21 HaseHarald

Add perldoc-style header.

3143c2c5 2020-08-25 11:49 Lars Kruse

Tests: apply the exceptions to ruby-based code checks

758c3ecd 2020-08-25 11:44 Lars Kruse

Tests: add ruby style and code checks via rubocop

At the moment all plugins fail the test out of various reasons.
Thus they are exempted from causing test failures.

But future (new) plugins will fail the test and thus indicate the
relevant steps to fix issues before a plugin is included.

809639ab 2020-08-25 11:44 Lars Kruse

Ruby plugins: apply code changes as suggested by "rubocop --auto-correct"

b0b39b01 2020-08-25 11:44 Lars Kruse

Ruby plugins: apply style changes as suggested by "rubocop --fix-layout"

26c29daa 2020-08-25 11:44 Lars Kruse

t/test-exception-wrapper: fix documentation

40827a05 2020-08-25 11:44 Lars Kruse

Python plugins: fix style issues

3bc93969 2020-08-25 11:44 Lars Kruse

Unify file encodings to UTF8

36748826 2020-08-25 11:44 Lars Kruse

Fix spelling mistakes

d1a69fe2 2020-08-25 11:44 Lars Kruse

lint: ignore python's compiled files for codespell

72eeb415 2020-08-25 11:44 Lars Kruse

spelling: change "licenced" to "licensed"

Even though "licenced" is proper (British English) spelling,
"spellcheck" complains about it (probably being focused on American
English).
The change should just clean up the output of the spelling linter and
should not be interpreted as a language preference....

13d5b234 2020-08-25 10:17 Olivier Mehani

[plugin/docker_] Improvements to docker_ plugin (#1094)

  • Add support for docker_network
  • Actually show non running containers counts
  • Show intermediate and dangling images counts
  • Add warnings on dangling images and dead containers
  • Fully support autoconf and suggest...
bffbc23a 2020-08-24 15:37 HaseHarald

Fix linting issues.

675dedf1 2020-08-23 12:17 HaseHarald

[plugins/disk/btrfs_device_usage] Reformat linebreaks.

Following suggestions from linting.

f12bfed7 2020-08-23 12:15 HaseHarald

[plugins/disk/btrfs_device_stats] Remove unused variable.

7d220d0a 2020-08-23 11:45 HaseHarald

[plugins/disk/btrfs_device_usage] Fix issues brought up by CI.

- Remove trailing whitespace.
- Add whitespace around operators.
- Add linebreaks to shorten the lines.

5f88f9ad 2020-08-23 11:34 HaseHarald

Fix issues brought up by CI.

- Remove trailing whitespace
- Remove unused variable.

7bf77a00 2020-08-23 10:43 HaseHarald

[plugins/disk/btrfs_device_stats] Add a plugin to monitor device stats from btrfs.

Monitors the different device-counters (mostly for errors) of the disks in a btrfs pool.

10f2d97f 2020-08-23 10:38 HaseHarald

[plugins/disk/btrfs_device_usage] Add plugin to monitor btrfs usage on a device level.

Shows the used size of each device in a btrfs pool in bytes and percent.

6052c56d 2020-08-23 08:21 Kenyon Ralph

plugins/puppet/puppet_runtime: fix formatting

Used rufo https://github.com/ruby-formatter/rufo

852aa41a 2020-08-19 16:47 Lars Kruse

Remove global flake8 override

10ca1256 2020-08-19 16:44 pcy

[plugins/mysql/mysql_audit] Added plugin for monitoring the audit log

Shows the number of active over time

271e21d3 2020-08-19 16:43 pcy

[plugin/user/cronjobs] added plugin to monitor cronjobs

Graphs the number of cronjobs active at a certain moment, per user

7761514c 2020-08-19 16:42 pcy

[plugins/git/gitlab_statistics] added plugin to display GitLab stats

Graphs common GitLab statistics (user, repo, fork, ... count) using its
HTTP API statistics endpoint (requires a token to be set and passed to
the plugin)

260c8c8f 2020-08-17 22:15 Andreas Perhab

docker_cpu: fix warnings when docker ps has empty list

0853d409 2020-08-17 22:15 Andreas Perhab

docker_cpu: fix data for container names starting with numbers

a1cff256 2020-08-17 22:12 pcy

[plugins/dovecot/dovecot] make 'connected users' graph DERIVEable

06919f18 2020-08-17 10:20 Lars Kruse

Plugin mysql_disk_by_prefix: remove flake8 override and unused import

The flake8 line was interpreted as "ignore this file".

ee226a60 2020-08-17 09:51 pcy

[plugins/mysql/mysql_disk_by_prefix] Add plugin for DB size by user

6fdf6995 2020-08-16 21:05 pcy

[plugins/user/procbyuser] added plugin to monitor processes of a user

Graphs the number of processes owned by a user over time

0031acd6 2020-08-16 21:02 pcy

[plugins/user/cpubyuser] Bugfixes and enhancements

- Fix USERS=ALL only enumerating processes with a tty or pty attached
(and thus not eg. user-owned FastCGI processes, owned by eg. Apache)
- ps(1) is used to make process list parsing easier and more robust...

a1c4bcb2 2020-08-16 20:46 pcy

[plugins/user/membyuser] Minor enhancements

Don't use a fixed scale
Use resident set size as measure for a process' memory usage instead
of vsz
More robust username enumeration

0d6b938c 2020-08-16 20:44 pcy

[plugins/systemd/systemd_units] Optionally hide extinfo of active services

These services are running fine, so the extinfo would mostly just clutter
the webui while making the extinfo of relevant (i.e. down) services
harder to find.

aee6a152 2020-08-16 20:41 Michael Fritscher

Fixes quota für zvols. Without this, the log gets spammed with

2020/08/16 04:45:24 [ERROR] In RRD: Error updating /var/lib/munin/localdomain/localhost.localdomain-zfs_list_rpool__name-quota-g.rrd: /var/lib/munin/localdomain/localhost.localdomain-zfs_list_rpool__name-quota-g.rrd: Function update_pdp_prep, case DST_GAUGE - Cannot convert '-' to float

225a9156 2020-08-16 20:41 Bianco Veigel

add proxmox comment

00f8fce4 2020-08-16 20:41 Bianco Veigel

prevent duplicate graphs and unify line style

113008b0 2020-08-16 20:41 Bianco Veigel

use name from commandline parameter for kvm

8cff506f 2020-08-14 16:30 Lars Kruse

Plugin multi_tcp_ping: gracefully handle DNS resolution problems

Previously the plugin exited with an error, if the target name could not
be resolved. Now this problem is handled just like an "unreachable"
situation.

Thanks, nitram2342!

Closes: #1091

(351-400/4761) Par page : 50, 100, 200

Formats disponibles : Atom