Projet

Général

Profil

Activité

Du 2017-12-10 au 2018-03-09

2018-03-09

00:10 Révision 6c0e154e: tests: add "shellcheck" tests for "ksh" scripts
Lars Kruse
00:09 Révision f0872703: solaris-memstat: fix shellcheck issue
Lars Kruse
23:32 Révision 8fa7e61b: quake plugins: fix shellcheck issues
Lars Kruse
22:52 Révision ba66ff74: README: rework "plugin" section
* replace "exchange" with "gallery"
* mention the most common issues:
* multigraph
* magic markers
* gall...
Lars Kruse
21:55 Révision c4c73eae: zfs_usage_: explain the slash/underscore substitutions
see 608a2a5ad7068f9bc2e392dac87ea3c9eb0ce090 Lars Kruse
21:50 Révision 23d890cd: gitignore: add '__pycache__' directories
Lars Kruse
21:48 Révision 413f7c44: Merge pull request #875 from yoe/patch-1
Allow for _ in original dataset name sumpfralle
20:55 Révision ad5e7ad3: Merge pull request #896 from dpavlin/master
count failed disks and report critical warning sumpfralle
20:46 Révision 99040569: Merge pull request #714 from inbaz/master
fixed naming for multiple GPUs in amd_gpu_; adjusted lower limit for … sumpfralle

2018-03-08

