2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

1192 Commits

Author SHA1 Message Date
Kenyon Ralph
0abe44821d Merge pull request #42 from dotdoom/master
netstat_bsd_ and tcp_retries plugins
2012-02-21 15:54:20 -08:00
Artem Sheremet
580c41ea3d Adding new plugins
* netstat_bsd_
  for mbufs/etc statistics from BSD's netstat -m
* tcp_retries
  for TCP retransmission count rate from procfs /proc/net/tcp
2012-02-22 02:30:54 +03:00
Kenyon Ralph
da00dd9c40 Merge pull request #41 from lukaf/tomcat_connection_failure
Tomcat connection failure
2012-02-21 11:47:19 -08:00
Luka Furlan
ccaba56c4c tomcat_
* urllib2 timeout for <2.6 versions of Python
    * plugin returns all 0 if site is unreachable
2012-02-21 13:46:23 +01:00
Luka Furlan
4ad7a32a0d Merge branch 'master' of https://github.com/munin-monitoring/contrib 2012-02-21 12:32:25 +01:00
Kenyon Ralph
6fe3a2fe4a Merge pull request #40 from AndyKits/patch-1
Fixed missing backtick in row 19
2012-02-20 11:10:49 -08:00
Kenyon Ralph
db8439eb61 Merge pull request #39 from mckoss/master
Relevant data added - uninteresting graphs removed.
2012-02-20 11:08:41 -08:00
AndyKits
28db7a12aa Fixed missing backtick in row 19 2012-02-20 17:24:44 +01:00
Mike Koss
1edc7e7dc3 Merge branch 'master' of git://github.com/munin-monitoring/contrib 2012-02-20 01:23:31 -08:00
Mike Koss
4db1637707 add fees, transactions, age and remove blocks and difficulty 2012-02-20 01:18:47 -08:00
Kenyon Ralph
9082a90137 whitespace cleanup 2012-02-18 14:33:00 -08:00
Kenyon Ralph
fc3bfaebc1 comment print statements that are not useful to munin 2012-02-18 14:32:01 -08:00
Kenyon Ralph
444ccae260 Merge pull request #38 from iangregory/master
uptime_bsd OpenBSD compatibility
2012-02-18 14:29:23 -08:00
iangregory
6272ca0c22 Make the uptime_bsd plugin OpenBSD friendly. 2012-02-18 18:51:33 +00:00
Steve Schnepp
921de33575 It might evolve to be the main cli for munin 2012-02-18 09:22:53 +01:00
Bushmills
d8208bfa86 Adding a cli for munin 2012-02-18 09:20:05 +01:00
Steve Schnepp
ad72df158f fixed watchdog, so plugin restarts automatically if killed 2012-02-18 06:17:20 +01:00
Steve Schnepp
962d614286 Finish the sentence about xmmo 2012-02-18 06:10:33 +01:00
Steve Schnepp
355ee21dec Added a blob for prefering elementary commits 2012-02-18 06:04:58 +01:00
Kenyon Ralph
f4af59b794 untar php_apc_ to address issue #37 2012-02-17 15:02:05 -08:00
Steve Schnepp
20b1fe2924 Adding a generic entry for all gnunicorn params 2012-02-17 21:34:46 +01:00
Steve Schnepp
3c5cdab8eb Merge pull request #36 from andrewjennings/gunicorn
Changes requested by steveschnepp.
2012-02-17 12:26:34 -08:00
Andrew Jennings
7e2bac0356 Move gunicorn plugins to directory. Add example plugin configuration
to gunicorn plugins. Add magic markers to plugins.
2012-02-17 14:46:15 -05:00
Steve Schnepp
7cab2fe50f Merge pull request #35 from andrewjennings/gunicorn
Contribute gunicorn plugins
2012-02-17 10:28:32 -08:00
Steve Schnepp
052cfa8054 Merge pull request #34 from darac/tg585v7__
TG585v7__: Better Error handling
2012-02-17 10:21:43 -08:00
Andrew Jennings
b5262430f8 Contribute gunicorn plugins 2012-02-17 11:24:55 -05:00
Paul Saunders
6f39dc451a TG585v7__: Better Error handling
Reset the error mode of Net::Telnet to 'return', so that we can (try to)
log out during the error handler without invoking the error handler
(doing so resulted in "Deep Recursion" warnings from perl).

