Projet

Général

Profil

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

root @ 827c75fb

# Date Auteur Commentaire
827c75fb 2016-12-18 20:07 K.Shimadera

Fix for pull request https://github.com/munin-monitoring/contrib/pull/786

ca01c6e3 2016-12-17 19:48 K.Shimadera

Update oracle_sysstat_ plugin

  • Add modules
    logon
    cputime
    blockrw
    redosize
    eventwaitnetwork
    eventwaitadministrative
    eventwaitconfiguration
  • Update modules
    cachehit: Changed to calculate hit ratio between munin-node update intervals by CDEF...
c51f9d32 2016-12-16 05:15 Kenyon Ralph

ntp_packets: graph more ntp packet statistics

4cec0c09 2016-12-15 14:40 Kenyon Ralph

set dovecot plugin to mode 0755, fixes issue #785

0e486d44 2016-12-15 01:13 Kenyon Ralph

Merge pull request #784 from munin-monitoring/revert-701-master

Revert "python3 dependency fixed (backport)"

c00f7af9 2016-12-15 01:10 Kenyon Ralph

Revert "python3 dependency fixed (backport)"

71e8eb7e 2016-12-07 17:57 sumpfralle

Merge pull request #769 from sumpfralle/chronyd-improvements

[chrony] various improvements

7446194b 2016-12-04 07:34 Steve Schnepp

Merge pull request #780 from alexanikanov/master

add plugin for PUMA monitoring

75e9b8c9 2016-12-04 06:10 Alexey Anikanov

add plugin for PUMA monitoring

c24aaaf9 2016-11-30 05:28 sumpfralle

Merge pull request #776 from shakemid/add_oracle_plugins

Added plugins for Oracle Database.

69f98e7f 2016-11-29 01:32 K.Cima

Fix to remove evals

289b99d4 2016-11-28 09:55 K.Cima

Add comments for evals

fe8908c3 2016-11-28 09:55 K.Cima

Fix to add double quote to supress shellcheck warnings

99e235ce 2016-11-28 09:52 K.Cima

Fix to remove ${sqlplus_opts} to supress shellcheck warnings

3e4a48ab 2016-11-28 09:51 K.Cima

Fix to remove useless SQL

7c08e6c4 2016-11-27 00:11 K.Cima

Added oracle_sysstat_ plugin

9057a61f 2016-11-24 20:37 sumpfralle

Merge pull request #777 from sumpfralle/travis-remove-file_tail_multi

[apache_logparser] carefully import missing File::Tail::Multi (fixes Travis checks)

3d3f5179 2016-11-24 20:23 Lars Kruse

[apache_logparser] remove unused 'type' setting

the manual common/combined type detection was replaced with an
automatism earlier

89b2f767 2016-11-24 20:18 Lars Kruse

[apache_logparser] fix syntax error of for-loop

02f80a35 2016-11-24 20:17 Lars Kruse

[apache_logparser] carefully import unavailable module 'File::Tail::Multi

this will allow travis checks again

cab0841c 2016-11-24 17:42 sumpfralle

Merge pull request #741 from yoe/master

Add job stats graph

145b6546 2016-11-24 11:37 Wouter Verhelst

Add minimal POD documentation

fea84ffc 2016-11-23 22:00 Lars Kruse

travis: do not import missing File::Tail::Multi

a8dca907 2016-11-16 22:51 sumpfralle

Merge pull request #764 from nyetwurk/master

Prevent data corruption if output fields of "tc -s" vary, stack children lines

21572e11 2016-11-16 21:25 Nye Liu

Add the documentation in to the script. Should have gone with previous commit.

e2873c0a 2016-11-13 14:06 sumpfralle

Merge pull request #772 from acranox/arcstat_emptylines

