Projet

Général

Profil

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

root / plugins @ d112f623

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

69352413 2012-09-26 09:03 Sebastian Wyder

Fixed typos & bad English

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.

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

a717a913 2012-09-14 03:27 rfrail3

change license

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

14bfe7f2 2012-09-01 05:24 Jan Astrup

Added newznab plugin

e8d5b844 2012-09-01 05:23 Steve Schnepp

senderscore: fix doc

2e566be3 2012-09-01 05:15 Ben Strauss

Update plugins/system/debsecan

adjusted patterns to grep

dac093c3 2012-09-01 05:15 ricardo

tomcat access plugin

15e41f87 2012-09-01 05:15 Josh Robb

Add a plugin for monitoring senderscore repuation.

4b836355 2012-09-01 05:09 Simon Whittaker

Added nginx check for upstream access times

ad4d9724 2012-09-01 05:06 Niall Donegan

Changed from COUNTER to DERIVE with a min of 0 for CPU time.

38882312 2012-08-28 20:17 Diego Elio Pettenò

snmp__brocade_ifs: rename and update code to use the new name.

6201fbd9 2012-08-28 20:12 Diego Elio Pettenò

esxi__sensors: remove broken reference to snmp__sensors.

76521756 2012-08-28 20:12 Diego Elio Pettenò

Move and rename cirix netscaler plugins as well.

a2170c36 2012-08-28 20:07 Diego Elio Pettenò

netapp: move plugins within snmp folder as that's what they are.

Fix them so that the renamed version works; these still don't use
Munin::SNMP and somebody who has access to them might want to rename
them.

b4817a7f 2012-08-28 20:05 Diego Elio Pettenò

netapp_if_: remove, superseded by snmp__if_.

715d059c 2012-08-28 19:55 Diego Elio Pettenò

boinc_projs: avoid using snmp references.

There is no reason to feign this is a SNMP plugin; it's just like any
other virtual node.

65a69fb6 2012-08-28 19:43 Diego Elio Pettenò

printer-ink-levels-by-percent: remove as superseded by snmp__print_supplies

a989e8ce 2012-08-28 19:37 Diego Elio Pettenò

Cleanup APC UPS plugins using SNMP.

Remove the plugins using snmpwalk to produce their results, as there
are three different, Perl-based implementations.

Of these, one might not work because it uses net-snmp and thus rely on
the presence of some MIB file which might not be present....

29da235b 2012-08-28 19:29 Diego Elio Pettenò

snmp__apc_pdu: rename from snmp__apc.

APC UPSes are different and will have different kind of graphs.

d77b3fc5 2012-08-28 19:27 Diego Elio Pettenò

snmp__cpu: remove plugin superseded by snmp__cpuload.

322497ca 2012-08-28 19:25 Diego Elio Pettenò

snmp__memory_win, snmp_memory: remove plugins superseded by snmp__memory.

The snmp__memory plugin will do the same graphs and is part of Munin's
distribution as of 2.0.5.

d6f29a6b 2012-08-28 19:17 Diego Elio Pettenò

snmp__apc: rewrite to make use of get_entries and get_hash.

This should simplify quite a bit the handling of 3-phase PDUs, among
other things.

f5705164 2012-08-28 19:08 Diego Elio Pettenò

snmp__screenos: don't print anything after snmpconf.

8ca0283c 2012-08-28 19:08 Diego Elio Pettenò

snmp__screenos: align for readability.

5cad9514 2012-08-28 17:19 Diego Elio Pettenò

snmp__if_combined: don't pull in unneeded data.

8d259040 2012-08-28 17:19 Diego Elio Pettenò

snmp__screenos: support receiving CPU utilization information.

d7e83154 2012-08-28 16:58 Diego Elio Pettenò

snmp__screenos: first version of a plugin to monitor Juniper ScreenOS Resources

Right now this produces two graphs: memory and session allocation. CPU
time will be added shortly.

68b65c84 2012-08-28 05:27 ricardo

tomcat access plugin

2cbf4a93 2012-08-28 05:26 ricardo