Also, return 'U' for ALL appropriate items in case of error.
2012-02-17 10:24:04 +00:00
Kenyon Ralph
8484bebdca remove streamid_/shoutcast2_multi
Replaced by shoutcast/shoutcast2_multi in commit 55e02ba44f.
2012-02-15 13:43:03 -08:00
Matt West
80a70d26e4 Merge pull request #33 from mhwest13/master
Adding in Shoutcast2 plugin
2012-02-15 13:24:10 -08:00
Matt West
55e02ba44f Adding shotucast2 plugin back in, with couple of bug fixes 2012-02-15 13:11:12 -08:00
Kenyon Ralph
a04c5cd3cf Merge pull request #31 from mckoss/promote
Bitcoind Multi-Plugin
2012-02-15 10:36:32 -08:00
Kenyon Ralph
41bf031a2e Merge pull request #32 from mckoss/240cf1fdb00336091b524edce728f7d6eb5f9980
Added autoconf support
2012-02-15 10:36:03 -08:00
Mike Koss
c495be36aa Fix y-axis pinned to zero - Munin bug workaround 2012-02-15 01:38:13 -08:00
Mike Koss
b7a1903d2e Merge branch 'promote' 2012-02-14 23:09:28 -08:00
Mike Koss
6cd082a78c Bitcoind Multi-Plugin 2012-02-14 20:21:10 -08:00
Mike Koss
06dcb0bf16 Merge branch 'master' of git://github.com/munin-monitoring/contrib 2012-02-14 20:15:26 -08:00
Mike Koss
346aa68d48 reorder code - fix limits 2012-02-14 20:12:03 -08:00
Mike Koss
5f66fcc3f8 Bitcoin server plugin 2012-02-14 18:07:54 -08:00
Mike Koss
240cf1fdb0 autoconf support 2012-02-14 16:48:07 -08:00
Kenyon Ralph
b70ddc793b Merge pull request #30 from mhwest13/master
Re-importing plugins that went missing
2012-02-13 23:02:32 -08:00
Matt West
c35bee3994 Adding nagios_multi_ plugin and opentracker_ plugin 2012-02-13 22:29:03 -08:00
Kenyon Ralph
6a4f383cdd Merge pull request #29 from mckoss/master
Replacement for nginx_memory and ngnix_memory (sic)
2012-02-13 11:09:27 -08:00
Mike Koss
7de8f2cab4 Redundant with nginx_working_set (and had a bug) 2012-02-13 11:04:05 -08:00
Mike Koss
f77cbb8707 Simpler nginx working set plugin. Replaces nginx_memory (which displays total of virtual memory)
and ngnix_memory (sic) which has a bug including non-nginx processes.
2012-02-13 10:53:16 -08:00
Steve Schnepp
08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00
Kenyon Ralph
0b089ea777 remove duplicate openvz load plugin
This commit closes Issue #27.
2012-02-12 20:08:15 -08:00
Kenyon Ralph
ba499e1070 Merge remote branch 'upstream/master' 2012-02-12 20:05:56 -08:00
Kenyon Ralph
2c85ca6547 Merge pull request #28 from dcaillibaud/patch-1
code cleanup
2012-02-12 20:02:40 -08:00
dcaillibaud
7329ca6b11 "load average" label already in graph title, so useless in each VE label 2012-02-12 12:37:02 +01:00
dcaillibaud
5696c338c3 Another duplicate block in config case and only value line kept for "normal" case 2012-02-12 12:34:41 +01:00