Pass over empty lines in the arcstats (Closes: #680)

4f0a708d 2016-11-13 08:56 Peter Doherty

Pass over empty lines in the arcstats
https://github.com/munin-monitoring/contrib/issues/680

c9123a87 2016-11-12 15:38 sumpfralle

Merge pull request #771 from leeclemens/mtr_title

Add source as first 'hop' (Closes: #692)

caa2f4be 2016-11-12 15:20 Lee Clemens

Add comment for hardcoded hop_o value and configs

d9cce216 2016-11-12 14:29 Lee Clemens

Make whitespace consistent, converting tabs to 4 spaces and fixing indents

b3a486fa 2016-11-12 13:48 Lee Clemens

Use source hostname as first 'hop' value (removing it from graph title)

dc129c54 2016-11-12 12:56 Lee Clemens

Add source HOST to graph_title

fb4a9573 2016-11-10 18:29 Lars Kruse

[chrony] simplify field handling

89ddacb3 2016-11-10 17:54 Lars Kruse

[chrony] fix whitespace issues

728b1053 2016-11-10 17:52 Lars Kruse

[chrony] fix error status and message for 'autoconf'

cfd1612a 2016-11-10 17:50 Lars Kruse

[chrony] determine path of "chronyc" via "which"

6fd9d907 2016-11-10 17:39 Lars Kruse

[chrony] format POD documentation

6cb29a3b 2016-11-10 17:19 Lars Kruse

[chrony] switch from bash to sh; fix shell style issues

39976312 2016-11-06 19:07 sumpfralle

Merge pull request #671 from drzraf/patch-2

proc_mem_by_user: avoid magic fieldname "root"

5a320fce 2016-11-06 14:52 Raphaël Droz

proc_mem_by_user:
- use of bash
- don't corrupt rrd files when "root" (or any unclean value) is requested

9dcf5885 2016-11-06 07:56 Lars Kruse

[asterisk] fix inconsistent fieldname for voicemail messages (Closes: #700)

lelutin proposed the change of the fieldname "messages" in the config
section to "total" (as used in the "fetch" output)

see https://github.com/munin-monitoring/contrib/issues/700

04def756 2016-11-06 07:52 Lars Kruse

[asterisk] cleanup linebreak handling and single/plurals (Closes: #698)

lelutin proposed some changes:
  • the total is 0 if there is only one channel active (due to "channel"
    vs. "channels")
  • linebreaks "\r\n" are expected

See https://github.com/munin-monitoring/contrib/issues/698

66d48afb 2016-11-06 06:37 Lars Kruse

[asterisk] fix codecs accounting (Closes: #699)

The following issues are fixed by lelutin:
  • line ending matching does not match for lines that only use \n as
    line ending
  • iteration is broken because the index for setting values in the
    codecs accounting array is never reset to 0 before new loops....
7724b4cd 2016-11-06 06:27 sumpfralle

Merge pull request #748 from shtrom/backup-manager

[backup-manager] Rudimentary backup-manager plugin

49b79ca2 2016-11-06 00:08 Nye Liu

Embed tc_ pod documentation into the plugin itself

07fb93c2 2016-11-05 22:18 Olivier Mehani

[fresh_backup] Add missing reference to backup-manager

Signed-off-by: Olivier Mehani <>

c4e03516 2016-11-05 17:58 Nye Liu

Forgot the suggest tag

fd25056f 2016-11-05 17:57 Nye Liu

Set family to auto in tc_.pod as well

6cb9ba17 2016-11-05 17:52 Nye Liu

Cleanup suggested by maintainer

  • family should be auto, not manual
  • Combine multiple sed scripts into a single script
  • Double quote sh variable dereferences
  • Don't use deprecated backquotes
2d13d2a5 2016-11-05 17:51 Nye Liu

Add documentation and example graphs for the tc_ plugin

43f53457 2016-11-05 17:15 Nye Liu

Merge branch 'master' of https://github.com/munin-monitoring/contrib

4cc124fd 2016-11-05 07:42 sumpfralle

Merge pull request #724 from nichok/master

Fix for pymongo > 3.0 and connection support of MongoClient only

3b1290cf 2016-11-05 06:56 sumpfralle

Merge pull request #749 from shtrom/deborphan

[deborphan] New plugin counting orphaned packages in all sections

000c97cc 2016-11-05 06:51 Olivier Mehani

[deborphan] No longer dependent on bashisms

Signed-off-by: Olivier Mehani <>

ddbb4782 2016-11-05 06:48 Olivier Mehani

[deborphan] Don't use tempfiles, and other fixes

Signed-off-by: Olivier Mehani <>

306b77c2 2016-11-04 06:09 sumpfralle

Merge pull request #765 from CristianDeluxe/postfix_stats

Postfix stats - Rewritten plugin

156f0d84 2016-11-04 05:48 Cristian Deluxe

Small language fixes

daf5b94a 2016-11-04 05:33 Cristian Deluxe

Sellcheck disables and “eval” removed

d1d668f6 2016-11-04 00:11 Cristian Deluxe

Strict SH script, thanks to sumpfralle

87a6a775 2016-11-02 02:06 Cristian Deluxe

draw mode changed to AREASTACK

ce23bdde 2016-11-02 02:00 Cristian Deluxe

Changed draw mode to STACK

48ab3322 2016-11-02 01:59 Cristian Deluxe

no duplicated code, area graph, only first result

8e2025a9 2016-11-02 01:34 Cristian Deluxe

changed graph_period to minute (more appropiated)

9eb4cc1f 2016-11-02 00:07 Cristian Deluxe

Chenged family to “contrib”

e75132a7 2016-11-02 00:03 Cristian Deluxe

change spaces for tabs (code indent)

918602cd 2016-11-01 23:53 Cristian Deluxe

Use simple quotes and better graph config

424b962e 2016-11-01 23:04 Cristian Deluxe

Remove whitespaces from result

17fcfc37 2016-11-01 22:01 Cristian Deluxe

Rewrited Plugin

e0f6a97a 2016-10-29 06:23 sumpfralle

Merge pull request #750 from shtrom/file_length_

[file_length_] A versatile plugin to count the lines in specified files

6d4da015 2016-10-29 02:48 Olivier Mehani

[file_length_] Cleanup and shellcheck

Signed-off-by: Olivier Mehani <>

5cfc73c3 2016-10-29 01:21 Olivier Mehani

[deborphan] Cleanup and add POD doc

Signed-off-by: Olivier Mehani <>

4d5e6564 2016-10-28 23:05 sumpfralle

Merge pull request #739 from RubenKelevra/patch-2

plugins: network/udp-statistics: added more fields

f751a0d8 2016-10-28 20:50 Olivier Mehani

[fresh-backups] Rename, cleanup, and add POD doc

Signed-off-by: Olivier Mehani <>

50c13da5 2016-10-28 20:27 @RubenKelevra

[udp-statistics] rename 'errors' field, add more fields

5900d9d1 2016-10-28 19:42 sumpfralle

Merge pull request #744 from shtrom/systemd

Add systemd plugin counting units in each state

1a4b6cfb 2016-10-28 05:15 Olivier Mehani

Merge pull request #2 from avian2/add-systemd

Fix remaining issues with systemd_units plugin

d888c31d 2016-10-27 12:19 Tomaz Solc

systemd_units: fix use of tr

38835f7a 2016-10-27 11:54 Tomaz Solc

systemd_units: add doublequote around $extinfo

adc00722 2016-10-27 11:52 Tomaz Solc

systemd_units: avoid use of echo -n flag

a9476f50 2016-10-27 11:51 Tomaz Solc

systemd_units: fix indent

a2f1592f 2016-10-27 11:49 Tomaz Solc

systemd_units: avoid use of temporary file

b31b861f 2016-10-27 07:38 Olivier Mehani

[systemd_units] Rename, remove unused mode logic and cleanup syntax

Signed-off-by: Olivier Mehani <>

13f9ba7a 2016-10-26 17:15 Nye Liu

Area stack children

3dd825dd 2016-10-26 17:14 Nye Liu

Output fields of tc can vary, possibly causing corrupted data to be gathered.

Look specifically for the "bytes" keyword

234a753f 2016-10-26 17:13 Nye Liu

Make awk script more readable

afe87e90 2016-10-26 17:10 Nye Liu

Cosmetic whitespace uniformity

31bedc08 2016-10-26 17:08 Nye Liu

Hardcode tc path so we can run the script as non-root

22f9fa51 2016-10-25 20:30 sumpfralle

Merge pull request #763 from sumpfralle/transmission-ratios-assembling

[tr_ratios] documentation and configuration

c3660c2a 2016-10-25 20:25 Lars Kruse

[tr_ratios] restructure code

  • allow configuration of username, passwort, host and port via env
  • reduce code duplication
  • remove "*" from stopped transmissions
839d825a 2016-10-25 20:04 Lars Kruse

[tr_ratios] add documentation

1a25481e 2016-10-25 18:40 Lars Kruse

[tr_ratios] include awk scripts; awk instead of gawk

since we cannot rely on the location of the two included awk scripts, we
just include them literally

8777efd6 2016-10-25 18:34 Lars Kruse

[tr_ratios] switch from bash to sh; quoting

5dfe3432 2016-10-25 18:32 sumpfralle

Merge pull request #762 from samuraiii/patch-1

To get rid of non ascii characters in graphs

5884bdda 2016-10-25 16:39 samuraiii

To get rid of non ascii characters in graphs

2590bb35 2016-10-25 13:25 sumpfralle

Merge pull request #728 from shtrom/upnpc_

[plugins/upnpc_] Add upnpc-based router monitoring plugin

20de5307 2016-10-25 08:01 Olivier Mehani

[upnpc_] Move to network/ and document graphs

Signed-off-by: Olivier Mehani <>

ef80db4b 2016-10-25 06:21 Olivier Mehani

[systemd] Remove half-baked suggest

Signed-off-by: Olivier Mehani <>

fed40db7 2016-10-23 08:00 sumpfralle

Merge pull request #761 from sumpfralle/monit-parser-with-xml

[monit_parser] change input format to XML; retrieve via URL (Closes: #558)

5800201d 2016-10-23 04:36 Wouter Verhelst

Configurable location of sge settings.sh script

8c9f0260 2016-10-23 04:36 Wouter Verhelst

Use sh shebang

Don't need bash-specific features, after all