Projet

Général

Profil

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

root / t @ 375d3643

# Date Auteur Commentaire
375d3643 2021-03-10 06:42 lifeofguenter

remove failing test?

51864405 2020-11-25 20:20 Lars Kruse

Plugin nutcracker_requests_: migrate to Python3, format documentation

7cf2dda9 2020-11-25 20:20 Lars Kruse

Plugin snmp__juniper: migrate to Python3

8152186b 2020-11-25 20:20 Lars Kruse

Plugin snmp__juniper_spu: migrate to Python3

4387edfa 2020-11-25 20:20 Lars Kruse

Plugin mongo_btree: migrate to Python3, format documentation

d8c30923 2020-11-25 20:20 Lars Kruse

Plugin nova_services: migrate to Python3, format documentation

37d81d7a 2020-11-25 20:20 Lars Kruse

Plugin nova_instance_: migrate to Python3, format documentation

d168d49e 2020-11-25 20:20 Lars Kruse

Plugin nova_floating_ips: migrate to Python3, format documentation

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

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.

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

t/test-exception-wrapper: fix documentation

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

3716783a 2019-10-03 11:36 Lars Kruse

test-exception-wrapper: mention removal of a file from the list of expected failures

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

878e7334 2019-07-27 15:15 Steve Schnepp

t: fixing skip

f42fdaa6 2019-07-27 15:03 Steve Schnepp

t: ignore empty files

58f0ab64 2019-07-27 10:54 Steve Schnepp

travis: remove the check for the nvidia plugin

6c0e154e 2018-03-09 00:10 Lars Kruse

tests: add "shellcheck" tests for "ksh" scripts

ebe5be1d 2018-03-08 17:43 Lars Kruse

tests: verify executable flag for plugins with shebang

29e6f53c 2018-03-08 17:21 Lars Kruse

test: removed duplicate branch for "zsh"

added (by mistake) in c503e0dbcfd8ccffbe7e86c1437266baf53802c9

7ec35e17 2018-03-07 22:26 Lars Kruse

tests: work around 'checkbashisms' complaining about "command -v"

"command -v" should be the preferred way of determining the location (or
existence) of an executable.
Sadly "checkbashisms" interprets "command -v" as a possible bashism,
since "command -v" was introduced in IEEE 1003.1 2013....

78dea36c 2016-10-20 19:45 sumpfralle

Merge pull request #648 from akorn/master

plugins/virtualization/vserver/vserver_jiffies: several enhancements (but zsh)

c503e0db 2016-10-16 20:21 Lars Kruse

CI / Travis: add zsh syntax check

d1a8965b 2015-10-30 01:09 Lars Kruse

tests: test compiling with python3 if given as shebang interpreter

Currently plugins fail to compile if they use Python 3 syntax features,
even though they use a correct shebang.

a6ea4c42 2015-09-26 11:25 András Korn

Add zsh syntax check to test.t

3bb0f8a3 2014-10-05 14:47 Stig Sandbeck Mathisen

Remove todo list, all tests pass

[ci skip]

2a638429 2014-10-05 14:27 Stig Sandbeck Mathisen

Update t/todo.org with new numbahs

[ci skip]

ad9a1aac 2014-10-05 09:32 Stig Sandbeck Mathisen

Update todo list

[ci skip]

e33c35ff 2014-10-05 05:52 Stig Sandbeck Mathisen

Update TODO list

[ci skip]

f007901b 2014-10-05 05:24 Stig Sandbeck Mathisen

Check python scirpts with "py_compile"

- leaves a mess behind, but works
08f196eb 2014-10-05 05:23 Stig Sandbeck Mathisen

perltidy a bit

1123a5f9 2014-10-04 20:00 Stig Sandbeck Mathisen

Remove OK tests from todo list

[ci skip]

a9d8c625 2014-10-04 18:53 Stig Sandbeck Mathisen

add todo list for tests

beca8999 2014-10-04 18:17 Stig Sandbeck Mathisen

Handle perl -T checks

9b01da77 2014-10-04 17:52 Stig Sandbeck Mathisen

improve output and disable python checks for now

673303f1 2014-10-04 15:49 Stig Sandbeck Mathisen

"handle" expect scripts by pretending syntax is ok

6b5e75a0 2014-10-04 14:17 Stig Sandbeck Mathisen

Tidy with perltidy

c4ed6e77 2014-10-04 14:16 Stig Sandbeck Mathisen

remove shell quoting, it is not needed

92e7aaf8 2014-10-04 13:43 Stig Sandbeck Mathisen

relax bash regexp a bit, to allow for /usr/bin/env bash

23336966 2014-10-04 13:33 Stig Sandbeck Mathisen

Syntax check ksh

80cb3741 2014-10-04 09:40 Stig Sandbeck Mathisen

Add automated tests