Projet

Général

Profil

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

root @ e93a46bc

# Date Auteur Commentaire
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

31ee164e 2018-03-28 20:14 Lars Kruse

plugin percona_: fix python style; python3 compatibility

63748dc6 2018-03-28 20:14 Lars Kruse

plugin relayd: fix category spelling

6c59a897 2018-03-28 20:14 Lars Kruse

plugin snmp__juniper: change category from "system" to "fw"

f7158706 2018-03-28 14:37 sumpfralle

Merge pull request #915 from Talkless/patch-1

Fix du-2 to use clean_fieldname()

167c204d 2018-03-28 10:23 Felix Pahlow

Munin ILIAS plugin: First release

29dd82be 2018-03-28 07:43 Vincas Dargis

Fix du-2 to use clean_fieldname()

Update du-2 to fix "No .label provided" error by using clean_fieldname().

44d57dcb 2018-03-28 04:56 Pierre-Alain TORET

Fix 2 forgotten backslashes

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

87927d19 2018-03-27 23:57 Lars Kruse

plugin apt_ubuntu: various improvements

  • fix category parsing for plugin gallery
  • python3 compatibility
  • zero exitcodes for autoconf failures
  • PEP8 clean
8e3f1d88 2018-03-27 23:47 Lars Kruse

plugin ksm_: various improvements

  • category can be parsed by plugin gallery
  • python3 compatible
  • more precise autoconf messages
  • PEP8 clean
62df69c5 2018-03-27 22:55 Lars Kruse

plugin cpanp_o: change category from 'other' to 'security'

42221b85 2018-03-27 22:50 Lars Kruse

plugin approx: move from 'approx' to 'apt'

8d48cab1 2018-03-27 22:45 Lars Kruse

plugin approx: various improvements

  • python3 compatibility
  • return zero autoconf exitcode
  • avoid builtin names for variables
  • remove cruft comments
  • switch to space instead of tabs

All PEP8 issues are fixed now.

78d372ad 2018-03-27 22:35 Lars Kruse

Plugin backup: fix quoting

34eeebbe 2018-03-27 22:33 Lars Kruse

plugin categories: reorganize multiple plugins

5a45d497 2018-03-27 22:31 Lars Kruse

plugin categories: other -> htc (crypto currencies)

9995f46c 2018-03-27 22:30 Lars Kruse

plugin categories: other -> cloud

4e47cb5d 2018-03-27 22:29 Lars Kruse

plugin categories: other -> sensors

1ad3baeb 2018-03-27 22:28 Lars Kruse

plugin categories: other -> voip

e79604f7 2018-03-27 20:40 Lars Kruse

nagios_multi_: fix categories according to well-known category list

e527db57 2018-03-27 12:04 Pierre-Alain TORET

Improve plugins call to status and few other fixes

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

c594a164 2018-03-27 10:58 Pierre-Alain TORET

Add strelay_ example graphs

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

4d9a7e2c 2018-03-27 05:36 Nils

Zcash Flypool Hashrate

Munin plugin to monitor your zcash.flypool.org hashrate.

6b42464c 2018-03-26 23:04 Lars Kruse

Plugin deluge_: fix style issues

1e717d89 2018-03-26 23:02 Lars Kruse

Plugin swift-dispersion: fix style issues

23811e34 2018-03-26 22:59 Lars Kruse

Plugin etherscan_balance_: fix style issues; change to python3

86692d70 2018-03-26 22:56 Lars Kruse

Plugin sockstat-via-procfs: fix style issues

7f3ce966 2018-03-26 22:55 Lars Kruse

Plugin monit_parser: fix style issues

417bebc3 2018-03-26 22:53 Lars Kruse

Plugin weather_press_: fix style issues

e8dd2730 2018-03-26 22:53 Lars Kruse

Plugin bacula_sd: fix type issues

04bf9427 2018-03-26 22:53 Lars Kruse

add trivial .flake8 file (for flake8/PEP8) checks

98106443 2018-03-26 22:53 Lars Kruse

Plugin prosody_: fix style issues

585f6f15 2018-03-26 22:53 Lars Kruse

various plugins: fixed small style issues

47a97d56 2018-03-26 22:30 Lars Kruse

Plugin glance_size_: fixed style issues

e216f1be 2018-03-26 22:21 Lars Kruse

Plugin: weather_temp_: fix style issues