Projet

Général

Profil

Activité

Du 2018-02-24 au 2018-05-24

2018-05-10

08:55 Révision 1bd6a641: add plugin "feinstaubsensor"
Lars Kruse

2018-04-28

19:49 Révision e6a18b5a: sshd_log: use DERIVE datatype and support logs from journald too
Now shows the number of events per time unit, instead of a counter
always increasing until logrotate.
To use journal...
Thomas Riccardi
19:49 Révision c04acf95: sshd_log: fix shellcheck warnings
Thomas Riccardi
19:49 Révision ff68f641: sshd_log: cleanup autoconf
* always return 0
* add details on autoconf failure
Thomas Riccardi
19:49 Révision 26181ead: sshd_log: POD style documentation
Thomas Riccardi
19:49 Révision bc1e78ae: sshd_log: remove env.category: it should not be configurable
Thomas Riccardi
19:49 Révision e178be64: sshd_log: fix label typo
Thomas Riccardi
19:49 Révision cdb82255: sshd_log: allow multiple journalctl args
Useful for multiple filtering.
At the cost of not being able to pass spaces properly in args, but
that's uncommon.
Thomas Riccardi
19:49 Révision 8f68d6e6: sshd_log: allow both types GAUGE and DERIVE, default to GAUGE
In fact for journald mode internally it really is type ABSOLUTE, because
we use journald cursor to get only new logs ...
Thomas Riccardi

2018-04-23

14:36 Révision bd174786: Merge pull request #911 from pawohl/master
Add ILIAS plugin sumpfralle
05:32 Révision 890e971c: ILIAS plugin v2: Use bash+CLI and combine graphs
Combine multiple graphs into one as suggested by
@sumpfralle.
Felix Pahlow (private)

2018-04-18

22:06 Révision b745a75c: plugin ipset: add support for DIRTYCONFIG capability
Lars Kruse
22:05 Révision 4b9fcc0b: plugin ipset: use "set -eu"
Lars Kruse
22:04 Révision 919991ee: plugin ipset: fix shellcheck issues
Lars Kruse
20:27 Révision dfc68cb2: Merge pull request #734 from Harvie/master
added graph for netfilter ipset sumpfralle

2018-04-17

06:28 Révision 0bb9b588: removed exit
Tomas Mudrunka

2018-04-16

