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

1699 Commits

Author SHA1 Message Date
Diego Elio Pettenò
7652175660 Move and rename cirix netscaler plugins as well. 2012-08-28 17:12:09 -07:00
Diego Elio Pettenò
a2170c363b 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.
2012-08-28 17:07:36 -07:00
Diego Elio Pettenò
b4817a7f01 netapp_if_: remove, superseded by snmp__if_. 2012-08-28 17:05:26 -07:00
Diego Elio Pettenò
715d059c21 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.
2012-08-28 16:55:01 -07:00
Diego Elio Pettenò
65a69fb62c printer-ink-levels-by-percent: remove as superseded by snmp__print_supplies 2012-08-28 16:43:06 -07:00
Diego Elio Pettenò
a989e8ce14 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.

None of the plugins use Munin::SNMP and none uses multigraph
capabilities.
2012-08-28 16:37:19 -07:00
Diego Elio Pettenò
29da235be1 snmp__apc_pdu: rename from snmp__apc.
APC UPSes are different and will have different kind of graphs.
2012-08-28 16:29:39 -07:00
Diego Elio Pettenò
d77b3fc510 snmp__cpu: remove plugin superseded by snmp__cpuload. 2012-08-28 16:27:29 -07:00
Diego Elio Pettenò
322497ca26 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.
2012-08-28 16:25:17 -07:00
Diego Elio Pettenò
d6f29a6b52 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.
2012-08-28 16:17:04 -07:00
Diego Elio Pettenò
f570516416 snmp__screenos: don't print anything after snmpconf. 2012-08-28 16:08:32 -07:00
Diego Elio Pettenò
8ca0283cc3 snmp__screenos: align for readability. 2012-08-28 16:08:14 -07:00
Diego Elio Pettenò
5cad9514bd snmp__if_combined: don't pull in unneeded data. 2012-08-28 14:19:50 -07:00
Diego Elio Pettenò
8d259040ac snmp__screenos: support receiving CPU utilization information. 2012-08-28 14:19:20 -07:00
Diego Elio Pettenò
d7e8315462 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.
2012-08-28 13:58:55 -07:00
ricardo
68b65c84ba tomcat access plugin 2012-08-28 11:27:43 +02:00
ricardo
2cbf4a93b6 tomcat access plugin 2012-08-28 11:26:00 +02:00
ricardo
e9ce5f9633 tomcat access plugin 2012-08-27 14:08:54 +02:00
David Gagnon
573a58f9c1 Added GPL2 License in Header 2012-08-24 17:14:52 -05:00
David Gagnon
a08c0c8824 Added plugin for ARIS
This plugin allows munin users to monitor server instances of the ARIS
locative game engine. See http://arisgames.org
2012-08-24 16:39:15 -05:00
Jens Jahnke
d0d36f4926 Use ${CMD_...} only to check if command exists
and use the real command e.g. grep, sed, etc. in the command line.
2012-08-24 17:33:41 +02:00
Jens Jahnke
f25c788c3d Remove "[GB]" from graph title. 2012-08-24 17:24:40 +02:00
Jens Jahnke
123d91cf70 Added output of memory usage to graph.
The memory consumption of all processes (not threads) is calculated
in GB and added to the graph.
2012-08-24 10:29:55 +02:00
Jens Jahnke
361a5316c7 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.
2012-08-24 09:46:07 +02:00
Diego Elio Pettenò
c814853976 plugins: make all of them use graph_vlabel instead of graph_vtitle. 2012-08-23 08:56:01 -07:00
Diego Elio Pettenò
55cb01870b 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
statuses back to Icinga (or Nagios), where you have to match the graph
title.
2012-08-23 08:27:10 -07:00
Robert Kilian
a0975cecfd Moved contents of README into plugin as comments 2012-08-21 15:11:04 -07:00
Robert Kilian
fdd3eaf440 Moved contents of README into plugin as comments 2012-08-21 15:09:05 -07:00
Kenyon Ralph
2b09747a22 Merge pull request #170 from MaxDudu/master
fix set call for redis-speed plugin
2012-08-21 07:54:11 -07:00
Kenyon Ralph
9fae2c90a9 Merge pull request #169 from ndonegan/master
Changed from "which" to "command" to make the script a bit more POSIX compliant
2012-08-21 07:53:33 -07:00
MaxDudu
ae65a7d243 Update plugins/redis/redis-speed 2012-08-21 11:44:06 -03:00
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
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
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
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
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
Niall Donegan
7e736ea705 Converted the documentation to POD 2012-07-24 14:01:01 +01:00
Niall Donegan
da50b3f8cc Added some basic checks to lvm_ 2012-07-24 13:46:19 +01:00
iborodikhin
c307f85c15 Updating README.md to correct syntax 2012-07-24 15:37:28 +06:00
iborodikhin
08690fe634 Including readme file 2012-07-24 14:20:45 +06:00
iborodikhin
39705d6221 Added plugin which shows number of documents in Sphinx index. 2012-07-24 12:37:34 +06:00
Kenyon Ralph
f5533f5488 Merge pull request #153 from dotdoom/master
ejabberd_scanlog plugin update
2012-07-23 13:22:09 -07:00
Kenyon Ralph
e22f00f986 Merge pull request #152 from ndonegan/master
LVM Plugin Fix
2012-07-23 13:20:06 -07:00
Kenyon Ralph
b39a4ad547 Merge pull request #148 from sayadn/master
Celery plugins compatible to it's current version
2012-07-23 13:14:06 -07:00
Kenyon Ralph
b786cb43df Merge pull request #147 from stfnndrsn/master
MongoDB Replication Lag
2012-07-23 13:10:06 -07:00
Kenyon Ralph
8b1a106868 remove redundant README and move BIRD plugin to network directory 2012-07-23 13:05:04 -07:00
Kenyon Ralph
9499c2d031 Merge pull request #146 from luben/master
Plugin for Bird dynamic routing daemon monitoring
2012-07-23 13:02:40 -07:00
Kenyon Ralph
9526dc2b4a Merge pull request #143 from azet/master
added ntp PLL precision and tolerance graphing, merged timing directories
2012-07-23 12:00:43 -07:00
Artem Sheremet
8d941d04d0 Adding simple and useful ping plugin 2012-07-23 19:29:33 +03:00
Niall Donegan
4bcd18fe59 Typo in the config example fixed. 2012-07-23 17:15:23 +01:00
Niall Donegan
f0122d13e3 Updated the graph title. 2012-07-23 17:14:16 +01:00
Niall Donegan
60e9f79c65 Renamed back to lvm_ 2012-07-23 16:53:29 +01:00
Niall Donegan
005ab0c7f5 Added in a suggest function in order to get the wildcard working again 2012-07-23 16:52:42 +01:00
Artem Sheremet
7cac42ed09 Modifying ejabberd_scanlog
* added 'reset' option to reset stats and start a new log track
* new error type(s)
2012-07-23 18:45:53 +03:00
Niall Donegan
344c19174e lvs defaults to multiples of 1024 so updating the base for the graph. 2012-07-23 15:44:00 +01:00
Niall Donegan
77239cef72 Updated the line updating the "vg" variable. 2012-07-23 15:03:19 +01:00
Niall Donegan
f051d1080a Renamed lvm_ to lvm as otherwise munin-node is treating it as a wildcard plugin 2012-07-23 13:55:03 +01:00
Steve Schnepp
6c0aee5215 Merge pull request #150 from ndonegan/master
Small typo fix in the xen-multi plugin.
2012-07-23 05:33:40 -07:00
Steve Schnepp
735520ad5f /bin/sh is way better. 2012-07-23 15:33:01 +03:00
Niall Donegan
4a525a3191 Fixed small typo in the POD documentation for xen-multi 2012-07-23 13:17:55 +01:00
Mark Caudill
067e4c8b88 Add check for curl during autoconf. 2012-07-21 13:33:17 +00:00
Mark Caudill
5177d1054e Add plugin to track Reddit karma. 2012-07-20 18:44:18 +00:00
Alisson Patricio
b7d577cea8 Renamed plugins to their actual names 2012-07-17 19:30:54 -03:00
Alisson Patricio
3ec624e844 Update task's states to work with Celery 3.0 2012-07-17 13:19:22 -03:00
Stefan Andersen
6f7f6a096a Simplify graph logic, don't use a multigraph 2012-07-11 10:21:33 +02:00
Stefan Andersen
1199e0d04b Initial commit of mongo_lag 2012-07-10 16:49:18 +02:00
intsimoa
de967ad499 [NEW] use curl instead of relying on allow_url_fopen if extension exists
[FIX] indexSize now returns values in Bytes and graph is 1024 based
[NEW] fieldValueCache aliases declaration
[FIX] (minor) admin path contains two '/'
2012-07-09 09:42:22 +02:00
luben
5383f21d42 Add Bird dynamic routing daemin monitoring plugin 2012-07-09 03:03:05 +03:00
intsimoa
5c77c1a93b [FIX] wfsolr_indexSize: always output values in the same unit (MB) 2012-07-07 11:50:44 +02:00
intsimoa
94c75daa81 [NEW] wfsolr_ derived from solr-stats, with some additions:
* Shorter pattern solr-[name of the core]-alias
  * Suggest implementation
  * Support for solr_(host|port|webapp) environment variables
  * Default core handling
  * Error handling
