Projet

Général

Profil

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

root @ f6a8f2be

# Date Auteur Commentaire
f6a8f2be 2018-07-11 13:35 Lars Kruse

Plugin minecraft-users-ram_: reduce scope of LC_LANG override

00149864 2018-07-11 13:35 Lars Kruse

Plugin minecraft-users-ram_: more precise netstat output filtering

94f46d39 2018-07-11 13:35 Lars Kruse

Plugin minecraft-users-ram_: simplify calculation; do not reduce accuracy

51e91e93 2018-07-11 13:35 Lars Kruse

Plugin minecraft-users-ram_: more quoting, simpler output

fed6ff10 2018-07-11 13:35 Lars Kruse

Plugin minecraft-users-ram_: add documentation header

99a5c384 2018-07-11 13:35 Leandro Späth

fixed CPU percent calculation

353c0fc0 2018-07-11 13:35 Leandro Späth

Added rough CPU usage reading

Also translated strings to english

7a37bfb1 2018-07-11 13:35 Lars Kruse

Plugins: unify shebang for ruby scripts

331dc14e 2018-07-11 12:38 Lars Kruse

Merge pull request #919 from WanpengQian/master

change dependency from gawk to awk

8ccf6e8e 2018-06-12 23:01 Wanpeng Qian

change dependency from gawk to awk

7b46292c 2018-06-10 16:05 Lars Kruse

Merge branch 'plugin-kvm_net'

Closes: #916

e0b74c69 2018-06-10 16:04 Lars Kruse

kvm_net: add technical details to 'graph_info'

e0df6aa7 2018-06-10 16:04 Lars Kruse

kvm_net: improve the network interface name parser and admit its limits

The network interface parser of this plugin was overly specific before.
It relied on a specific format of the arguments handed over to kvm while
starting the VM. For example the following format was usable:...

b6c6a02e 2018-06-10 16:04 Lars Kruse

kvm_net: update VM name parsing

The old parser seemed to rely on a simple "-name foo" argument format of
kvm/qemu. The changed parser also accepts the following formats:
  • name,foo=bar,baz=bot
  • guest=name,foo=bar
54330cc3 2018-06-10 16:04 Lars Kruse

kvm_net: simplify argument handling

89e4dd64 2018-06-10 16:04 Lars Kruse

kvm_net: avoid shell when using Popen

aa8f1a59 2018-06-10 16:04 Lars Kruse

kvm_net: fix python code style issues

a9059703 2018-06-10 16:04 Lars Kruse

kvm_net: switch to perldoc documentation header

3267bbd0 2018-06-10 16:04 Lars Kruse

kvm_net: switch to python3

67cc769c 2018-06-10 16:04 Lars Kruse

kvm_net: use print function for python3-compatibility

f6080f5f 2018-06-10 16:04 Lars Kruse

kvm_net: unify whitespace

7f98e21f 2018-06-10 11:51 Lars Kruse

kvm_net: unify quoting

e87d3a6b 2018-06-10 11:51 Lars Kruse

kvm_net: remove unused function 'find_vms_tap'

db211fc7 2018-06-10 08:55 Lars Kruse

Merge branch 'lxc_ram-cleanup'

196c0572 2018-06-10 08:54 Lars Kruse

lxc_ram: simplify config with/without 'areastack'

a0cafdcf 2018-06-10 08:50 Lars Kruse

lxc_ram: add support for DIRTYCONFIG

2ce1b321 2018-06-10 08:49 Lars Kruse

lxc_ram: use functions for actions

937ed37d 2018-06-10 08:47 Lars Kruse

lxc_ram: unify whitespace

a49b362e 2018-06-10 08:42 Lars Kruse

lxc_ram: change from bash to sh

aaee0699 2018-06-10 08:41 Lars Kruse

lxc_ram: fix shellcheck issues

8a5b34c9 2018-06-10 08:35 Lars Kruse

lxc_ram: simplify quoting

76ddb809 2018-06-10 08:29 sumpfralle

Merge pull request #738 from mittyorz/lxc

Ubuntu 14.04 support, new graph option

8647618f 2018-06-10 08:16 sumpfralle

Merge pull request #864 from adekock11/patch-1

Allow to specify database password

3cb684a5 2018-06-10 08:09 Lars Kruse