18:42 Révision f28acdd8: Merge pull request #905 from sumpfralle/tests-executable-flag
Test for executable permission bits.
Fix many plugins with missing permission bit.
Closes: #787
Closes: #904
sumpfralle
18:18 Révision 7c62b9b6: added executable permission for multiple plugins
Lars Kruse
17:43 Révision ebe5be1d: tests: verify executable flag for plugins with shebang
Lars Kruse
17:21 Révision 29e6f53c: test: removed duplicate branch for "zsh"
added (by mistake) in c503e0dbcfd8ccffbe7e86c1437266baf53802c9 Lars Kruse
17:18 Révision 3706fe00: Merge branch 'travis-tests'
Fix problems with travis environment. Lars Kruse
17:17 Révision c01fb0a9: travis: libsys-virt-perl installed via apt
Lars Kruse
17:17 Révision a3d0fc15: travis: Switch installed via cpan
Lars Kruse
17:17 Révision 5eb8251f: travis: upgrade distribution to Ubuntu trusty
Lars Kruse
17:17 Révision 42c8483c: travis: assemble module search path for mixture of cpan and apt modules
Lars Kruse
17:17 Révision 34c2ca4d: remove perl
Lars Kruse
17:17 Révision 81c1afa7: perl: switch to system-wide perl
Lars Kruse
17:17 Révision a639d4b4: travis: explain change of perl environment
more details can be found in the discussion regarding this change:
https://github.com/munin-monitoring/contrib/pull...
Lars Kruse
17:17 Révision a836f07d: nginx_byprojects: use more compatible perl expression
"%ENV{foo}" does not work with older perl versions (e.g. v5.14). Lars Kruse
06:11 Révision 620526a2: Update amd_gpu_
Andi Nitsche
22:49 Révision 74b58a59: perl modules: fix braces for loop array
Lars Kruse
22:45 Révision 22523e8f: snmp__netscaler_cpu: unified whitespace in 'config'
Lars Kruse
22:42 Révision ea06de7c: vserver_jiffies: remove unused variable 'KCIN'
Lars Kruse
22:26 Révision c1acbea2: reddit_karma_: fix shell quoting issues
Lars Kruse
22:26 Révision 27773039: zpool_iostat: fix 'checkbashisms' issue
It was not a shell syntax problem - but just a checkbashisms issue. Lars Kruse
22:26 Révision bd26b1b4: raspi_temp: improve quoting
Lars Kruse
22:26 Révision 189c3953: shell: use 'command -v' instead of 'hash' (for non-bash)
see https://stackoverflow.com/a/677212 Lars Kruse
22:26 Révision 7ec35e17: 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 "checkbas...
Lars Kruse
20:17 Révision 36c0717b: Merge pull request #883 from henti/master
Folder recursion and offline fix for jenkins plugin sumpfralle
19:56 Révision 864863c2: snmp__netscaler_connections: fixed syntax error
proposed by Cyclenerd (see #853) Lars Kruse
19:23 Révision 451af405: deb_packages: rename config file from "*.munin-conf" to "*.munin.conf"
preparation for an additional file permission test (based on extensions) Lars Kruse
19:21 Révision c6ade37d: cleanup: remove patch rejection garbage
Lars Kruse

2018-03-07

18:54 Révision 8385e8c9: Merge pull request #889 from daftaupe/tor
Update tor_ plugin author sumpfralle

2018-03-06

16:56 Révision 7ed8f148: Merge pull request #903 from bertptrs/bugfix-graph-size-munstrap
Bugfix: fix graph scaling in munstrap. sumpfralle
06:08 Révision 863d326b: Merge pull request #902 from bertptrs/plugin-nullmailer
Implement plugin for monitoring nullmailer. sumpfralle
05:29 Révision 2078cab6: Bugfix: fix graph scaling in munstrap.
Bootstrap sets box-sizing to border-box to make lay-outing easier, but
this damages the scaling of the munin graphs, ...
Bert Peters
05:08 Révision 4ca4e8d9: Implement suggested changes.
Bert Peters

2018-03-05

07:48 Révision 0d775b28: Implement plugin for monitoring nullmailer.
Bert Peters

2018-02-24

16:58 Révision c9157be3: iptables-related plugins: use "-w" for consistent results
The parameter "-w" forces iptables to wait for a lock before
printing data.
The parameter requires iptables 1.6 (rel...
Lars Kruse
08:34 Révision 0b07e636: Merge pull request #901 from Cyclenerd/nvidia_gpu
Nvidia GPU utilization sumpfralle

2018-02-23

13:27 Révision 52917d2b: remove quote from nGpusCounter
Nils
12:55 Révision cc0efe41: quote $nvSmiExec and use for driverVersion
Nils
12:52 Révision 7ef2911e: back to bash
Nils

2018-02-22

07:14 Révision 60a20936: use variable names also in the configuration
Nils
07:03 Révision cf52a443: labels that match the core plugins
Nils
06:58 Révision a5ccb70d: New: GPU utilization
Nils
06:38 Révision 5c08e074: Double quote to prevent globbing and word splitting
https://github.com/koalaman/shellcheck/wiki/SC2086 Nils
06:36 Révision 15125852: remove $ on regular variables in arithmetic contexts
https://github.com/koalaman/shellcheck/wiki/SC2004 Nils
06:30 Révision 2a84478f: Use $(STATEMENT) instead of legacy `STATEMENT`
https://github.com/koalaman/shellcheck/wiki/SC2006 Nils
06:26 Révision 00c0da18: env bash
Nils

2018-02-21

18:07 Révision f5418e45: Merge pull request #900 from htower/master
Skip holded packages sumpfralle
10:06 Révision 8ea8a4c8: Skip holded packages
Anton Anikin

2018-02-17

14:23 Révision 1649e36c: Merge pull request #899 from batmac/patch-1
update wifi_signal to correct a typo sumpfralle
13:39 Révision 1f99e53c: update wifi_signal to correct a typo
trivial change, needed to have the right marker to enable autoconf batmac

2018-02-04

23:27 Révision e621e6af: Merge pull request #897 from poiuty/patch-1
fix documentation for symlink sumpfralle
20:37 Révision c2513bd2: fix symlink
poiuty

2018-01-28

09:28 Révision bbec1ffb: count failed disks and report critical warning
Dobrica Pavlinusic

2018-01-20

19:52 Révision 35b8cdd6: Merge various improvements for "nginx_error" plugin
Lars Kruse
19:50 Révision f4c19246: nginx_error: introduce real version number
Lars Kruse
19:50 Révision 808a21d4: nginx_error: improve readability of symlink configuration code
Lars Kruse
19:50 Révision 8a68200a: nginx_error: fix style issues reported by shellcheck
Lars Kruse
19:50 Révision 0e864944: nginx_error: improve readability of array accesses
Lars Kruse
19:50 Révision 7ed71b44: nginx_error: add support for 'dirty config' capability
Lars Kruse
19:50 Révision 24ea5d29: nginx_error: improve documentation
Lars Kruse
19:50 Révision a4882b19: nginx_error: enable 'set -eu' flags for shell
Lars Kruse

2018-01-18

03:44 Révision abe4cea9: Add support for monitoring packets and link status for TPLink SG108E switches
adrianp

2017-12-15

08:47 Révision 452003a3: Update tor_ plugin author
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET

2017-12-13

13:46 Révision 99123efb: Make syncthing_ more portable
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
 

Formats disponibles : Atom