2012-07-07 01:00:10 +02:00
azet
ae557903a1 added ntp PLL precision and tolerance graphing, merged timing directories 2012-07-06 03:25:02 +02:00
azet
7ed1f35266 - added ntp plugins for precision and tolerance graphing
- merged timing directories
see last pull request: https://github.com/munin-monitoring/contrib/pull/112
2012-07-06 03:20:42 +02:00
varnav
fd2a8b3bb1 Added comment about running as root 2012-06-29 17:05:49 +02:00
Steve Schnepp
a318064d3d actually test if it can be run 2012-06-29 16:23:15 +02:00
Steve Schnepp
4df1c1a40c plugins are executable 2012-06-29 16:23:15 +02:00
Steve Schnepp
9cb3120954 fix sh warnings 2012-06-29 16:23:15 +02:00
Steve Schnepp
98f1362ba8 Port to /bin/sh 2012-06-29 12:10:28 +03:00
Eugene Varnavsky
ae9f97ea9e asterisk_channels plugin first added
This plugin monitors number of active asterisk channels
2012-06-28 23:26:07 +04:00
Clemens Horch
49586e2a87 Fixed stupid last line 2012-06-28 13:52:59 +02:00
clorch
970a09d158 Fixed plugins/mysql/mysql_size_all to support database names with a "-" character 2012-06-28 14:32:53 +03:00
Fabien Jakimowicz
cd58f87e07 [resque] allow a namespace to be defined as an environment variable
[resque] add a graph to monitor queue size
2012-06-27 18:33:42 +02:00
Munir Nassar
bde6d7b9cb incorporate rewrite provided by TSUCHIYA Masatoshi <tsuchiya@namazu.org> 2012-06-25 12:15:50 -05:00
Kenyon Ralph
868fab5283 organize sensor-like plugins into one directory 2012-06-21 23:02:36 -07:00
Kenyon Ralph
96418fa574 sequoia_websens: encode as UTF-8 and whitespace cleanup 2012-06-21 23:01:02 -07:00
xavier renaut
a8f7b9030f brand new, perl based, hplog_t-a-hp-proliant-server-temperatures plugin which will automatically graph any number of sensors. 2012-06-22 01:40:50 -04:00
xavier renaut
f51bde4ba7 added virtual fan - used on blades 2012-06-22 01:39:30 -04:00
xavier renaut
8439151d77 moved hplog_* to sensors 2012-06-22 01:37:09 -04:00
Kenyon Ralph
77d44c5f42 Merge pull request #134 from minitux/master
New plugin : php_fpm_process
2012-06-21 21:06:24 -07:00
Kenyon Ralph
4b7a73e078 organize php plugins 2012-06-21 21:04:58 -07:00
Kenyon Ralph
af1bcc9883 organize email-related plugins into the mail directory 2012-06-21 21:01:09 -07:00
Kenyon Ralph
e2fb15769c Merge pull request #124 from KonstantinKuklin/master
Plugins for Sphinx written on PHP
2012-06-21 20:48:34 -07:00
minitux
c0e3ed7f0e New plugin : get php-fpm status with fastcgi::client perl lib
so without need http protocol to get the information
2012-06-14 18:13:48 +02:00
Stefan Seidel
e1e5a14ab5 make sure host_name is only printed once per plugin call 2012-06-12 00:03:31 +02:00
Stefan Seidel
2b23857b4a correct code indention, remove whitespaces at EOL, add documentation about vCenter usage 2012-06-12 00:03:30 +02:00
Stefan Seidel
b81e26cdaf add the possibility to create graphs for all hosts managed by a vCenter with one plugin call 2012-06-12 00:03:30 +02:00
Stefan Seidel
cb21db87c7 update view data; make everything work via vCenter too; add option to flatten the view to allow moving of VMs between hosts without breaking the VM graphs 2012-06-12 00:03:30 +02:00
Matt West
1d24429110 Merge pull request #130 from mhwest13/master
Tweaked / Added to Redis Plugin
2012-06-09 11:17:48 -07:00
Matt West
016400bd9b Updating redis plugin
Added autoconf and suggest capabilities, added additional graphs,
and tweaked some existing graphs in order to attempt to meet best
practices
2012-06-09 18:11:06 +00:00
Steve Schnepp
17604e11ec Merge pull request #122 from C-Duv/netatalk
Adding "netatalk" plugin: monitors number of files held open by the Netatalk/AFP clients
2012-06-01 04:07:08 -07:00
Gowness
13b1223793 Bugfix: missing perl argument
This was keeping this pluggin from configuring correctly on my arch box
2012-05-29 00:54:52 -07:00
Konstantin Kuklin
e599e52c38 Plugins for Sphinx on PHP 2012-05-24 15:27:52 +04:00
DUVERGIER Claude
e94af31a51 netatalk plugin moved to network directory and family. 2012-05-24 00:57:09 +02:00
Sebastien Campion
ec28528717 Memory by user plugin
It enable a visualisation of memory usage per users.
2012-05-23 09:05:24 +02:00
DUVERGIER Claude
17cdb3a1f4 Adding "netatalk" plugin: monitors number of files held open by the
Netatalk/AFP clients.
2012-05-23 02:22:26 +02:00
Mehdi Abaakouk
775bf84215 Allow possibility to show tenant name instead of tenant id in graph 2012-05-22 11:20:49 +02:00
Mehdi Abaakouk
017ad1f8bb Fix import problem when keystone is not present 2012-05-22 11:19:39 +02:00
Luc Didry
a2b3e009af Bugfix : force lockfile removal if the cache is really too old 2012-05-21 11:35:33 +02:00
Luc Didry
b6f9a54af7 Remove trailing spaces and make some esthetic cleaning 2012-05-21 11:35:22 +02:00
Luc Didry
8da25e681b Update copyright year and add license 2012-05-21 11:33:16 +02:00
DUVERGIER Claude
3407617b07 If no friendly name (no "names" parameter), will automatically use
IP/FQDN.
2012-05-21 02:38:37 +02:00
Artem Sheremet
0d1c792196 Fixing netstat_bsd_s bug (base is 1000 for bytes) 2012-05-18 08:37:00 +03:00
Artem Sheremet
a3d99279b4 Although not used, updating from 'export' 2012-05-18 08:36:52 +03:00
Artem Sheremet
343c2bfabe Adding new error types to ejabberd_scanlog 2012-05-18 08:36:43 +03:00
Kenyon Ralph
8b2e9d3423 Merge pull request #106 from oussamahammami/master
New Kamailio Munin Plugin
2012-05-14 19:09:10 -07:00
Steve Schnepp
78134cec32 I don't like to depend on the exit value of the last cmd 2012-05-10 12:24:51 +03:00
Steve Schnepp
9b5d99cb6b Use $() shell escape instead of backticks. 2012-05-10 12:23:43 +03:00
Kenyon Ralph
fa9ec59eda Merge pull request #111 from dam09fr/master
Correct plugins/samba/samba_locked on Debian Squeeze
2012-05-09 23:11:30 -07:00
dam09fr
63dbd27a27 Update plugins/samba/samba_locked
Two-lines syntax for last "echo" not working on Debian Squeeze
Error : 2012/05/09-14:55:05 [15253] Service 'samba_locked' exited with status 1/0.
2012-05-09 17:00:16 +03:00
Oussama Hammami
92cd5fbc81 Add Readme to kamailio plugin 2012-05-07 10:53:52 +02:00
Matt West
92a2eeec3a Changing # to Number to resolve bug in ubuntu installations 2012-05-05 18:56:52 -07:00
Pmoranga
fe24045cd4 Fixed issue when speed > 99, also addded options to monitor multiple cpu's e system zones 2012-05-04 17:49:35 +03:00
Oussama Hammami
72e4561a2c Munin Kamailio Plugin 2012-05-04 13:47:10 +02:00
Kenyon Ralph
62d43835d4 remove plugins existing in the main munin distribution 2012-05-04 02:54:55 -07:00
Kenyon Ralph
b084f05b70 network/snmp__ifx_: encode UTF-8 and with Unix newlines 2012-05-04 02:03:34 -07:00
Kenyon Ralph
dd6dcd8728 organize ipmi plugins into one directory 2012-05-04 00:14:21 -07:00
Mehdi Abaakouk
c4e3217612 nova: Fix graph label 2012-05-03 21:32:41 +02:00
Kenyon Ralph
b3e31051f5 Merge pull request #104 from sileht/master
Update of openstack plugins
2012-05-03 11:05:46 -07:00
Mehdi Abaakouk
33cff547e9 Add autoconf and enhance graphs 2012-05-03 16:49:09 +02:00
Mehdi Abaakouk
4a18b06213 New plugins to graph some metrics of openstack glance 2012-05-03 16:49:09 +02:00
kolyagora
d44f2ac6d1 Trivial fix of pgbouncer_ plugin 2012-05-03 16:24:37 +04:00
Kenyon Ralph
ddabe84dbc Merge pull request #100 from sileht/master
New plugins to graph some metrics of openstack nova and keystone
2012-05-02 10:00:35 -07:00
Steve Schnepp
5fefc9d078 Edit links to the main git repo 2012-05-02 19:00:22 +03:00
Björn Lässig
b64fa21883 added apt debian packages
Signed-off-by: Björn Lässig <laessig@bitformer.net>
2012-05-02 17:44:58 +02:00
Mehdi Abaakouk
22fbe167af Add nova and keystone plugin for openstack essex 2012-05-02 10:49:49 +02:00
Kenyon Ralph
accf47f9a0 remove plugins existing in main munin repository 2012-04-30 01:25:48 -07:00
Kenyon Ralph
331d5a43dc remove plugin existing in main munin repository 2012-04-30 01:07:12 -07:00
Kenyon Ralph
42b66cd630 remove plugins that exist in the main munin repository 2012-04-29 11:38:33 -07:00
Kenyon Ralph
c29d25a89f arris-tm502g_: add license statement 2012-04-25 01:08:17 -07:00
Kenyon Ralph
e005bb0ccb remove plugins existing in main munin repository 2012-04-24 02:06:02 -07:00
Kenyon Ralph
ea6afd78e1 remove plugin existing in main munin repository 2012-04-24 01:55:09 -07:00
Kenyon Ralph
c33bbb90e5 organize asterisk plugins
untar asterisk-fax and move asterisk-multigraph-munin-plugin
2012-04-24 01:55:09 -07:00
Kenyon Ralph
05ce4b8d87 remove plugin existing in main munin repository 2012-04-24 01:55:09 -07:00
Steve Schnepp
093708d771 Typo in help 2012-04-24 11:47:24 +03:00
Kenyon Ralph
0c128fcb84 remove plugins existing in main munin repository 2012-04-24 01:24:05 -07:00
Kenyon Ralph
2e36033f20 Merge pull request #96 from C-Duv/master
This aims to fix to incoherence in multiping documentation about hosts parameter
2012-04-23 21:07:02 -07:00
DUVERGIER Claude
189c81eee5 Documentation: incoherent "host" parameter name (Issue #88) 2012-04-24 02:32:14 +02:00
Stefan Seidel
200512d860 fix bug which produces incorrect scaling e.g. on the host cpu usage graph 2012-04-23 10:34:12 +02:00
Kenyon Ralph
d42c7d615d move vmware plugins to the vmware directory 2012-04-20 11:03:48 -07:00
Kenyon Ralph
25069428a5 Merge pull request #94 from shartge/for-upstream
simple plugins to monitor a hosts ARP cache
2012-04-20 11:02:00 -07:00
Sven Hartge
4a56eb1897 arp: use only awk to process ARP cache
Simplify the processing of the output of arp -an to use only awk.
Reduces the needed subprocesses in the pipe.
2012-04-20 15:32:28 +02:00
Sven Hartge
fec8686c4e arp: simple plugins to monitor a hosts ARP cache 2012-04-20 15:32:28 +02:00
Stefan Seidel
8ee4e27c8b extensive monitoring for ESXi and vSphere servers 2012-04-20 14:19:20 +02:00
Kenyon Ralph
d74cd5d8e9 Merge remote-tracking branch 'upstream/master' 2012-04-19 17:31:33 -07:00
Kenyon Ralph
6f82e00035 remove plugins that exist in the main munin distribution 2012-04-19 17:30:47 -07:00
Blauwbek
33670ad2b2 Created SABNZBd graph plugins voor Speed and Data left. 2012-04-19 00:28:40 +02:00
Alex Vasilenko
f15a674c84 fixed php5 idle/active values 2012-04-18 12:09:20 +03:00
Kenyon Ralph
d26e6e7d3e Merge pull request #87 from northox/master
byprojects plugin family
2012-04-17 15:06:12 -07:00
Danny Fullerton
614c22dfe4 Add ithe byprojects family (vhost AND regex monitoring) to apache and nginx. 2012-04-17 17:49:02 -04:00
Charlie Allom
7c3ecf1bc5 increase the ds-name to be prefixed by hop_ so newer munins wont try to store everything datapoint in "_" 2012-04-17 22:47:55 +01:00
Charlie Allom
fae716b478 decrease pings to 5 for faster polling 2012-04-17 22:47:30 +01:00
Charlie Allom
acc4135cd5 update to v1.1 2012-04-17 22:47:02 +01:00
Kenyon Ralph
3842461477 Merge remote-tracking branch 'upstream/master' 2012-04-17 10:51:13 -07:00
Kenyon Ralph
60728f04cb untar mtr100_ plugin and move to network directory 2012-04-17 10:49:48 -07:00
Maxim Kravets
a160dea034 Proper shebang for flexibility 2012-04-11 16:08:02 +06:00
Igor Borodikhin
6bc704a19a New plugin for KVM network stats. It works without root privileges and applicable to ProxmoxVE KVM. 2012-04-10 12:40:37 +06:00
Tim Smith
e342c815dc Add plugin for Voldemort NoSQL data store to pull throughput and call stats 2012-04-09 10:32:15 -07:00
Kenyon Ralph
aa2691a4c2 Merge pull request #78 from jd/master
Add Swift plugins
2012-04-04 10:38:50 -07:00
Julien Danjou
b0545531c7 Add Swift plugins
Signed-off-by: Julien Danjou <julien@danjou.info>
2012-04-04 16:44:43 +02:00
Kenyon Ralph
c7efedf66a remove fairly useless, trivial plugin 2012-04-04 02:35:17 -07:00
Kenyon Ralph
942bda3165 extract apache_vhosts tarball 2012-04-04 02:33:39 -07:00
Kenyon Ralph
3754ecc485 remove plugin included in main munin distribution 2012-04-04 02:17:23 -07:00
Kenyon Ralph
5e8ee82fa4 remove bundle of files whose functionality are duplicated by other plugins
Besides, these plugins were written in C.
2012-04-04 02:08:51 -07:00
Kenyon Ralph
9edbf50610 memory_by_process: remove misplaced documentation 2012-04-04 01:55:07 -07:00
Kenyon Ralph
1eb0bae94b Merge pull request #76 from sumpfralle/master
updated shorewall-accounting plugin to v1.3
2012-04-02 07:29:59 -07:00
Lars Kruse
265e39e038 updated shorewall-accounting_ to v1.3
* renamed plugin file from "shorewall_accounting" to "shorewall-accounting_"
 * CAUTION: rename your symlinks and plugin config section!
* added optional SHOREWALL_BIN environment variable
* improved labels for rules (don't mask dots)
2012-04-02 11:42:52 +02:00
Steve Schnepp
bd0c1e0734 Merge pull request #71 from omgpenguins/master
added snmp__poseidon-sensors
2012-04-02 02:18:53 -07:00
Thomas Diener
8c5a7b2f90 A small text correction 2012-04-01 21:52:18 +02:00
Thomas Diener
440ebfe69b Plugin updated to work with Fortinet Fortigate Firmware v4.00MR3Patch6 2012-04-01 16:53:39 +02:00
Florian Lechner
d7d422fa65 remove nagios/icinga related code and use envirunment variables for configuration 2012-03-28 14:00:09 +02:00
Florian Lechner
eec9de90b3 inital commit 2012-03-27 14:17:15 +02:00
Steve Schnepp
f22b8c6c81 Merge pull request #70 from Blauwbek/patch-1
SpotWeb uses different tables for Watchlist and Downloaded
2012-03-23 02:56:29 -07:00
Philipp
ebd7655f6c fix "value" output 2012-03-23 17:53:03 +08:00
Antoine Beaupré
256709738d fix backup value usage that broke when using clean values 2012-03-21 15:42:33 -04:00
Antoine Beaupré
678f3ed8a9 refactor: avoid repeating clean_field_name() code 2012-03-21 15:42:11 -04:00
Antoine Beaupré
acd97175b6 fix both display of incidents and usage of existing stats
we were not using the right key
2012-03-21 15:32:03 -04:00
Antoine Beaupré
03302b38aa do not set a lower limit for percentages, but a higher limit 2012-03-21 15:31:07 -04:00
Blauwbek
a33e3d2b7b As you wish 2012-03-21 19:22:50 +01:00
Blauwbek
694a5291b3 SpotWeb uses different tables for Watchlist and Downloaded 2012-03-21 17:28:40 +01:00
Artem Sheremet
85419c5357 New/updated plugins
* moved netstat_bsd_ (collecting netstat -m stats) to netstat_bsd_m_
* added netstat_bsd_s_ collecting netstat -s (and some images)
* updated ejabberd_scanlog plugin (fixed error message, added a couple of new log types)
2012-03-20 11:43:21 +03:00
Artem Sheremet
9dac1e3456 Merge remote-tracking branch 'upstream/master' 2012-03-20 11:39:17 +03:00
Steve Schnepp
2580942ba2 fixed output 2012-03-18 12:56:22 +01:00
Steve Schnepp
dec087a5ce using bash instead of ksh. it should be quite compatible. better would be a proper port to sh (or better, perl) 2012-03-18 12:40:03 +01:00
Steve Schnepp
219b679f5c adding a glassfish plugin with wildcard 2012-03-18 12:34:48 +01:00
Artem Sheremet
5ea6583374 Merge remote-tracking branch 'upstream/master' 2012-03-17 02:11:13 +03:00
Kenyon Ralph
c398f857d9 Merge pull request #67 from apankov/plugin_redis_resque
adding new plugin for resque monitoring
2012-03-14 18:15:23 -07:00
Andrey Pankov
decb171556 adding new plugin for resque monitoring 2012-03-14 14:56:33 +03:00
Clemens Schwaighofer
f1952dc3b0 postgres size detail
Added "other" in case this data exists.
2012-03-14 19:44:11 +09:00
Clemens Schwaighofer
8de0f08367 postgres database size in detail
shows the data, index, sequence and view size of a single database.

Uses the default munin postgresql perl plugin.
2012-03-14 19:27:04 +09:00
Clemens Schwaighofer
6facd3c331 die commands if no DB connection can be made
graceful die script if DB connection cannot be created. Also for
prepare & execute command
2012-03-14 17:26:15 +09:00
Clemens Schwaighofer
647632f7af pgbouncer_
added strict for perl
2012-03-14 13:27:44 +09:00
Clemens Schwaighofer
a2c35ad7c2 Postfix monitoring plugins to work with multiple postfix installs
If there are more than one postfix running, with separate config file,
and still use the same main log file, this scripts can create stats
split per running postfix instance.

Those scripts have not been tested on the new debian multiple postfix
infrastructure, only on real separate running postfix services.

Except postfix_mailvolume_multi, each plugin needs to be configured per
running postfix.

For mailqueue* it is the config folder name, for mailstats it is the
syslog_name in the config file.

mailvolume is also based on the syslog_name, but can do auto config if
nothing has been set.
2012-03-14 12:43:50 +09:00
Clemens Schwaighofer
8a515d2476 Plugin to monitor PgBouncer
a new plugin to monitor PostgreSQL pgbouncer.
Uses perl and DBD::Pg
2012-03-14 10:23:34 +09:00
Kenyon Ralph
0e1d54f2fd fix tor-bandwidth-usage
I mistakenly broke the authentication routine during my overhaul of
the plugin.
2012-03-11 04:08:48 -07:00
Kenyon Ralph
d8ef1a40a1 add plugin to monitor ARRIS TM502G cable modem 2012-03-10 23:58:28 -08:00
Antoine Beaupré
6871dd842d remove non-instanced variable 2012-03-09 19:35:32 -05:00
Antoine Beaupré
849e68a858 explain how to configure logs 2012-03-09 19:32:38 -05:00
Antoine Beaupré
e2a069517f document the configuration file 2012-03-09 19:28:15 -05:00
Antoine Beaupré
10f90b04c3 explain why we read data we then discard 2012-03-09 19:27:29 -05:00
Antoine Beaupré
20191c2b0c proper yes 2012-03-09 19:25:48 -05:00
Antoine Beaupré
468d26f34f discard config file 2012-03-09 19:25:42 -05:00
Antoine Beaupré
b1c0367027 distinguish between open and close for pipe error messages 2012-03-09 19:24:50 -05:00
Antoine Beaupré
7fdf0482fa fix debug printing 2012-03-09 19:19:48 -05:00
Antoine Beaupré
70a119e8e5 add autoconf capability 2012-03-09 19:18:39 -05:00
Antoine Beaupré
e5ffe76311 stronger regex 2012-03-09 19:09:32 -05:00
Antoine Beaupré
93155c82ab remove warning 2012-03-09 19:09:15 -05:00
Antoine Beaupré
2275fef141 fixup: more parse error 2012-03-09 19:09:00 -05:00
Antoine Beaupré
1b3a25741b fix more syntax errors 2012-03-09 18:59:55 -05:00
Antoine Beaupré
9791e32178 fixup: remove the right stuff 2012-03-09 18:58:59 -05:00
Antoine Beaupré
9962245e93 remove dependency on logtail 2012-03-09 18:51:40 -05:00
Antoine Beaupré
dc02d80000 call need_multigraph() on top as this is what the module says 2012-03-09 18:48:05 -05:00
Antoine Beaupré
03b11d9257 use proper DEBUG variable from module 2012-03-09 18:46:53 -05:00
Antoine Beaupré
f3eca64eda move our plugin in a subdir, like the others 2012-03-09 18:42:38 -05:00
Antoine Beaupré
9f8061ff98 reindent with spaces 2012-03-09 03:43:01 -05:00
Antoine Beaupré
e8da2ee518 fix syntax 2012-03-09 02:57:20 -05:00
Antoine Beaupré
f6f1b07a92 properly escape value output 2012-03-09 02:57:19 -05:00
Antoine Beaupré
2fae403dd2 update todo 2012-03-09 02:25:40 -05:00
Antoine Beaupré
a3f989a9f2 get missing availability values from relayctl, if necessary 2012-03-09 02:25:39 -05:00
Antoine Beaupré
cd70960d1e prefix fieldnames in config too 2012-03-09 02:25:38 -05:00
Antoine Beaupré
99df8a0ed1 use parsed hosts all the time 2012-03-09 02:25:37 -05:00
Antoine Beaupré
97fd896837 relayd statistics support for munin 2012-03-09 02:25:35 -05:00
Phil Wray
c9ab85cccf Added a version for vbulletin4, just made a change to the html tags 2012-03-08 18:28:57 +00:00
Phil Wray
43642c1b7f fixed typo on line 46 2012-03-08 18:19:00 +00:00
Alexey Illarionov
7fc99a3716 Fixed typo in plugins.conf configuration description.
Reported by Ilya Evseev at http://forum.nag.ru/forum/index.php?showtopic=70527&view=findpost&p=671563
2012-03-08 10:29:03 +01:00
Alexey Illarionov
8232e65515 ifem_: copy-paste error in description fixed 2012-03-08 10:29:03 +01:00
Steve Schnepp
dd4afac869 Move the screenshots next to plugins 2012-03-07 12:53:52 +01:00
Andreas Thienemann
c96bafa128 New plugin to monitor a single raw value from a disk. Great to chart LOAD_CYCLE_COUNT
or CURRENT_PENDING_SECTORS as they indicate disk lifetime...
2012-03-07 12:21:41 +01:00
Andreas Thienemann
031d4e669f Plugin to check fanspeed readings from a Thecus NAS server. 2012-03-07 12:09:04 +01:00
Andreas Thienemann
227e510310 updated (c) line 2012-03-07 11:59:43 +01:00
Andreas Thienemann
06c1e27d34 Simple bash fixes to make comparision clearer. 2012-03-07 11:59:04 +01:00
Andreas Thienemann
97cf6d3235 Minor changes to the documentation. 2012-03-07 11:55:49 +01:00
Andreas Thienemann
7b9893484c Add snmp__areca_ plugin I still had lying around.
Needs a bit of cleanup but in the meantime it works to poll temperature, fan rpm and voltage from Areca RAID controllers.
2012-03-07 11:53:51 +01:00
Matt Stith
bc344d005e Switch to Ruby and MineQuery to remove an extra plugin dependency
Most servers have minequery installed already, no need to also have OnlinePlayers when this is what MineQuery was built for.
2012-03-05 23:11:27 -05:00
Kenyon Ralph
ddc46f88fd readd jmx (extracted) because it seems to be different from the jmx in the main munin distribution 2012-03-05 00:18:19 -08:00
Kenyon Ralph
933f0ea70b remove plugin in main munin distribution (jmx), and extract jmx2munin 2012-03-05 00:00:56 -08:00
Kenyon Ralph
7dbdcedaf0 Merge pull request #58 from ways/master
Cleware bugfix
2012-03-02 01:41:16 -08:00
Lars Falk-Petersen
b0f2565a40 Small bugfixed on cleware. 2012-03-01 17:03:07 +01:00
Kenyon Ralph
e70093d387 remove processes plugin already in main munin distribution 2012-03-01 06:43:38 -08:00
Kenyon Ralph
d055f33780 move singleton plugins to the network directory 2012-02-29 15:44:07 -08:00
Kenyon Ralph
992d1c8d5c remove plugin included in main munin distribution 2012-02-29 15:28:16 -08:00
Kenyon Ralph
b9557dd930 dovecot: logfile backwards compatibility for Debian Squeeze
Authored by Alessandro Fazzi <alessandro.fazzi@welaika.com>. I just
squashed his commits into one commit.
2012-02-29 14:58:35 -08:00
Kenyon Ralph
b7361c0977 Merge pull request #53 from dabb/master
Fixing a visibility issue with the utilization function in zfs_stats_.
2012-02-28 09:36:19 -08:00
David Bjornsson
336ca2a977 Fixing visibility issues in the utilization function 2012-02-28 15:26:42 +00:00
Kenyon Ralph
6b25a2f411 add file_age plugin by Edward Plainview <it@sverigedemokraterna.se>
https://it.sverigedemokraterna.se/program/file_age/
2012-02-27 23:56:56 -08:00
Kenyon Ralph
8e3033a0fa remove plugins included in the main munin distribution 2012-02-27 23:51:52 -08:00
Kenyon Ralph
a9cd70c4ce move game plugin to game directory 2012-02-27 23:29:24 -08:00
Azelphur
c87e34beea Added game module 2012-02-28 02:58:55 +00:00
Artem Sheremet
6b3012f8d7 Fixed an error in ejabberd_scanlog plugin 2012-02-28 02:31:32 +03:00
Benjamin Ryzman
4f432c597c SNMP plugin to graph Brocade NetIron temperatures per module 2012-02-27 17:49:40 +08:00
Dominik Schulz
2584caff78 Add djabberd plugin.
This commit adds a plugin to monitor DJabberd servers using
the AdminPort feature which offers a telnet admin interface.

It is a multi-personality plugin written in perl.
2012-02-27 17:47:36 +08:00
Kenyon Ralph
5a41f45571 remove obsolete dovecot plugin and move the newer one to the mail directory 2012-02-27 01:44:27 -08:00
Lars Kruse
ea382ede4e improved graph labels
added changelog
2012-02-26 03:45:47 +01:00
Lars Kruse
0aa2b8d1f5 measure IMAP bandwidth based on mbsync/isync 2012-02-25 22:43:08 +01:00
Andrey Kozhokaru
b354f28110 Add RackSpace monitoring plugins 2012-02-25 19:13:56 +02:00
Горлов Максим
f14628ad35 Changed the location of their own plug-ins 2012-02-25 12:22:25 +04:00
Kenyon Ralph
ca363693d7 Merge pull request #46 from dabb/master
Added a L2ARC size and efficiency functions to zfs_stats_
2012-02-24 13:23:18 -08:00
David Bjornsson
cbe4553411 Added a L2ARC efficiency function, also some label consistency changes 2012-02-24 14:45:26 +00:00
David Bjornsson
1617487802 Revert "Added a L2ARC efficiency function, also some label consistency changes"
This reverts commit 55ba113d2f.
2012-02-24 14:42:21 +00:00
David Bjornsson
55ba113d2f Added a L2ARC efficiency function, also some label consistency changes 2012-02-24 14:36:50 +00:00
dabb
20cc0e0491 Added a L2ARC size function and some cleanup 2012-02-24 13:30:14 +00:00
dabb
6b7922c379 Removing unnecessary graph_category attributes 2012-02-24 12:46:10 +00:00
dabb
8315962063 Fixing typos in data type calculations 2012-02-24 11:51:03 +00:00
Matt West
281bd584c4 Fixing Evictions Stats Key Collision 2012-02-23 18:24:31 -08:00
David Bjornsson
b1869d13cd Adding a new ZFS statistic plugin 2012-02-23 19:58:17 +00:00
Kenyon Ralph
e6ee1acb78 removing tcp_retries
The same data are graphed by the netstat_multi plugin in munin trunk,
so no need to have a redundant plugin.
2012-02-21 21:54:50 -08:00
Kenyon Ralph
f95e2559cb Merge pull request #43 from dotdoom/master
a plugin I forgot to add. And some images
2012-02-21 21:51:46 -08:00
Artem Sheremet
a89da38da7 adding scanlog plugin and images
* a couple of images: for
 ** ejabberd_scanlog
 ** netstat_bsd_
 ** tcp_retries

* ejabberd_scanlog plugin
2012-02-22 03:25:56 +03:00
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
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
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
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
iangregory
6272ca0c22 Make the uptime_bsd plugin OpenBSD friendly. 2012-02-18 18:51:33 +00:00
Steve Schnepp
ad72df158f fixed watchdog, so plugin restarts automatically if killed 2012-02-18 06:17:20 +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
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
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
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
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
Matt West
c35bee3994 Adding nagios_multi_ plugin and opentracker_ plugin 2012-02-13 22:29:03 -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
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
dcaillibaud
d305c5bfee Label & description should be printed only in config case 2012-02-12 11:28:31 +01:00
dcaillibaud
389b5970cd Last block was duplicate 2012-02-12 11:18:04 +01:00
Albireo
95f8cda2c1 Fixed a typo in config of the "closed" gauge. 2012-02-10 23:08:58 +01:00
Matt West
8b94352ba2 Merge pull request #25 from mhwest13/master
Rename Opentracker plugin to proper name, there are no actual code changes to the plugin.
2012-02-10 13:05:54 -08:00
Matt West
a38122d3dc Removing old opentracker-plugin 2012-02-10 13:03:07 -08:00
Matt West
0979570a71 Renaming opentracker plugin to proper naming scheme 2012-02-10 13:02:28 -08:00
Kenyon Ralph
3432f6c821 remove shoutcast2 plugin, replaced by shoutcast2_multi 2012-02-10 11:35:29 +08:00
Kenyon Ralph
12d6e547c6 Merge pull request #24 from mhwest13/master
shoutcast2 plugin rewrite in perl instead of php
memcached updates
2012-02-09 19:08:23 -08:00
Harald Lapp
506459297e change to either show an improved title: either host:ip or a title configured in munin plugin configuration, this helps a lot when monitoring multiple memcached bins 2012-02-10 08:43:21 +08:00
Harald Lapp
a4999d9616 change to either show an improved title: either host:ip or a title configured in munin plugin configuration, this helps a lot when monitoring multiple memcached bins 2012-02-10 08:43:20 +08:00
Sean Whitney
138de37d29 perl version not committed?!? 2012-02-10 08:39:04 +08:00
Sean Whitney
f7fcd35f64 Converted script to perl. It now handles:
* 32 to 64 bit counters
* reboots without resetting graph values
* a rolling 30 days with preliminary prediction
* autodiscover a public IPv4 address on a linux firewall/router
2012-02-10 08:39:04 +08:00
Manuel Schneider
d1b9cbbb90 pretty simple plugin to monitor pending freebsd-updates
requires 'portversion'
2012-02-10 08:31:56 +08:00
Matt West
8ffcf3ff69 Added perldoc info, tidied up a bit 2012-02-09 15:24:34 -08:00
Matt West
ee4bc102b9 Removing unneeded data dumper module 2012-02-09 15:05:58 -08:00
Matt West
8be793e822 Fixing shoutcast2_multi plugin 2012-02-09 15:05:03 -08:00
Matt West
208bfbedb3 Updating Memcached Multigraph plugin to latest version 2012-02-09 10:03:20 -08:00
Matt West
59f28e56ed Merge branch 'master' of github.com:munin-monitoring/contrib 2012-02-09 09:53:35 -08:00
Steve Schnepp
2d50ff5478 Merge pull request #22 from steveschnepp/master
Pulling w/ a cherry-picked commit
2012-02-09 09:43:13 -08:00
Fyodor Yarochkin
b75bbfea92 typo in the doc :) 2012-02-10 01:29:40 +08:00
Paul Saunders
a247c870d7 ejabberd_: Remove $MUNIN_DEBUG
Of course, in bash the local $MUNIN_DEBUG is the same as the
environment's $MUNIN_DEBUG.
2012-02-10 01:29:14 +08:00
Matt West
a2dd3b1b70 Adding shoutcast2_multi plugin written in perl, should function on both 32bit and 64bit machines 2012-02-09 03:45:43 -08:00
Steve Schnepp
66012ed0be Typos (thx ssm) 2012-02-08 17:40:34 +01:00
Bjorn Ruberg
3716785b5c - Adding a new squeezebox plugin, multigraph-enabled 2012-02-07 15:06:19 +01:00
Steve Schnepp
c4a82cdda4 Merge branch 'master' of https://github.com/munin-monitoring/contrib 2012-02-06 16:40:42 +01:00
Alejandro Olivan Alvarez
9694ad8028 - new plugin for shoutcast v2 2012-02-06 16:39:35 +01:00
Kenyon Ralph
8ea0ef8248 make the graphs more like the if_ plugin
Show traffic in bits instead of bytes, use negative values for
incoming traffic, improve wording, simplify authentication, add
documentation.
2012-02-02 04:18:02 -08:00
Steve Schnepp
0ff56fc90e Merge pull request #20 from quade0/master
Added snmp__fn, a snmp plugin to monitor Fortinet Fortigate Firewall
2012-01-28 06:30:52 -08:00
Sébastien Gross
8051623fe4 Fix lvdisplay path on some hosts.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-01-27 17:07:41 +01:00
Luka Furlan
e12b9690f4 Added autoconf, configuration via ENV variables, magic markers. 2012-01-26 08:41:29 +01:00
Thomas Diener
6db1665991 MIB file availability check added 2012-01-25 16:59:33 +01:00
Luka Furlan
0db07b5c4f Added tomcat_, a wildcard plugin for Apache Tomcat connectors and JBoss JVM status. 2012-01-25 16:15:15 +01:00
Thomas Diener
ce8b1121ec OID to MIB changed 2012-01-22 21:44:37 +01:00
Andrey Dudin
0b18f278ab Update plugins/other/php-fastcgi 2012-01-20 15:47:10 +04:00
Steve Schnepp
d5de773e4b explicitely use bash as it contains some bashism 2012-01-20 12:05:31 +01:00
Steve Schnepp
9a1129c0c1 Providing a way to change the state file 2012-01-20 12:05:02 +01:00
Manuel Schneider
006ef061c2 support for 'adaX' and 'daX' devices 2012-01-19 18:44:17 +01:00
Steve Schnepp
5174d08210 Initial add of emc_comprehensive 2012-01-19 14:38:28 +01:00
Steve Schnepp
5cc0fa32fe Merge pull request #7 from fygrave/master
documentation and RIAK_URL environment variable support.
2012-01-16 07:53:35 -08:00
Fyodor Yarochkin
0eedb04aac Added some documentation and handling of RIAK_URL environment variable. 2012-01-16 23:47:19 +08:00
Fyodor Yarochkin
994980d233 Small configuration change 2012-01-16 23:31:27 +08:00
Paul Saunders
1080cbb75b ejabberd_: Fix to recognise ejabberd 2.1.10+
Adjust the $EJVER pattern matching to allow for one or two digits in the
third part of the triplet.
2012-01-16 16:12:56 +01:00
Steve Schnepp
8a95538509 Adding multicpu1sec from http://plugins.munin-monitoring.org/ as it serves as an example for 1 sec granularity. 2012-01-16 16:12:42 +01:00
Steve Schnepp
e5710781fd Merge pull request #5 from fygrave/master
riak plugins (I'll be adding one by one)
2012-01-16 02:05:13 -08:00
Fyodor Yarochkin
3bc264de2d Riak memory monitoring 2012-01-16 16:50:22 +08:00
Fyodor Yarochkin
85d8571b3e Riak node puts/gets monitoring 2012-01-16 16:41:14 +08:00
Christoph Krybus
f00c44d8af Fix for database name containing underscore(s). 2012-01-15 11:29:14 +01:00
azet
e5ecd263e4 powermta multi monitor 2012-01-15 01:57:44 +01:00
Thomas Diener
0e17b46982 documentation added 2012-01-14 22:35:09 +01:00