tomcat access plugin

e9ce5f96 2012-08-27 08:08 ricardo

tomcat access plugin

573a58f9 2012-08-24 18:14 David Gagnon

Added GPL2 License in Header

a08c0c88 2012-08-24 17:39 David Gagnon

Added plugin for ARIS

This plugin allows munin users to monitor server instances of the ARIS
locative game engine. See http://arisgames.org

d0d36f49 2012-08-24 11:33 Jens Jahnke

Use ${CMD_...} only to check if command exists
and use the real command e.g. grep, sed, etc. in the command line.

f25c788c 2012-08-24 11:24 Jens Jahnke

Remove "[GB]" from graph title.

123d91cf 2012-08-24 04:29 Jens Jahnke

Added output of memory usage to graph.

The memory consumption of all processes (not threads) is calculated
in GB and added to the graph.

361a5316 2012-08-24 03:46 Jens Jahnke

Don't use hard coded paths to the used command line tools.

The tools grep, sed and wc may have a different path. Therefore
they are now evaluated via "which". If a command is not found the script
exits with an error message and the exit code 1.

c8148539 2012-08-23 11:56 Diego Elio Pettenò

plugins: make all of them use graph_vlabel instead of graph_vtitle.

55cb0187 2012-08-23 11:27 Diego Elio Pettenò

snmp__apc: have a static title for the graph.

Instead of adding model and serial number to the graph itself, use a
static title for it and instead provide the model and serial number as
part of graph_info.

This change makes it much easier to forward the warning/critical...

2b09747a 2012-08-21 10:54 Kenyon Ralph

Merge pull request #170 from MaxDudu/master

fix set call for redis-speed plugin

9fae2c90 2012-08-21 10:53 Kenyon Ralph

Merge pull request #169 from ndonegan/master

Changed from "which" to "command" to make the script a bit more POSIX compliant

ae65a7d2 2012-08-21 10:44 MaxDudu

Update plugins/redis/redis-speed

7b5183c7 2012-08-21 07:07 Niall Donegan

Changed from "which" to "command" to make the script a bit more POSIX compliant

8e1ab117 2012-08-20 19:24 Kenyon Ralph

Merge pull request #166 from Niluge-KiWi/master

nvidia_smi: Get memory usage even if nvmlDeviceGetUtilizationRates is not available

1db89fc9 2012-08-19 13:42 Thomas Riccardi

nvidia_smi: Get memory usage even if nvmlDeviceGetUtilizationRates is not available

672fd1c3 2012-08-17 11:26 stimpy23

updated apache_vhost to actually work (at least on my debian squeeze machine..): Surrounded thaw by eval{} to suppress error at the very first run and escaped "." and "-" at the sanitizing regex in apache_pipelogger

d3a4f12d 2012-08-09 19:47 Diego Elio Pettenò

Move some more plugins in their place.

3bb2c5e2 2012-08-09 19:00 Diego Elio Pettenò

Move weather plugins where they belong.

80956e26 2012-08-09 18:59 Diego Elio Pettenò

Remove sensors that use lm_sensors. These are already supported by sensors_ in main repository.

a5f44799 2012-08-09 18:55 Diego Elio Pettenò

Make the script executable as well.

cbba828a 2012-08-09 18:54 Diego Elio Pettenò

Move freeipmi_ to sensors.

178747d9 2012-08-09 18:54 Diego Elio Pettenò

Move php plugins where they belong.

a75c969c 2012-08-09 17:18 Diego Elio Pettenò

Remove jmx2munin.

This plugin is also developed on its own GIT repository:

https://github.com/tcurdt/jmx2munin

ea7bacc9 2012-08-09 16:57 Diego Elio Pettenò

Remove snmp_hp_.

This plugin is doing the same thing that snmp__if_ is doing, but it
doesn't have a clear license and does not support 64-bit counters.

8238b488 2012-08-09 16:55 Diego Elio Pettenò

Remove snmp plugins for printer supplies.

