Projet

Général

Profil

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

root @ 430d68ff

# Date Auteur Commentaire
430d68ff 2012-12-18 12:12 Stig Sandbeck Mathisen

Add configuration, documentation, and autoconf

93113619 2012-12-14 07:55 Diego Elio Pettenò

Merge pull request #222 from northox/master

Fix and strict mode

423989a6 2012-12-14 07:54 Diego Elio Pettenò

Merge pull request #223 from terrorobe/patch-1

plugins/redis/redis_: Make used_memory use base 1024 like it should

b6b77ef9 2012-12-14 05:42 Michael Renner

plugins/redis/redis_: Make used_memory use base 1024 like it should

5271859f 2012-12-12 22:56 Danny Fullerton

Switch to strict mode.
Fix hash/array syntax causing regex-based log to fail.

c2ecfcb7 2012-12-09 10:27 Stig Sandbeck Mathisen

Add varnish_devicedetect plugin

8f2debea 2012-11-27 11:46 Diego Elio Pettenò

Merge pull request #214 from Sheridan/patch-1

Update plugins/zimbra/zimbra-mailboxsizes

dfa9d734 2012-11-27 08:43 Горлов Максим

Update plugins/zimbra/zimbra-mailboxsizes

Adding support for dots in mailboxses names ( )

e2847194 2012-11-26 11:18 Kenyon Ralph

Merge pull request #213 from jobauer/master

change for snmp__netscaler_connections

5e550879 2012-11-26 10:21 Joseph Bauer

- merged copy-pasted functions into a generic one
- changed host detection, which was broken after plugin rename
- fixed some typos

028275b3 2012-11-25 20:58 Kenyon Ralph

Merge pull request #212 from iammookli/master

http_load_: Support underscores in URLs

11405c78 2012-11-25 20:50 iammookli

Support underscores in URLs; typo.

edb8732d 2012-11-21 19:19 Diego Elio Pettenò

snmp__if_combined: fix syntax to use explicit 'my'.

7dd40e24 2012-11-21 19:19 Diego Elio Pettenò

snmp__if_combined: output extinfo in the right spot.

f63f73d3 2012-11-21 12:16 Diego Elio Pettenò

sensors/hplog_*: remove in favour of hpasmcli2_

These two plugins are using a different command coming from the same
package as hpasmcli, they lack a license identification, and are a tad
more rough than the one that would replace them.

65fb3d8e 2012-11-21 01:21 Diego Elio Pettenò

hpasmcli2_: try to be a bit more forgiving in perl choices.

c5ab6538 2012-11-21 01:07 Diego Elio Pettenò

snmp_room_alert_: move together with the other snmp plugins.

36c0e91b 2012-11-21 01:03 Diego Elio Pettenò

openvpn_multi: move together with the other openvpn plugins.

ecd21d50 2012-11-21 01:01 Diego Elio Pettenò

apache_status: change the vlabel to use the same unit as input.

This way it's possible to avoid the cdef altogether.

e09d236f 2012-11-20 15:00 Diego Elio Pettenò

snmp__apc_ups2_: rename correctly.

3de4d5d4 2012-11-20 14:59 Diego Elio Pettenò

snmp__acp_ups2_: move to sensors category.

bb2076ec 2012-11-20 14:59 Diego Elio Pettenò

snmp__acp_ups2_: remove commented-out cdef line.

6c1541a6 2012-11-20 14:52 Diego Elio Pettenò

snmp__ifx_: remove, superseded by snmp__if_.

This plugin does not use the standard Munin SNMP plugin interface, and
is, nowadays, duplicating the functionality present in the main
snmp__if_ plugin, which uses the 64-bit counters by default if
present, and fall back to the 32-bit ones if not.

bfe824f7 2012-11-20 14:50 Diego Elio Pettenò

snmp__if_combined: rewrite error handling.

Instead of just having a single "errors" value on the per-interface
error graphs, split it in errors and discards, then provide a total
for the combined graph.

