Projet

Général

Profil

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

root / plugins @ c5ab6538

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

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.

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.

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.

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.

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.
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

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

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

cdf6eeb3 2012-09-14 13:06 Adrien "ze" Urban

interfaces_linux_multi: interfaces, supersampling, multigraph

First release
3 graphs per interfaces :
- bps
- pkt/s
- errors
graph types can be disabled/enabled
interfaces can be included/excluded

5d4c3e8e 2012-09-14 11:56 Adrien "ze" Urban

cpu_linux_multi: fix a typo preventing it to run

a717a913 2012-09-14 03:27 rfrail3

change license

5a92255c 2012-09-13 15:24 Adrien "ze" Urban

cpu_linux_multi: license

license, and a few more comments

44e66720 2012-09-13 15:02 Adrien "ze" Urban

cpu_linux_multi: detailed cpu usage per core (multigraph, supersampling)

5be6eb72 2012-09-13 02:03 Stefan Seidel

add basic information and license header

f9000cdc 2012-09-12 04:26 Stefan Seidel

new plugin to monitor HugePages (or Large Pages) usage under Linux

42a11deb 2012-09-12 00:17 iborodikhin

Added simple graph mode for queries without GROUP BY statement

c561076a 2012-09-11 22:34 iborodikhin

Adding new plugin to monitor count of values matching specified criteria in Mysql table.

0541fdd1 2012-09-11 07:49 ricardo

Repair bug in other responses

706e7e91 2012-09-11 04:53 ricardo

Haproxy monitoring

580f586d 2012-09-10 04:36 Steve Schnepp

Merge pull request #182 from iborodikhin/master

"Warning" and "critical" use

c5e74d82 2012-09-10 02:39 iborodikhin

Bug fix

61de47eb 2012-09-10 02:36 iborodikhin

Adding 'warning' environment variable use

b3beac1c 2012-09-10 02:33 iborodikhin

Adding critical environment variable use

2c99f327 2012-09-10 02:08 iborodikhin

Adding critical environment variable use

9ec0760e 2012-09-06 08:19 Steve Schnepp

Merge pull request #181 from kuriyama/master

Fix usage of appname at munin symbol translation

fd119055 2012-09-04 21:02 Jun Kuriyama

Fix usage of appname at munin symbol translation

FMS appname may include '-' chars, and was translated to '_' because
of Munin dislike this character.

But original appname is required to retrive values from getAppStats
API. So preserve original appname and translate it at only actually...

7f8d2e8c 2012-09-04 18:00 deveth0

Fixed bug which only displays the first 5 zones

a132ba5d 2012-09-01 05:30 Steve Schnepp

nn_: fix configuration example

91ddb3ed 2012-09-01 05:29 Steve Schnepp

nn: no need for such a recent Perl

19673b27 2012-09-01 05:29 Steve Schnepp

nn: use M::P::clean_fieldname()

2e5609e3 2012-09-01 05:24 Jan Astrup

Added support for mysqlconfig in plugin configuration file

91710873 2012-09-01 05:24 Jan Astrup

Added support for mysqlconfig in munin-node.conf