At least Munin 2.0 already provides snmp__printer_supplies that takes
care of the same data (they all use Printer-MIB values). Also that
plugin uses Munin's own SNMP abstraction instead of using net-snmp
commands directly, which makes it more suitable for the job.

37e94f52 2012-08-09 16:49 Diego Elio Pettenò

Remove executable bit from images.

c0e85a7c 2012-08-09 16:47 Diego Elio Pettenò

snmp__if_combined: create a single graph showing traffic from all interfaces.

This allows normalising the graph range and shows aberrations in the
bandwidth usage more clearly.

e5ce7492 2012-08-07 01:20 Diego Elio Pettenò

More housekeeping.

038c3ce9 2012-08-07 01:16 Diego Elio Pettenò

Extract tarballs committed to git as plugins.

2dad4c6f 2012-08-07 01:14 Diego Elio Pettenò

Remove plugins that are managed as a separate repository.

activemq: http://sourceforge.net/p/munin-activemq/home/Home/
twilio-balance: https://github.com/jsoncorwin/twilio-munin

a200c77b 2012-08-07 01:00 Diego Elio Pettenò

Uncompress assp-* plugins that were shipped as gzip.

0a1524f2 2012-08-07 00:55 Diego Elio Pettenò

More housecleaning.

Collapse some categories; remove duplicates; move plugins in where
they belong, remove files that are not really plugins at all.

4e3ef5b9 2012-08-07 00:41 Diego Elio Pettenò

ipmi: remove the multiple IPMI plugins and simply introduce my FreeIPMI plugin.

This is a catch-all that will work with any recent FreeIPMI and
actually supports all the features of the others.

e0f0fb86 2012-08-07 00:38 Diego Elio Pettenò

Do some more housecleaning.

5d5bf6e4 2012-08-07 00:36 Diego Elio Pettenò

Remove apcupsd plugin (is actually a readme file), reorder UPSes.

7da1b039 2012-08-07 00:36 Diego Elio Pettenò

Put order in SNMP plugins by moving all of them together in snmp/

This makes it easier to find what should be used for SNMP monitoring.

2fc9c240 2012-08-07 00:27 Diego Elio Pettenò

ups: remove two older PDU plugins.

My plugin uses the same SNMP framework as the official plugins in
munin; these use either sh and net-snmp commands, or Net::SNMP
directly, and neither seems to be generic enough.

d9533d61 2012-08-07 00:22 Diego Elio Pettenò

snmp__apc: initial import.

This is a simple plugin that makes it possible to monitor the amp
drain on APC's PDUs.

f050ef00 2012-08-02 12:20 Steve Schnepp

Merge pull request #161 from ndonegan/master

Wildcard to multigraph conversion of imapproxy

fdf68ff3 2012-08-02 11:57 Niall Donegan

Renamed to imapproxy_multi

e316273a 2012-08-02 11:56 Niall Donegan

Converted imapproxy_ to multigraph

c8d89f42 2012-08-01 10:41 Marenz

Update plugins/teamspeak/ts3v2_

prevent error "Use of uninitialized value $ARGV0 in string eq"

177cb876 2012-07-30 19:36 Kenyon Ralph

Merge pull request #159 from C-Duv/patch-1

Make the php_apc.php script's URL configurable

cf64117b 2012-07-30 19:31 Kenyon Ralph

Merge pull request #158 from ndonegan/imapproxy

Added in an imapproxy plugin

a80fce23 2012-07-30 19:27 Niall Donegan

Moved the imapproxy_ plugin to the mail directory

c6bc5c7c 2012-07-30 11:13 C-Duv

Make the php_apc.php script's URL configurable

I've made the "URL" parameter look up if not already defined (in munin-node configuration file) before defaulting to http://localhost/php_apc.php.

958f6a19 2012-07-30 10:06 Niall Donegan

Added in an imapproxy plugin

be42c389 2012-07-25 15:25 Kenyon Ralph

Merge pull request #157 from iborodikhin/master

Little optimization of plugin

03c538ba 2012-07-25 15:17 Kenyon Ralph

Merge pull request #154 from dotdoom/master-private

Featuring ping plugin