Niall Donegan
7b5183c7b9
Changed from "which" to "command" to make the script a bit more POSIX compliant
2012-08-21 12:07:59 +01:00
Kenyon Ralph
8e1ab117aa
Merge pull request #166 from Niluge-KiWi/master
...
nvidia_smi: Get memory usage even if nvmlDeviceGetUtilizationRates is not available
2012-08-20 16:24:24 -07:00
Kenyon Ralph
837b8a74f9
Merge pull request #165 from stimpy23/master
...
apache_vhosts updates
2012-08-20 15:22:22 -07:00
Thomas Riccardi
1db89fc9a8
nvidia_smi: Get memory usage even if nvmlDeviceGetUtilizationRates is not available
2012-08-19 19:42:14 +02:00
stimpy23
672fd1c32a
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
2012-08-17 17:26:11 +02:00
Steve Schnepp
27e4cf0fe3
Merge pull request #164 from Flameeyes/master
...
SNMP & JMX plugins improvements
2012-08-10 04:12:11 -07:00
Diego Elio Pettenò
d3a4f12d3f
Move some more plugins in their place.
2012-08-09 16:47:30 -07:00
Diego Elio Pettenò
3bb2c5e2aa
Move weather plugins where they belong.
2012-08-09 16:00:56 -07:00
Diego Elio Pettenò
80956e267e
Remove sensors that use lm_sensors. These are already supported by sensors_ in main repository.
2012-08-09 15:59:50 -07:00
Diego Elio Pettenò
a5f447999c
Make the script executable as well.
2012-08-09 15:55:12 -07:00
Diego Elio Pettenò
cbba828a2b
Move freeipmi_ to sensors.
2012-08-09 15:54:56 -07:00
Diego Elio Pettenò
178747d96d
Move php plugins where they belong.
2012-08-09 15:54:31 -07:00
Robert Kilian
1c0440a798
Initial commit of Xastir plugin
2012-08-09 15:26:21 -07:00
Diego Elio Pettenò
a75c969c83
Remove jmx2munin.
...
This plugin is also developed on its own GIT repository:
https://github.com/tcurdt/jmx2munin
2012-08-09 14:18:15 -07:00
Diego Elio Pettenò
ea7bacc966
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.
2012-08-09 13:57:53 -07:00
Diego Elio Pettenò
8238b48805
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.
2012-08-09 13:55:35 -07:00
Diego Elio Pettenò
37e94f527a
Remove executable bit from images.
2012-08-09 13:49:17 -07:00
Diego Elio Pettenò
c0e85a7cfa
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.
2012-08-09 13:47:14 -07:00
Steve Schnepp
8b0547c5c5
Merge pull request #162 from Flameeyes/master
...
Housekeeping
2012-08-07 00:11:57 -07:00
Diego Elio Pettenò
e5ce74926d
More housekeeping.
2012-08-06 22:20:20 -07:00
Diego Elio Pettenò
038c3ce96b
Extract tarballs committed to git as plugins.
2012-08-06 22:16:31 -07:00
Diego Elio Pettenò
2dad4c6f70
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
2012-08-06 22:14:18 -07:00
Diego Elio Pettenò
a200c77b51
Uncompress assp-* plugins that were shipped as gzip.
2012-08-06 22:00:49 -07:00
Diego Elio Pettenò
0a1524f27f
More housecleaning.
...
Collapse some categories; remove duplicates; move plugins in where
they belong, remove files that are not really plugins at all.
2012-08-06 21:55:44 -07:00
Diego Elio Pettenò
4e3ef5b93e
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.
2012-08-06 21:41:09 -07:00
Diego Elio Pettenò
e0f0fb8659
Do some more housecleaning.
2012-08-06 21:38:45 -07:00
Diego Elio Pettenò
5d5bf6e4e5
Remove apcupsd plugin (is actually a readme file), reorder UPSes.
2012-08-06 21:36:33 -07:00
Diego Elio Pettenò
7da1b039c2
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.
2012-08-06 21:36:10 -07:00
Diego Elio Pettenò
2fc9c2400b
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.
2012-08-06 21:27:04 -07:00
Diego Elio Pettenò
d9533d6190
snmp__apc: initial import.
...
This is a simple plugin that makes it possible to monitor the amp
drain on APC's PDUs.
2012-08-06 21:22:04 -07:00
Steve Schnepp
f050ef001f
Merge pull request #161 from ndonegan/master
...
Wildcard to multigraph conversion of imapproxy
2012-08-02 09:20:34 -07:00
Niall Donegan
fdf68ff325
Renamed to imapproxy_multi
2012-08-02 16:57:19 +01:00
Niall Donegan
e316273af8
Converted imapproxy_ to multigraph
2012-08-02 16:56:03 +01:00
Kenyon Ralph
430345b232
Merge pull request #160 from Marenz/patch-1
...
Update plugins/teamspeak/ts3v2_
2012-08-01 08:16:10 -07:00
Marenz
c8d89f42f8
Update plugins/teamspeak/ts3v2_
...
prevent error "Use of uninitialized value $ARGV[0] in string eq"
2012-08-01 17:41:57 +03:00
Kenyon Ralph
177cb87640
Merge pull request #159 from C-Duv/patch-1
...
Make the php_apc.php script's URL configurable
2012-07-30 16:36:36 -07:00
Kenyon Ralph
cf64117ba9
Merge pull request #158 from ndonegan/imapproxy
...
Added in an imapproxy plugin
2012-07-30 16:31:26 -07:00
Niall Donegan
a80fce235d
Moved the imapproxy_ plugin to the mail directory
2012-07-31 00:27:14 +01:00
C-Duv
c6bc5c7ce6
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 .
2012-07-30 18:13:53 +03:00
Niall Donegan
958f6a19b2
Added in an imapproxy plugin
2012-07-30 15:06:38 +01:00
Kenyon Ralph
be42c3894b
Merge pull request #157 from iborodikhin/master
...
Little optimization of plugin
2012-07-25 12:25:20 -07:00
Kenyon Ralph
03c538bad3
Merge pull request #154 from dotdoom/master-private
...
Featuring ping plugin
2012-07-25 12:17:34 -07:00
iborodikhin
f8909aa41c
Adding limits to optimize traffic between Sphinxsearch and plugin
2012-07-25 16:44:19 +06:00
Artem Sheremet
ec431eb37e
Ping plugin: updated info, fixed labels, new image
2012-07-25 10:03:40 +03:00
Artem Sheremet
dca361d029
Rewriting Ping plugin in perl
...
* Merging existing plugins
2012-07-25 04:02:08 +03:00
Kenyon Ralph
aa2cb8468e
Merge pull request #156 from ndonegan/master
...
LVM Plugin Tidy
2012-07-24 12:18:06 -07:00
Kenyon Ralph
1fc33ee6b9
Merge pull request #155 from iborodikhin/master
...
New plugin for SphinxSearch
2012-07-24 12:17:24 -07:00
Kenyon Ralph
3874707db1
Merge pull request #145 from lexsimon/master
...
Little plugin for Solr
2012-07-24 12:16:02 -07:00
iborodikhin
862e559c26
Moving usage documentation from README.md to plugin file header
2012-07-24 21:25:59 +06:00
Niall Donegan
865a196696
Redirected the output of which to the great bitbucket in the sky.
2012-07-24 14:02:24 +01:00