19:17 Révision ccebcb7b: Modified ipset according to #734
Tomas Mudrunka
18:56 Révision 616bbd93: Merge https://github.com/munin-monitoring/contrib
Tomas Mudrunka
13:54 Révision a720b6c9: p/multicpu1sec-c: fix stackoverflow in acquire()
When acquire() cannot open/create the cache file, it wrongly called
itself.
A fatal error is now thrown instead
Steve Schnepp
13:48 Révision 0a40358f: p/*1sec-c: improve error handling
Steve Schnepp
08:21 Révision 8be34109: Sample graph of traffic
adrianp

2018-04-13

07:29 Révision adbc670d: Changed link speed graphs to area instead of line for better visibility
adrianp
06:52 Révision 38403565: Documentation for multiple instances and fake host, Link speed labels document...
adrianp

2018-04-12

09:07 Révision 83a8cfc7: Cleaned-up documentation, added config option for number of ports, renamed swi...
adrianp
08:51 Révision c043a897: Renamed plugin name to allow a broader range of devices to reuse it
adrianp

2018-04-11

20:47 Révision 52905275: p/multicpu1sec-c: use stdlib IO
Steve Schnepp

2018-04-10

16:26 Révision cc0b0949: p/if1sec-c: handle absence of state file
Steve Schnepp

2018-04-07

20:17 Révision c81c20ab: unify DIRTYCONFIG handling in shell and python plugins
The following issues were fixed:
* comparison too broad (e.g. "0" misinterpreted as "true")
* python: comparing strin...
Lars Kruse

2018-04-04

23:40 Révision 8c05462d: wireless_channel_occupation_: add example graph
Lars Kruse
23:40 Révision 97a1b232: rename wifi_signal_noise_ to wireless_signal_noise_ (upstream name)
Lars Kruse
23:40 Révision 42f09647: wireless_signal_noise_: various improvements
* add perldoc header
* support dirty config
* support "arp" (tool) and /proc/net/arp
* fix autoconf handling
Lars Kruse
23:40 Révision 9a6d3e44: wireless_signal_noise_: add example graph
Lars Kruse
23:40 Révision 04b9fc04: olsrd: various improvements
* support dirty config
* add perldoc header
* flake8 and shellcheck clean
Lars Kruse
23:40 Révision 4bd1dd52: olsrd: add example graphs
Lars Kruse
23:40 Révision 270be2f5: add new plugin "wireless_signal_ranges_"
monitor an overview for an anonymous (and maybe varying) set of wireless peers Lars Kruse
23:40 Révision c67420d8: ath9k: add example graphs
Lars Kruse
22:22 Révision 127f42aa: ath9k_: various improvements
* support DFS events
* support dirty config
* fix autoconf
* improve micropython usage
* add support for older kernel...
Lars Kruse
22:20 Révision b182abfd: move "ath9k_" from network to wifi
Lars Kruse
22:18 Révision 495d9673: wireless_channel_active_: add example graphs
Lars Kruse
22:17 Révision 0fad0a30: wireless_channel_occupation_: move from "network" to "wifi"
Lars Kruse
22:09 Révision 50dd7cc9: wireless_channel_occupation_: various improvements
* add documentation header
* support dirty config
* fix shellcheck issues
Lars Kruse

2018-03-30

14:56 Révision 6a0a0c8d: use json.loadS
Nils
08:16 Révision 6ff34af5: set U as default
Nils
03:58 Révision 8a72386a: print magic value U if error
Nils
22:10 Révision 2b66ed32: plugin xen_cpu_v2: prevent "divide by zero"
Closes: #475 Lars Kruse

2018-03-29

19:53 Révision e7eb2886: plugins ssl_ and ssl-certificate-expiry: various improvements
* simplify date parsing: use "date" instead of awk's "mktime" (requires gawk)
* simplify structure
* use the same fun...
Lars Kruse
14:20 Révision 414955f9: Merge pull request #885 from daftaupe/syncthing
Add syncthing plugin sumpfralle
07:15 Révision e541294f: Clarify the non-declared env variables
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
02:50 Révision e2db693c: codecs.getreader ("utf-8") added again
without python3.4 fails Nils
02:41 Révision 727fc718: better except
Nils
02:39 Révision d809d138: exit if api failed
Nils
02:37 Révision f27fc67c: reader removed
Nils
02:11 Révision 21341b5a: python3 only
Nils
20:54 Révision 95e2c124: plugin categories: fixed emc_vnx_file_ and opentracker_
Lars Kruse
20:14 Révision 6c59a897: plugin snmp__juniper: change category from "system" to "fw"
Lars Kruse
20:14 Révision 63748dc6: plugin relayd: fix category spelling
Lars Kruse
20:14 Révision 31ee164e: plugin percona_: fix python style; python3 compatibility
Lars Kruse
20:14 Révision 2449118c: plugin multiping_async: move to 'network'; fix filename
Lars Kruse

2018-03-28

14:37 Révision f7158706: Merge pull request #915 from Talkless/patch-1
Fix du-2 to use clean_fieldname() sumpfralle
10:23 Révision 167c204d: Munin ILIAS plugin: First release
Felix Pahlow
07:43 Révision 29dd82be: Fix du-2 to use clean_fieldname()
Update du-2 to fix "No .label provided" error by using clean_fieldname(). Vincas Dargis
04:56 Révision 44d57dcb: Fix 2 forgotten backslashes
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
23:57 Révision 87927d19: plugin apt_ubuntu: various improvements
* fix category parsing for plugin gallery
* python3 compatibility
* zero exitcodes for autoconf failures
* PEP8 clean
Lars Kruse
23:47 Révision 8e3f1d88: plugin ksm_: various improvements
* category can be parsed by plugin gallery
* python3 compatible
* more precise autoconf messages
* PEP8 clean
Lars Kruse
22:55 Révision 62df69c5: plugin cpanp_o: change category from 'other' to 'security'
Lars Kruse
22:50 Révision 42221b85: plugin approx: move from 'approx' to 'apt'
Lars Kruse
22:45 Révision 8d48cab1: plugin approx: various improvements
* python3 compatibility
* return zero autoconf exitcode
* avoid builtin names for variables
* remove cruft comments
*...
Lars Kruse
22:35 Révision 78d372ad: Plugin backup: fix quoting
Lars Kruse
22:33 Révision 34eeebbe: plugin categories: reorganize multiple plugins
Lars Kruse
22:31 Révision 5a45d497: plugin categories: other -> htc (crypto currencies)
Lars Kruse
22:30 Révision 9995f46c: plugin categories: other -> cloud
Lars Kruse
22:29 Révision 4e47cb5d: plugin categories: other -> sensors
Lars Kruse
22:28 Révision 1ad3baeb: plugin categories: other -> voip
Lars Kruse
20:40 Révision e79604f7: nagios_multi_: fix categories according to well-known category list
Lars Kruse

2018-03-27

12:04 Révision e527db57: Improve plugins call to status and few other fixes
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
10:58 Révision c594a164: Add strelay_ example graphs
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
05:36 Révision 4d9a7e2c: Zcash Flypool Hashrate
Munin plugin to monitor your zcash.flypool.org hashrate. Nils
23:04 Révision 6b42464c: Plugin deluge_: fix style issues
Lars Kruse
23:02 Révision 1e717d89: Plugin swift-dispersion: fix style issues
Lars Kruse
22:59 Révision 23811e34: Plugin etherscan_balance_: fix style issues; change to python3
Lars Kruse
22:56 Révision 86692d70: Plugin sockstat-via-procfs: fix style issues
Lars Kruse
22:55 Révision 7f3ce966: Plugin monit_parser: fix style issues
Lars Kruse
22:53 Révision 585f6f15: various plugins: fixed small style issues
Lars Kruse
22:53 Révision 98106443: Plugin prosody_: fix style issues
Lars Kruse
22:53 Révision 04bf9427: add trivial .flake8 file (for flake8/PEP8) checks
Lars Kruse
22:53 Révision e8dd2730: Plugin bacula_sd: fix type issues
Lars Kruse
22:53 Révision 417bebc3: Plugin weather_press_: fix style issues
Lars Kruse
22:30 Révision 47a97d56: Plugin glance_size_: fixed style issues
Lars Kruse
22:21 Révision e216f1be: Plugin: weather_temp_: fix style issues
Lars Kruse
22:21 Révision 34840ad9: Plugin weather_: fixes style issues
Lars Kruse
22:14 Révision a4a9e755: Plugin sphindex_: fix style issues
Lars Kruse
22:02 Révision fa896dff: Plugin bacula_job: various improvements, flake8-clean
* avoid hiding builtins with variable names (input, bytes, str)
* return exitcode=0 for autoconf "no"
* unify indenta...
Lars Kruse

2018-03-26

18:49 Révision 3533998c: remove executable permissions from example graphs
Lars Kruse
16:59 Révision 10d878d8: Merge pull request #912 from pboesch/tabsid
Resolved issue 884 with munstrap tabid sumpfralle
13:52 Révision c3431051: Resolved issue 884 with munstrap tabid
pierre.boesch

2018-03-24

15:40 Révision ba2640da: Fix shellcheck warnings in strelaysrv_
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
15:40 Révision ccee75e1: Change variables names to more readable ones in strelaysrv_
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
15:39 Révision cc24efff: Add strelaysrv plugin
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
15:39 Révision f1afd73f: Fix shellcheck warnings in syncthing_
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
15:38 Révision 5d5651ca: Change variables names to more readable ones in syncthing_
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> Pierre-Alain TORET
11:29 Révision 6c42d084: rpi_temp: remove unused variables (causing shellcheck failure)
Lars Kruse
11:28 Révision f360f189: rpi_temp: remove dependency on 'bc'
Lars Kruse
01:11 Révision 82f76cea: multicpu1sec: move back to proper location; fix example graph filenames
Lars Kruse
23:03 Révision 989f09e6: rename plugin example graphs for plugin gallery visualization
Some example graphs did not follow the naming convention required by the
plugin gallery.
Lars Kruse

2018-03-19

06:48 Révision 051ee8ea: Add Munin ILIAS plugin
Pascal Seeland

2018-03-17

11:40 Révision 66403c32: Merge pull request #910 from bertptrs/patch-2
Fix broken link in plugin README sumpfralle

2018-03-15

05:48 Révision bda54ebb: Fix broken link in plugin README
Missing protocol caused it to link to a nonexistent place on github. Bert Peters

2018-03-13

19:25 Révision 0bc714aa: Merge pull request #844 from mxjeff/missing_apiid
Add missing appid in URL sumpfralle

2018-03-11

16:27 Révision eb795830: Merge pull request #908 from sumpfralle/plugin-documentation
move plugin documentation to separate README sumpfralle

2018-03-10

12:18 Révision e59e2d01: move plugin documentation to separate README
Lars Kruse

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
 

Formats disponibles : Atom