Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / t / test-exception-wrapper.expected-failures @ bde90ba9

Historique | Voir | Annoter | Télécharger (14,6 ko)

# Date Auteur Commentaire
bde90ba9 2020-11-25 20:19 Lars Kruse

Plugin kvm_cpu: migrate to Python3, format documentation

0d055149 2020-11-25 20:19 Lars Kruse

Plugin keystone_stats: migrate to Python3, format documentation

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.

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

cdb9a445 2020-03-25 23:23 Lars Kruse

Plugin xfs_frag: fix shellcheck issues

f468341a 2020-03-25 23:23 Lars Kruse

Plugin read_serial_temperature: port to python3

f8801b87 2019-10-23 17:09 Olivier Mehani

[hostdenied] Reverse order of series so new entries are on top

Signed-off-by: Olivier Mehani <>

cfe070ea 2019-10-13 10:59 Olivier Mehani

[network/hostsdeny] Refactor to support any blocked service

The HostDenied field is renamed to ssh. To preserve existing data,

  1. cd /var/lib/munin/example.net
  2. mv hostname-hostsdeny-HostsDenied-g.rrd hostname-hostsdeny-sshd-g.rrd

This refactor incidentally also fixes a bug where empty or commented-out...

374cdde9 2019-10-03 11:34 Lars Kruse

Remove "upnpc_" from list of expected code style test failures

It was probably fixed around 81bf32a5.

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.

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

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

Plugin tor_: fix code style issues reported by flake8

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...