Activité
Du 2018-02-23 au 2018-05-23
2018-05-10
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... - 19:49 Révision c04acf95: sshd_log: fix shellcheck warnings
- 19:49 Révision ff68f641: sshd_log: cleanup autoconf
- * always return 0
* add details on autoconf failure - 19:49 Révision 26181ead: sshd_log: POD style documentation
- 19:49 Révision bc1e78ae: sshd_log: remove env.category: it should not be configurable
- 19:49 Révision e178be64: sshd_log: fix label typo
- 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. - 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 ...
2018-04-23
- 14:36 Révision bd174786: Merge pull request #911 from pawohl/master
- Add ILIAS plugin
- 05:32 Révision 890e971c: ILIAS plugin v2: Use bash+CLI and combine graphs
- Combine multiple graphs into one as suggested by
@sumpfralle.
2018-04-18
- 22:06 Révision b745a75c: plugin ipset: add support for DIRTYCONFIG capability
- 22:05 Révision 4b9fcc0b: plugin ipset: use "set -eu"
- 22:04 Révision 919991ee: plugin ipset: fix shellcheck issues
- 20:27 Révision dfc68cb2: Merge pull request #734 from Harvie/master
- added graph for netfilter ipset
2018-04-17
2018-04-16
- 19:17 Révision ccebcb7b: Modified ipset according to #734
- 18:56 Révision 616bbd93: Merge https://github.com/munin-monitoring/contrib
- 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 - 13:48 Révision 0a40358f: p/*1sec-c: improve error handling
- 08:21 Révision 8be34109: Sample graph of traffic
2018-04-13
- 07:29 Révision adbc670d: Changed link speed graphs to area instead of line for better visibility
- 06:52 Révision 38403565: Documentation for multiple instances and fake host, Link speed labels document...
2018-04-12
- 09:07 Révision 83a8cfc7: Cleaned-up documentation, added config option for number of ports, renamed swi...
- 08:51 Révision c043a897: Renamed plugin name to allow a broader range of devices to reuse it
2018-04-11
2018-04-10
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...
2018-04-04
- 23:40 Révision 8c05462d: wireless_channel_occupation_: add example graph
- 23:40 Révision 97a1b232: rename wifi_signal_noise_ to wireless_signal_noise_ (upstream name)
- 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 - 23:40 Révision 9a6d3e44: wireless_signal_noise_: add example graph
- 23:40 Révision 04b9fc04: olsrd: various improvements
- * support dirty config
* add perldoc header
* flake8 and shellcheck clean - 23:40 Révision 4bd1dd52: olsrd: add example graphs
- 23:40 Révision 270be2f5: add new plugin "wireless_signal_ranges_"
- monitor an overview for an anonymous (and maybe varying) set of wireless peers
- 23:40 Révision c67420d8: ath9k: add example graphs
- 22:22 Révision 127f42aa: ath9k_: various improvements
- * support DFS events
* support dirty config
* fix autoconf
* improve micropython usage
* add support for older kernel... - 22:20 Révision b182abfd: move "ath9k_" from network to wifi
- 22:18 Révision 495d9673: wireless_channel_active_: add example graphs
- 22:17 Révision 0fad0a30: wireless_channel_occupation_: move from "network" to "wifi"
- 22:09 Révision 50dd7cc9: wireless_channel_occupation_: various improvements
- * add documentation header
* support dirty config
* fix shellcheck issues
2018-03-30
- 14:56 Révision 6a0a0c8d: use json.loadS
- 08:16 Révision 6ff34af5: set U as default
- 03:58 Révision 8a72386a: print magic value U if error
- 22:10 Révision 2b66ed32: plugin xen_cpu_v2: prevent "divide by zero"
- Closes: #475
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... - 14:20 Révision 414955f9: Merge pull request #885 from daftaupe/syncthing
- Add syncthing plugin
- 07:15 Révision e541294f: Clarify the non-declared env variables
- Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
- 02:50 Révision e2db693c: codecs.getreader ("utf-8") added again
- without python3.4 fails
- 02:41 Révision 727fc718: better except
- 02:39 Révision d809d138: exit if api failed
- 02:37 Révision f27fc67c: reader removed
- 02:11 Révision 21341b5a: python3 only
- 20:54 Révision 95e2c124: plugin categories: fixed emc_vnx_file_ and opentracker_
- 20:14 Révision 6c59a897: plugin snmp__juniper: change category from "system" to "fw"
- 20:14 Révision 63748dc6: plugin relayd: fix category spelling
- 20:14 Révision 31ee164e: plugin percona_: fix python style; python3 compatibility
- 20:14 Révision 2449118c: plugin multiping_async: move to 'network'; fix filename
2018-03-28
- 14:37 Révision f7158706: Merge pull request #915 from Talkless/patch-1
- Fix du-2 to use clean_fieldname()
- 10:23 Révision 167c204d: Munin ILIAS plugin: First release
- 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().
- 04:56 Révision 44d57dcb: Fix 2 forgotten backslashes
- Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
- 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 - 23:47 Révision 8e3f1d88: plugin ksm_: various improvements
- * category can be parsed by plugin gallery
* python3 compatible
* more precise autoconf messages
* PEP8 clean - 22:55 Révision 62df69c5: plugin cpanp_o: change category from 'other' to 'security'
- 22:50 Révision 42221b85: plugin approx: move from 'approx' to 'apt'
- 22:45 Révision 8d48cab1: plugin approx: various improvements
- * python3 compatibility
* return zero autoconf exitcode
* avoid builtin names for variables
* remove cruft comments
*... - 22:35 Révision 78d372ad: Plugin backup: fix quoting
- 22:33 Révision 34eeebbe: plugin categories: reorganize multiple plugins
- 22:31 Révision 5a45d497: plugin categories: other -> htc (crypto currencies)
- 22:30 Révision 9995f46c: plugin categories: other -> cloud
- 22:29 Révision 4e47cb5d: plugin categories: other -> sensors
- 22:28 Révision 1ad3baeb: plugin categories: other -> voip
- 20:40 Révision e79604f7: nagios_multi_: fix categories according to well-known category list
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>
- 10:58 Révision c594a164: Add strelay_ example graphs
- Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
- 05:36 Révision 4d9a7e2c: Zcash Flypool Hashrate
- Munin plugin to monitor your zcash.flypool.org hashrate.
- 23:04 Révision 6b42464c: Plugin deluge_: fix style issues
- 23:02 Révision 1e717d89: Plugin swift-dispersion: fix style issues
- 22:59 Révision 23811e34: Plugin etherscan_balance_: fix style issues; change to python3
- 22:56 Révision 86692d70: Plugin sockstat-via-procfs: fix style issues
- 22:55 Révision 7f3ce966: Plugin monit_parser: fix style issues
- 22:53 Révision 585f6f15: various plugins: fixed small style issues
- 22:53 Révision 98106443: Plugin prosody_: fix style issues
- 22:53 Révision 04bf9427: add trivial .flake8 file (for flake8/PEP8) checks
- 22:53 Révision e8dd2730: Plugin bacula_sd: fix type issues
- 22:53 Révision 417bebc3: Plugin weather_press_: fix style issues
- 22:30 Révision 47a97d56: Plugin glance_size_: fixed style issues
- 22:21 Révision e216f1be: Plugin: weather_temp_: fix style issues
- 22:21 Révision 34840ad9: Plugin weather_: fixes style issues
- 22:14 Révision a4a9e755: Plugin sphindex_: fix style issues
- 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...
2018-03-26
- 18:49 Révision 3533998c: remove executable permissions from example graphs
- 16:59 Révision 10d878d8: Merge pull request #912 from pboesch/tabsid
- Resolved issue 884 with munstrap tabid
- 13:52 Révision c3431051: Resolved issue 884 with munstrap tabid
2018-03-24
- 15:40 Révision ba2640da: Fix shellcheck warnings in strelaysrv_
- Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
- 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>
- 15:39 Révision cc24efff: Add strelaysrv plugin
- Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
- 15:39 Révision f1afd73f: Fix shellcheck warnings in syncthing_
- Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
- 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>
- 11:29 Révision 6c42d084: rpi_temp: remove unused variables (causing shellcheck failure)
- 11:28 Révision f360f189: rpi_temp: remove dependency on 'bc'
- 01:11 Révision 82f76cea: multicpu1sec: move back to proper location; fix example graph filenames
- 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.
2018-03-19
2018-03-17
- 11:40 Révision 66403c32: Merge pull request #910 from bertptrs/patch-2
- Fix broken link in plugin README
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.
2018-03-13
- 19:25 Révision 0bc714aa: Merge pull request #844 from mxjeff/missing_apiid
- Add missing appid in URL
2018-03-11
- 16:27 Révision eb795830: Merge pull request #908 from sumpfralle/plugin-documentation
- move plugin documentation to separate README
2018-03-10
2018-03-09
- 00:10 Révision 6c0e154e: tests: add "shellcheck" tests for "ksh" scripts
- 00:09 Révision f0872703: solaris-memstat: fix shellcheck issue
- 23:32 Révision 8fa7e61b: quake plugins: fix shellcheck issues
- 22:52 Révision ba66ff74: README: rework "plugin" section
- * replace "exchange" with "gallery"
* mention the most common issues:
* multigraph
* magic markers
* gall... - 21:55 Révision c4c73eae: zfs_usage_: explain the slash/underscore substitutions
- see 608a2a5ad7068f9bc2e392dac87ea3c9eb0ce090
- 21:50 Révision 23d890cd: gitignore: add '__pycache__' directories
- 21:48 Révision 413f7c44: Merge pull request #875 from yoe/patch-1
- Allow for _ in original dataset name
- 20:55 Révision ad5e7ad3: Merge pull request #896 from dpavlin/master
- count failed disks and report critical warning
- 20:46 Révision 99040569: Merge pull request #714 from inbaz/master
- fixed naming for multiple GPUs in amd_gpu_; adjusted lower limit for …
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 - 18:18 Révision 7c62b9b6: added executable permission for multiple plugins
- 17:43 Révision ebe5be1d: tests: verify executable flag for plugins with shebang
- 17:21 Révision 29e6f53c: test: removed duplicate branch for "zsh"
- added (by mistake) in c503e0dbcfd8ccffbe7e86c1437266baf53802c9
- 17:18 Révision 3706fe00: Merge branch 'travis-tests'
- Fix problems with travis environment.
- 17:17 Révision c01fb0a9: travis: libsys-virt-perl installed via apt
- 17:17 Révision a3d0fc15: travis: Switch installed via cpan
- 17:17 Révision 5eb8251f: travis: upgrade distribution to Ubuntu trusty
- 17:17 Révision 42c8483c: travis: assemble module search path for mixture of cpan and apt modules
- 17:17 Révision 34c2ca4d: remove perl
- 17:17 Révision 81c1afa7: perl: switch to system-wide perl
- 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... - 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).
- 06:11 Révision 620526a2: Update amd_gpu_
- 22:49 Révision 74b58a59: perl modules: fix braces for loop array
- 22:45 Révision 22523e8f: snmp__netscaler_cpu: unified whitespace in 'config'
- 22:42 Révision ea06de7c: vserver_jiffies: remove unused variable 'KCIN'
- 22:26 Révision c1acbea2: reddit_karma_: fix shell quoting issues
- 22:26 Révision 27773039: zpool_iostat: fix 'checkbashisms' issue
- It was not a shell syntax problem - but just a checkbashisms issue.
- 22:26 Révision bd26b1b4: raspi_temp: improve quoting
- 22:26 Révision 189c3953: shell: use 'command -v' instead of 'hash' (for non-bash)
- see https://stackoverflow.com/a/677212
- 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... - 20:17 Révision 36c0717b: Merge pull request #883 from henti/master
- Folder recursion and offline fix for jenkins plugin
- 19:56 Révision 864863c2: snmp__netscaler_connections: fixed syntax error
- proposed by Cyclenerd (see #853)
- 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)
- 19:21 Révision c6ade37d: cleanup: remove patch rejection garbage
2018-03-07
- 18:54 Révision 8385e8c9: Merge pull request #889 from daftaupe/tor
- Update tor_ plugin author
2018-03-06
- 16:56 Révision 7ed8f148: Merge pull request #903 from bertptrs/bugfix-graph-size-munstrap
- Bugfix: fix graph scaling in munstrap.
- 06:08 Révision 863d326b: Merge pull request #902 from bertptrs/plugin-nullmailer
- Implement plugin for monitoring nullmailer.
- 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, ... - 05:08 Révision 4ca4e8d9: Implement suggested changes.
2018-03-05
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... - 08:34 Révision 0b07e636: Merge pull request #901 from Cyclenerd/nvidia_gpu
- Nvidia GPU utilization
2018-02-23
Formats disponibles : Atom