Merge branch 'postgresql_transactions-cleanup'

Various small improvements of this trivial plugin.

e93a46bc 2018-06-10 08:06 Lars Kruse

postgresql_transactions: use perldoc documentation header

3c10c360 2018-06-10 08:06 Lars Kruse

postgresql_transactions: configurable host and user

154cef14 2018-06-10 07:58 Lars Kruse

postgresql_transactions: add support for DIRTYCONFIG

fdf6cea2 2018-06-10 07:56 Lars Kruse

postgresql_transactions: change from bash to sh; fix shellcheck issues

93a567af 2018-06-10 07:54 Lars Kruse

postgresql_transactions: use DERIVE instead of COUNTER

97ab640b 2018-06-10 07:50 André de Kock

Change commit and rollback types to "COUNTER"

By doing this, munin knows to take the difference of each request, thereby showing you a true commit and rollback "per minute"

d885345e 2018-06-10 06:25 Lars Kruse

fix location of example graph for 'tl_sg'

aa5fb255 2018-06-10 06:22 sumpfralle

Merge pull request #894 from mad-ady/master

Add support for monitoring packets and link status for TPLink SG108E …

c5774e62 2018-06-10 06:08 sumpfralle

Merge pull request #913 from Cyclenerd/master

Plugin to get hashrate of Flypool Zcash mining pool

8e37e480 2018-05-28 04:58 Lars Kruse

add example graphs for sshd_log plugin

Contributed by Niluge-KiWi:
https://github.com/munin-monitoring/contrib/pull/770/files

63dd4ac8 2018-05-27 19:51 sumpfralle

Merge pull request #773 from Niluge-KiWi/sshd_log_journald_cursor

other/sshd_log: use DERIVE datatype and support logs from journald too (using cursors)

ee3b1cba 2018-05-25 17:53 Lars Kruse

plugin's readme: fix broken sentence

8f68d6e6 2018-04-28 19:49 Thomas Riccardi

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 on each collect. It results
in the same value as with a plain log file and type DERIVE: it's the...

cdb82255 2018-04-28 19:49 Thomas Riccardi

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.

e178be64 2018-04-28 19:49 Thomas Riccardi

sshd_log: fix label typo

bc1e78ae 2018-04-28 19:49 Thomas Riccardi

sshd_log: remove env.category: it should not be configurable

26181ead 2018-04-28 19:49 Thomas Riccardi

sshd_log: POD style documentation

ff68f641 2018-04-28 19:49 Thomas Riccardi

sshd_log: cleanup autoconf

  • always return 0
  • add details on autoconf failure
c04acf95 2018-04-28 19:49 Thomas Riccardi

sshd_log: fix shellcheck warnings

e6a18b5a 2018-04-28 19:49 Thomas Riccardi

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 journald, set env.logfile to special value 'journald': It will
read the sshd logs from journalctl _COMM=sshd....

bd174786 2018-04-23 14:36 sumpfralle

Merge pull request #911 from pawohl/master

Add ILIAS plugin

890e971c 2018-04-23 05:32 Felix Pahlow (private)

ILIAS plugin v2: Use bash+CLI and combine graphs

Combine multiple graphs into one as suggested by
@sumpfralle.

b745a75c 2018-04-17 22:06 Lars Kruse

plugin ipset: add support for DIRTYCONFIG capability

4b9fcc0b 2018-04-17 22:05 Lars Kruse

plugin ipset: use "set -eu"

919991ee 2018-04-17 22:04 Lars Kruse

plugin ipset: fix shellcheck issues

dfc68cb2 2018-04-17 20:27 sumpfralle

Merge pull request #734 from Harvie/master

added graph for netfilter ipset

0bb9b588 2018-04-17 06:28 Tomas Mudrunka

removed exit

ccebcb7b 2018-04-16 19:17 Tomas Mudrunka

Modified ipset according to #734

616bbd93 2018-04-16 18:56 Tomas Mudrunka

Merge https://github.com/munin-monitoring/contrib

a720b6c9 2018-04-16 13:54 Steve Schnepp

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

0a40358f 2018-04-16 13:48 Steve Schnepp

