Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
ee68a404 2019-08-13 22:06 Lars Kruse

Plugin w1_: add executable flag and tolerate shellcheck failure

Hopefully the issue will be resolved via #1011.

fa3b9cdf 2019-08-13 19:32 Lars Kruse

Merge pull request #766 from webstoney/patch-1

w1_ plugin

c586f34d 2019-08-13 19:27 Lars Kruse

Plugin arris-tg3442: fix code style issues reported by flake8

69602b1b 2019-08-13 19:23 Lars Kruse

Plugin arris-tg3442: describe content of the base64 encoded cookie

The cookie content probably depends on the router model.

9b5dd914 2019-08-13 19:08 Lars Kruse

Merge pull request #977 from heeplr/patch-1

DOCSIS status monitoring

5b8adb58 2019-08-13 18:42 Lars Kruse

Plugin lighttpd_: fix code style issues reported by flake8

8b24b649 2019-08-13 18:36 Lars Kruse

Plugin icecast2_all: fix code style issues reported by flake8

ab3a5837 2019-08-13 18:29 Lars Kruse

Plugin icecast2_: fix code style issues reported by flake8

c466adc4 2019-08-13 18:29 Lars Kruse

Plugin ethermine_hashrate_: fix code style issues reported by flake8

275c82f4 2019-08-13 18:28 Lars Kruse

Plugin btcguild_hashrate_: fix code style issues reported by flake8

ba732fd7 2019-08-13 18:09 Lars Kruse

Plugin snmp__airport: fix code style issues reported by flake8

dacb5501 2019-08-13 18:02 Lars Kruse

Plugin snmp__synology: fix code style issues reported by flake8

8b69c8a1 2019-08-13 17:58 Lars Kruse

Remove plugin solrmulticore

The plugin was introduced in 2011 and superseded by the solr4_ plugin
introduced in 2013.

a730d96a 2019-08-13 17:56 Lars Kruse

Remove plugin solr

The plugin saw only one substantial commit (its initial addition to the
repository). This very first version of the plugin was already broken
(undefined variable "core1") and was never fixed.
Thus it feels sane to assume, that the plugin was never used.

be1dfde5 2019-08-13 17:56 Lars Kruse

Plugin solr4_: fix code style issues reported by flake8

117c5087 2019-08-13 17:56 Lars Kruse

Plugin solr4_: format perldoc header

a3319a6d 2019-08-13 17:47 Lars Kruse

Plugin tor_: switch to python3

24ab44ca 2019-08-13 17:47 Lars Kruse

Plugin tor_: fix code style issues reported by flake8

ebdbf1a9 2019-08-13 17:03 Lars Kruse

Plugins weather_*: specify regular expressions as raw strings

New versions of flake8 already complain about the non-raw nature of the
strings (respectively the improper escaping in the regular expression).

e5abdeeb 2019-08-12 23:16 Lars Kruse

tests: enable shellcheck for shell-based plugins and flake8 for python-based plugins

Many plugins are still failing these tests.
These expected failures are listed in a file
(t/test-exception-wrapper.expected-failures)
A wrapper script is used for running the tests and comparing the result...

53860136 2019-08-12 23:16 Lars Kruse

Plugin ejabberd_resources_: fix shellcheck issues

94434e4b 2019-08-12 23:16 Lars Kruse

Plugin zfs-filesystem-graph: fix here-document

e68a0308 2019-08-12 23:16 Lars Kruse

Plugin zfs-filesystem-graph: fix autoconf and remove "suggest"

be192b52 2019-08-12 23:16 Lars Kruse

Fix multiple python code issues (detected by flake8)

7fed3b97 2019-08-12 23:16 Lars Kruse

Fix multiple shellcheck issues

5b1099fb 2019-08-12 07:59 Lars Kruse

Merge pull request #1010 from mafri27/master

create icinga plugin to monitor check results

bc2f7098 2019-08-12 04:21 mafri

set execute to icinga_checks

5633f925 2019-08-12 03:51 mafri

create icinga plugin to monitor check results

3a426633 2019-08-12 00:09 Lars Kruse

Merge branch 'travis-test'

Fix remaining issues of the test environment.

fe379b6f 2019-08-12 00:04 Lars Kruse

Plugin amr: fix regex issue

An unescpaed left brace is rejected by recent versions of perl.

9695f9d6 2019-08-12 00:04 Lars Kruse

travis: update packages to Ubuntu Bionic

64c755a0 2019-08-12 00:04 Lars Kruse

travis: add more missing packages

a00fb19c 2019-08-12 00:03 Lars Kruse

travis: install requirements via apt

6e452ac6 2019-08-11 20:36 Lars Kruse

Plugin lxc: remove fieldname compatibility attempt with double underscores

The attempt of compatibility (introduced in c0fe6dc3c) did not work,
since the previous implementation replaced the first character
(if it was invalid - e.g. a digit) instead of prepending an underscore.

858f3e3a 2019-08-11 20:36 Lars Kruse

Plugin lxc: rename to "lxc_guests"

The plugin handles details of LXC guests. Thus we should leave the
remainder of the namespace to other plugins.

3ebcb8b5 2019-08-11 20:36 Lars Kruse

Plugin lxc: remove reference to framagit repository

Plugins maintained within the contrib repository of munin should not
refer to other locations as their primary source.
(otherwise they should be maintained in that primary source and not in
the contrib repository)

2f1be9f9 2019-08-11 20:36 Lars Kruse

Plugin lxc: update list of authors

f69587c2 2019-08-11 20:36 Lars Kruse

Plugin lxc: move to category "virtualization"

See http://guide.munin-monitoring.org/en/latest/reference/graph-category.html#well-known-categories

3f8ef105 2019-08-11 20:36 Lars Kruse

Plugin lxc: enable "set -eu" for better error handling

The code should be suitable for "exit-on-error" and "error-on-unset".

856572ad 2019-08-11 20:36 Lars Kruse

Plugin lxc: verify the availability of "lxc-ls"

Previously "autoconf" only verified, that /var/lib/lxc exists. But this
could be just a remainder of a formerly installed lxc package.

59cb851c 2019-08-11 20:36 Lars Kruse

Plugin lxc: add support for MUNIN_CAP_DIRTYCONFIG

f00f28cf 2019-08-11 20:36 Lars Kruse

Plugin lxc: use functions for top-level activities

This clarifies the flow of control and allows to use
MUNIN_CAP_DIRTYCONFIG later.

4356a024 2019-08-11 20:36 Lars Kruse

Plugin lxc: clarify name for function "active_guests"

Previously a variable and a function used the same name.
This was no problem, but it can cause confusion.

55b88187 2019-08-11 20:36 Lars Kruse

Plugin lxc: change the plugin from "bash" to "sh"

No more bashisms were left.

6bb47198 2019-08-11 20:36 Lars Kruse

Plugin lxc: separate function for title beautification

This avoids a bashism.

8b1d5376 2019-08-11 20:36 Lars Kruse

Plugin lxc: simplify interface of "lxc_cgroup" and rename function

33b2f3ed 2019-08-11 20:36 Lars Kruse

Plugin lxc: use comprehensible names for variables

8b955667 2019-08-11 20:36 Lars Kruse

Plugin lxc: fix handling of "excludes" parameter

Previously only the first item in the "excludes" environment variable
was really excluded.

199b4517 2019-08-11 20:36 Lars Kruse

Plugin lxc: use "grep -E" instead of "egrep"

46626b99 2019-08-11 20:36 Lars Kruse

Plugin lxc: simplify implementation of function "active_guests"

(551-600/4761) Par page : 50, 100, 200

Formats disponibles : Atom