This way it's possible to see more details of what's going on at the...

36ac271c 2012-11-20 14:09 Diego Elio Pettenò

snmp__if_combined: don't use cdef to generate the final value.

This actually simplifies the code, and avoids extra work on the master
side for no reason.

7777738e 2012-11-20 12:19 Diego Elio Pettenò

snmp__if_combined: provide CDEFs directives for the combined graph as well.

Borrowed data is raw, so in this case we want to make sure it's expressed in bits rather than octects.

19fd67f6 2012-11-17 14:20 Diego Elio Pettenò

Merge pull request #211 from nukleus/patch-1

Fix typos in plugins/network/ip_forward_

471311df 2012-11-17 14:18 nukleus

Update plugins/network/ip_forward_

Fix typos in plugins/network/ip_forward_

3b64d836 2012-11-16 08:06 Steve Schnepp

add license

87487787 2012-11-16 08:06 iborodikhin

Added new plugin to monitor lighttpd web server

47ddbce4 2012-11-16 08:06 iborodikhin

Moved sphinx_* plugins from directory php/ to sphinx/ because they're made to monitor sphinx search engine.

3b62e607 2012-11-12 21:58 Diego Elio Pettenò

snmp__if_multi: fix properly ifAlias usage.

a4dbacad 2012-11-12 21:58 Diego Elio Pettenò

snmp__if_combined: restore the error graphing as it's done on snmp__if_multi

This brings it basically on feature parity with it, and more.

4943ded3 2012-11-12 20:39 Diego Elio Pettenò

snmp__if_: remove in favour of snmp__if_ in main repository.

3505cf52 2012-11-12 19:43 Diego Elio Pettenò

snmp__if_combined: graph all interfaces, not only ethernetCsmacd.

For routers it might very well that you're trying to graph tunnels as
well.

5a98a767 2012-11-12 19:37 Diego Elio Pettenò

snmp__if_combined: rework to have both combined and split graphs available.

This basically almost replaces snmp__if_multi in full, as sub-graphs
with interface traffic are generated as a set of detailed graphs. It
doesn't yet compose graphs with the interface errors though.

060ddd51 2012-11-11 19:56 Diego Elio Pettenò

misc: make some plugin speak dirtyconfig, saving a few roundtrips.

b7e6b69b 2012-11-08 04:42 Kenyon Ralph

Merge pull request #209 from iborodikhin/master

Bug fixes in redis plugin

285c11cd 2012-11-07 22:06 iborodikhin

Fixed undefined variable use and division by zero in redis plugin

dbb14174 2012-11-07 14:49 Diego Elio Pettenò

apache_status: set all minimals to 0 to discard negative values.

19febd28 2012-11-06 11:18 Diego Elio Pettenò

Merge pull request #208 from letompouce/master

New plugin: mpdstats_

238aaf5d 2012-11-06 06:37 ToM

New plugin: mpdstats_.

569e801e 2012-11-05 18:17 Diego Elio Pettenò

apache_status: make it easy to monitor other hosts as a virtual node

de8f24a4 2012-11-05 17:32 Diego Elio Pettenò

apache_status: remove apache_average_request compatibility.

There is no reason to keep this, which is simply Apache's value from
apache_accesses, and that one we can actually configure with the period we want.

1b2574a4 2012-11-05 15:23 Diego Elio Pettenò

apache_status: add a new multigraph plugin to replace the old apache_* from the main repository.

This plugin uses a single requests to parse all the statistics instead
of making three of them, reducing the overhead, and uses the
multigraph capabilities to generate the same graphs. The naming is...

4895666d 2012-11-05 14:55 Diego Elio Pettenò

apache_*: remove some references to the server-status URL when it's not used.

af586cdd 2012-11-01 11:46 Kenyon Ralph

Merge pull request #207 from caius/raid-mismatch-fix

Strip hidden characters from raid-mismatch script

ecd6f359 2012-11-01 08:55 Caius Durling

Strip hidden characters from raid-mismatch script