p/*1sec-c: improve error handling

8be34109 2018-04-16 08:21 adrianp

Sample graph of traffic

adbc670d 2018-04-13 07:29 adrianp

Changed link speed graphs to area instead of line for better visibility

38403565 2018-04-13 06:52 adrianp

Documentation for multiple instances and fake host, Link speed labels documented and drawn as different colors

83a8cfc7 2018-04-12 09:07 adrianp

Cleaned-up documentation, added config option for number of ports, renamed switch ip to hostname, added optional TCP port, changed category from switch to network

c043a897 2018-04-12 08:51 adrianp

Renamed plugin name to allow a broader range of devices to reuse it

52905275 2018-04-10 20:47 Steve Schnepp

p/multicpu1sec-c: use stdlib IO

cc0b0949 2018-04-10 16:26 Steve Schnepp

p/if1sec-c: handle absence of state file

c81c20ab 2018-04-06 20:17 Lars Kruse

unify DIRTYCONFIG handling in shell and python plugins

The following issues were fixed:
  • comparison too broad (e.g. "0" misinterpreted as "true")
  • python: comparing string with number (is never equal in python)
  • unwanted non-zero exitcode (compound command "&&" as last command in...
270be2f5 2018-04-03 23:40 Lars Kruse

add new plugin "wireless_signal_ranges_"

monitor an overview for an anonymous (and maybe varying) set of wireless peers

4bd1dd52 2018-04-03 23:40 Lars Kruse

olsrd: add example graphs

04b9fc04 2018-04-03 23:40 Lars Kruse

olsrd: various improvements

  • support dirty config
  • add perldoc header
  • flake8 and shellcheck clean
9a6d3e44 2018-04-03 23:40 Lars Kruse

wireless_signal_noise_: add example graph

42f09647 2018-04-03 23:40 Lars Kruse

wireless_signal_noise_: various improvements

  • add perldoc header
  • support dirty config
  • support "arp" (tool) and /proc/net/arp
  • fix autoconf handling
97a1b232 2018-04-03 23:40 Lars Kruse

rename wifi_signal_noise_ to wireless_signal_noise_ (upstream name)

8c05462d 2018-04-03 23:40 Lars Kruse

wireless_channel_occupation_: add example graph

c67420d8 2018-04-03 23:40 Lars Kruse

ath9k: add example graphs

127f42aa 2018-04-03 22:22 Lars Kruse

ath9k_: various improvements

  • support DFS events
  • support dirty config
  • fix autoconf
  • improve micropython usage
  • add support for older kernel modules
b182abfd 2018-04-03 22:20 Lars Kruse

move "ath9k_" from network to wifi

495d9673 2018-04-03 22:18 Lars Kruse

wireless_channel_active_: add example graphs

0fad0a30 2018-04-03 22:17 Lars Kruse

wireless_channel_occupation_: move from "network" to "wifi"

50dd7cc9 2018-04-03 22:09 Lars Kruse

wireless_channel_occupation_: various improvements

  • add documentation header
  • support dirty config
  • fix shellcheck issues
6a0a0c8d 2018-03-30 14:56 Nils

use json.loadS

6ff34af5 2018-03-30 08:16 Nils

set U as default

8a72386a 2018-03-30 03:58 Nils

print magic value U if error

2b66ed32 2018-03-29 22:10 Lars Kruse

plugin xen_cpu_v2: prevent "divide by zero"

Closes: #475

e7eb2886 2018-03-29 19:53 Lars Kruse

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 function (copy'n'paste) for both plugins

Closes: #893

414955f9 2018-03-29 14:20 sumpfralle

Merge pull request #885 from daftaupe/syncthing

Add syncthing plugin

e541294f 2018-03-29 07:15 Pierre-Alain TORET

Clarify the non-declared env variables

Signed-off-by: Pierre-Alain TORET <>

e2db693c 2018-03-29 02:50 Nils

codecs.getreader ("utf-8") added again

without python3.4 fails

727fc718 2018-03-29 02:41 Nils

better except

d809d138 2018-03-29 02:39 Nils

exit if api failed

f27fc67c 2018-03-29 02:37 Nils

reader removed

21341b5a 2018-03-29 02:11 Nils

python3 only

95e2c124 2018-03-28 20:54 Lars Kruse

plugin categories: fixed emc_vnx_file_ and opentracker_

2449118c 2018-03-28 20:14 Lars Kruse

plugin multiping_async: move to 'network'; fix filename