Seems to have windows line-endings and a hidden unicode (U+FEFF) character on the first line which stops it running for me.

a9ce052b 2012-10-26 01:29 Diego Elio Pettenò

snmp__apc_pdu: pass graph_args to put the limit to 0.

910d1970 2012-10-26 01:29 Diego Elio Pettenò

freeipmi: fix off-by-one in high limits.

33afeedd 2012-10-25 05:28 Steve Schnepp

Merge pull request #203 from eugenganshorn/master

Syntax Error FIXED

2f4f4298 2012-10-24 11:44 Eugen Ganshorn

FIXED: /etc/munin/plugins/pdns_rec_throttle: 40: Syntax error: end of file unexpected (expecting "fi")

4c0e44be 2012-10-24 10:36 Diego Elio Pettenò

freeipmi: fix multigraph declaration.

157c0675 2012-10-23 20:33 Diego Elio Pettenò

hwmon: fix autoconf when only one hwmon device is present.

9a46eb9b 2012-10-23 20:26 Diego Elio Pettenò

freeipmi: avoid reporting N/A values.

1f9d76a7 2012-10-23 20:20 Diego Elio Pettenò

freeipmi: avoid using undefined values.

7ed16b61 2012-10-23 20:14 Diego Elio Pettenò

freeipmi: replace wildcard plugin with a multigraph one.

This new plugin is written in Perl rather than sh+awk, executes
ipmi-sensors only once per call (config/fetch still require two calls
total), and with one call it produces all the available graphs
depending on the available sensors....

fd5126e0 2012-10-23 20:14 Diego Elio Pettenò

hwmon: initial import of a sysfs-based plugin to monitor Linux hardware sensors.

This is designed as a replacement for the sensors_ plugin in Munin; it
accesses the same data as that plugin, but does so through direct
access to /sys, following the kernel-mandated interface, instead of...

55975991 2012-10-23 18:50 Diego Elio Pettenò

snmp__screenos: fix typos.

369506ef 2012-10-22 11:34 Steve Schnepp

Merge pull request #201 from rfrail3/master

New plugins for ipvs

5e94465b 2012-10-22 06:32 rfrail3

plugin for monitor ipvs

d8d74a51 2012-10-19 18:16 Steve Schnepp

Merge pull request #200 from rfrail3/master

OpenVPN AS plugins

8a13b499 2012-10-19 18:14 Steve Schnepp

Merge pull request #191 from aborrero/master

Traffic plugin. Monitor total throughput by IP protocol.

f28b4474 2012-10-19 18:10 Steve Schnepp

Merge pull request #187 from ze42/master

cpu_linux_multi

442bc680 2012-10-19 18:09 Steve Schnepp

Merge pull request #184 from iborodikhin/master

Mysql COUNT plugin

8410e921 2012-10-09 04:59 rfrail3

openvpn as plugins

80cb77cb 2012-10-03 06:09 iborodikhin

Removed totals from child graphs and changed draw method for better readability

f6276fc9 2012-10-02 22:17 iborodikhin

Multigraph plugin to monitor nginx cache status (everything, not only hits, misses and expired objects)

bcf2659f 2012-09-30 14:14 Kenyon Ralph

Merge pull request #185 from seidler2547/master

New Plugin: HugePages usage

a5fd2bed 2012-09-30 14:13 Kenyon Ralph

Merge pull request #190 from rfrail3/master

New plugins for monitor Apache

7e30ed64 2012-09-30 14:10 Kenyon Ralph

Merge pull request #194 from jdponomarev/patch-1

Update plugins/mongodb/mongo_lag

30341ad6 2012-09-30 14:09 Kenyon Ralph

Merge pull request #195 from jdponomarev/patch-2

Update plugins/mongodb/mongo_lag

84cc3cf5 2012-09-30 14:03 Kenyon Ralph

Merge pull request #199 from dotdoom/master-ejabberd_scanlog_refactoring

Refactoring ejabberd_scanlog plugin

ca5d75b9 2012-09-30 13:59 Kenyon Ralph

Merge pull request #192 from M3d1c5/master

Updated prosody plugin

f5e55355 2012-09-29 03:31 Steve Schnepp

Merge pull request #197 from nknotzer/master

Femon Plugin: Update to Version 1.3

bfe49e6d 2012-09-27 12:24 Artem Sheremet

Refactoring ejabberd_scanlog plugin

More flexible config, making easier to add new log error types.
Should be faster as well.

d573ab04 2012-09-27 12:02 Diego Elio Pettenò

Merge pull request #198 from dotdoom/master-ping_unintialized_value_fix

Fixing a warning in the ping plugin

d112f623 2012-09-27 11:40 Artem Sheremet

Fixing a warning in the ping plugin

Error message:
Use of uninitialized value $ping_time in concatenation (.) or string at /etc/munin/plugins/ping line 176.

Fix is to declare a variable prior to using it in postfix-if assignment

dacd37d0 2012-09-26 09:41 nknotzer

Update plugins/dvb/femon

  1. v1.3 25/10/2011 - Configure upper and lower graph limits with graph_args environment variable.
4699dea3 2012-09-26 09:26 Steve Schnepp

Merge pull request #196 from sebi/patch-1

Fixed typos & bad English

69352413 2012-09-26 09:03 Sebastian Wyder

Fixed typos & bad English

f2032538 2012-09-25 08:03 Arturo Borrero Gonzalez

Added support even larger numbers.

ea5dde3f 2012-09-25 04:51 jdponomarev

Update plugins/mongodb/mongo_lag

fixed bug for python 2.6 and for replica sets with arbiters

c854b3b7 2012-09-25 04:32 jdponomarev

Update plugins/mongodb/mongo_lag

fixed pymongo connection - now allows to connect to a port different from 27017

bac376c2 2012-09-24 17:46 Diego Elio Pettenò

Merge pull request #193 from brycied00d/patch-1

Correct wildcard name handling on plugin net/vnstat_

a2f35e9b 2012-09-24 17:45 Bryce Chidester

Correct wildcard name handling

The previous awk function did not work for my system, always returned the script name instead. Replaced with the same clean and sanitary bash variable logic that if_ uses to extract the interface name from $0.

995ddbc4 2012-09-24 14:07 Christian Bendt

Updated prosody plugin

Updated prosody plugin to the most recent version

86847af6 2012-09-24 05:40 iborodikhin

Adding custom label and vlabel environment variables support

09b0f002 2012-09-21 04:50 Arturo Borrero Gonzalez

added "Total bps" to help know the exact total traffic in the graph.

0a0cc634 2012-09-20 11:31 Arturo Borrero Gonzalez

changed permissions, like others pluggins.

e49b78ab 2012-09-20 11:30 Arturo Borrero Gonzalez

Added `traffic' plugin, to allow measure server total throughput in both IPv4 and IPv6

d189784c 2012-09-19 02:49 rfrail3

Fix grep command

4771fd2b 2012-09-18 13:15 rfrail3

New plugins for Apache web server

73bf794a 2012-09-17 08:46 Steve Schnepp

Merge pull request #189 from rfrail3/master

Add support for unix sockets in request and auto limit value

47e34fdf 2012-09-17 06:11 Lasse Karstensen

Remove outdated varnish3 plugins, point to upstream version

bcb9ed82 2012-09-17 06:08 Lasse Karstensen

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

4f29ff59 2012-09-17 04:49 rfrail3

Add support for sockets

b9194db0 2012-09-15 13:36 Diego Elio Pettenò

Merge pull request #188 from dotdoom/master-sshd_log_crlf_to_lf

sshd_log: CRLF to LF (bad interp. error)

4ab213e1 2012-09-15 10:32 Artem Sheremet

sshd_log: CRLF to LF (bad interp. error)

97dd02a7 2012-09-15 08:08 Steve Schnepp

Merge pull request #183 from rfrail3/master

Haproxy monitor plugin