Oleg Selin
8c8aa2eb02
Added plugin (esxcli_env_) to monitor ESXi host temperature or power via esxcli
2014-06-21 10:34:35 +04:00
Andrei
5ee4d8cf4a
Configuration for local ipmi monitoring
...
Added comment with guide how to configure plugin for local monitoring
2014-06-19 23:42:26 +03:00
Lars Windolf
6a13df5618
Fix typo
2014-06-15 21:14:44 +02:00
Vlad Marian
0866999f9d
Make it usable
...
Fixed the display issue for formerly active users that wore no longer showing once they closed all connections.
Also made other fixes like the negative others and improved performance.
It could still be improved but for now it should do.
2014-06-11 15:43:48 +01:00
Petteri Valkonen
223afac991
Add plugin for measuring the core temperature of the BCM2835 SoC on a Raspberry Pi
2014-06-03 21:02:58 +03:00
Bjoern Boschman
e3c40a04c8
added lxc plugins from https://github.com/vajtsz/munin-plugins
2014-05-30 17:55:55 +02:00
tochev
20a713f6c2
ntp_pool_score: fix negative values
2014-05-30 15:26:43 +03:00
tochev
d885efee2d
ntp_pool_score: switch to /bin/sh
2014-05-30 03:23:51 +03:00
Tocho Tochev
3ef6c0a74f
add ntp_pool_score
2014-05-30 02:26:56 +03:00
Oliver Chick
bcae83c510
candidateOrigin has been removed. Replace with candidate.origins
2014-05-23 17:59:25 +01:00
Oliver Chick
b90db64a0a
Fix typo that prevents munin from learning about upgradable packages
2014-05-23 17:59:19 +01:00
Steve Schnepp
e842ddf362
Merge pull request #484 from cloos/wget-options
...
plugin rt_ticket_loadtime Wget options
2014-05-08 13:18:07 +02:00
Steve Schnepp
2c1cc1eb22
Merge pull request #483 from pvalkone/freebsd-hdd-power-state-plugin
...
Add plugin for monitoring HDD power state on FreeBSD
2014-05-06 13:36:08 +02:00
Petteri Valkonen
b194c86774
Fix indentation
2014-05-05 21:11:08 +03:00
Petteri Valkonen
b077ad21e4
Add plugin for monitoring HDD power state on FreeBSD
2014-05-05 20:16:59 +03:00
leeclemens
61f058fce9
_mem should use FB memory used, only
...
NVIDIA 6 added differentiation between FB and BAR1 memory - use nvidia_gpu_mem for FB Memory *only* since its definition fits better with the usage prior to BAR1 memory.
2014-05-04 12:46:40 -04:00
Christian Loos
8a93193a90
add the Accept-Encoding header to the wget call
...
This is necessary to have results comparable to a users browser.
2014-05-02 08:09:28 +02:00
代码之力
96116a460b
coerce lockTime to float type
...
otherwise we'll always get 0 from integer division.
2014-04-30 10:48:44 +08:00
Steve Schnepp
d2847dc508
Merge pull request #478 from kabo/master
...
Added plugin for i2p
2014-04-23 22:26:15 +02:00
Steve Schnepp
0fd72c2027
Merge pull request #479 from tomdee/master
...
Script to monitor the power state of hard drives
2014-04-23 22:25:28 +02:00
Tom Denham
b4660677e7
Script to monitor the power state of hard drives
2014-04-19 11:52:25 -07:00
Calle Kabo
8a482a9511
added i2p
2014-04-18 22:18:59 +02:00
linyows
fd3a90f22f
assigned but unused variable
2014-04-18 10:14:15 +09:00
linyows
1f00275d4e
shadowing outer local variable
2014-04-18 10:13:56 +09:00
linyows
f6b9d755d3
use "unicorn" instead of "unicorn_rails" in process greping
2014-04-18 10:10:06 +09:00
Petteri Valkonen
cadcfa01fb
Use /usr/bin/env bash in shebang for portability
2014-04-07 22:28:15 +03:00
Christian Loos
99e037bd1d
move wget options in a variable
2014-04-07 08:28:41 +02:00
Steve Schnepp
4be444c518
Merge pull request #473 from funkypenguin/master
...
added ready and wait CPU graphs from VMWare
2014-04-03 09:14:38 +02:00
nagyrobi
553811f889
Update voltcraft_tcm220_
...
v0.2 - added checksum validation of the parsed values
2014-04-02 13:26:19 +02:00
David Young
ca7e83efed
added ready and wait CPU graphs from VMWare
2014-03-26 15:22:53 +13:00
Steve Schnepp
ddc595889f
Merge branch 'pull/469'
2014-03-22 13:43:54 +01:00
pascal
d824c7696f
p/cpubyuser: get stats from top instead of ps
...
The top cpu statistics fit better to the other cpu statistics in munin.
The ps based statistics are calculated as average over the runtime of a
program, which does not neccessarily reflect the current situation.
2014-03-22 13:31:27 +01:00
Antoine Beaupré
b44c20b495
follow file naming convention here
2014-03-21 08:10:48 -04:00
Antoine Beaupré
2ecac880e9
anonymise labels
...
data is still stored with the full identifiers so this change is
backwards compatible
but at least we are not retransmiting data off the airwaves and it is
anonymised in some way
2014-03-21 08:10:48 -04:00
Antoine Beaupré
9860b09758
add plugin to monitor "smart meters" power usage
...
this connects munin with the RTLAMR project, and allows readout of AMR
(Automatic Meter Reporting) data over the airwaves
This plugin will draw some nice graphs of your neighbors (and
yourself, coincidentally) power consumption. You can also see the
adoption of the AMR in your neighborhood and density of signal.
2014-03-21 07:49:15 -04:00
Steve Schnepp
c2d3f49cfa
Merge remote branch 'pull/434'
2014-03-14 12:12:00 +01:00
Steve Schnepp
33c40d052a
Merge remote branch 'pull/455'
2014-03-14 12:08:53 +01:00
Steve Schnepp
b7f5c3fd06
p/cpu_: fix test for guest_nice emptyness
...
The simple "=" is prefered to the "==" one, as we don't need to test numeric
values.
2014-03-14 11:58:19 +01:00
Steve Schnepp
83df6155fa
Merge remote branch 'pull/468'
2014-03-14 11:57:26 +01:00
Jonas Friedmann
fb433dc4e1
Indention
2014-03-13 12:21:28 +01:00
Jonas Friedmann
f1cef24112
Example for alerts / limits
2014-03-13 12:21:27 +01:00
Jonas Friedmann
4192c14f76
comment format renewal
2014-03-13 12:21:27 +01:00
Jonas Friedmann
22436814ea
added some whitespaces
2014-03-13 12:21:27 +01:00
Jonas Friedmann
2b17468244
new Statistician and Ultrabans (SQL) plugins
2014-03-13 12:21:27 +01:00
Jonas Friedmann
ed43e06b40
new README for new plugins
2014-03-13 12:21:27 +01:00
Jonas Friedmann
c94bfaf972
reorded the tasks
2014-03-13 12:21:27 +01:00
Jonas Friedmann
815075fe86
missing '`'
2014-03-13 12:21:27 +01:00
Jonas Friedmann
70b328acd7
fixed a typo
2014-03-13 12:21:27 +01:00
Jonas Friedmann
9066b8ff7a
more pretty code highlighting
2014-03-13 12:21:27 +01:00
Jonas Friedmann
3dde76f89a
fixed missing code
2014-03-13 12:21:27 +01:00
Jonas Friedmann
b6bf87120c
first version of the plugins
2014-03-13 12:21:27 +01:00
Jonas Friedmann
a02e98adda
initial README
2014-03-13 12:21:27 +01:00
Jonas Friedmann
0665788479
Initial commit
2014-03-13 12:21:27 +01:00
rkarlsba
67525b295f
Update cpu_
...
some fixes for guest_nice
2014-03-09 19:45:54 +01:00
Steve Schnepp
5dcb693a27
Merge pull request #464 from opendbteam/master
...
New plugin: memory usage by user
2014-03-09 19:40:23 +01:00
Steve Schnepp
b569c5d0d2
Merge pull request #465 from speedj/master
...
dhcpd-pools for ISC dhcpd pool usage graphs
2014-03-09 19:39:30 +01:00
rkarlsba
a3d90c8fb0
Update cpu_
...
fixed /proc/stat parsing issues
2014-03-09 19:25:57 +01:00
speedj
bd2944f80d
New plugin dhcpd-pools for ISC dhcpd
...
Requires dhcpd-pools - ISC dhcpd pools usage analysis http://dhcpd-pools.sourceforge.net/
2014-03-08 00:05:09 +01:00
Steve Schnepp
ff1c67d59c
p/cpu_: adding the core Id in the graph titles
2014-03-06 15:42:55 +01:00
Steve Schnepp
fe253b1456
c/cpu_: setting +x
2014-03-06 15:40:37 +01:00
Steve Schnepp
149688a727
p/cpu_: add a multigraph multi-core cpu plugin
2014-03-06 12:35:28 +01:00
Gilles Fauvie
ee4950cb87
fix bug
2014-03-05 16:37:06 +01:00
Gilles Fauvie
0283dce0ab
New plugin: check memory usage by user
2014-03-05 12:33:10 +01:00
Steve Schnepp
034bd70ec9
Merge pull request #462 from muffl0n/doc_percona
...
Added documentation for percona-Plugin
2014-02-27 17:22:22 +01:00
Anton Orel
712558db17
Updated swift plugins
2014-02-27 18:42:29 +04:00
muffl0n
fe864b9dc3
Added documentation
2014-02-25 15:44:16 +01:00
Steve Schnepp
a83b0d27d8
Merge pull request #461 from muffl0n/percona_plugin
...
Create plugin percona_
2014-02-25 12:51:37 +01:00
muffl0n
597516813e
Create percona_
...
Munin plugin for monitoring
percona_flow
percona_queues
percona_replication
percona_transactions
percona_transactions_bytes
2014-02-25 12:35:00 +01:00
Steve Schnepp
c622281913
Merge pull request #460 from XciD/master
...
Add Port/IP
2014-02-25 11:10:16 +01:00
XciD
fa1298bfde
Add IP/Port
2014-02-25 10:50:59 +01:00
XciD
80dcbf7231
Update rtom_allsessions_mem
...
Add ip / port function
2014-02-25 10:35:06 +01:00
Steve Schnepp
7d50f759fc
Merge pull request #459 from Crafter6432/master
...
Bug fix & Added possibility for http auth
2014-02-24 12:39:02 +01:00
Steve Schnepp
8a91cd30f7
Merge pull request #457 from zbal/php-fpm-status
...
Add unix socket support, change some indent / format.
2014-02-21 13:48:24 +01:00
Andreas Geesen
6a12882b4a
Enhanced used memory calculation for values displayed in G
2014-02-21 12:33:05 +01:00
Vincent Viallet
926c0ee4cd
Add unix socket support, change some indent / format.
2014-02-20 13:31:39 +08:00
Steve Schnepp
6d2da7ad27
p/cpu_linux_multi: remove the use of /proc/cpuinfo
2014-02-19 15:10:21 +01:00
Steve Schnepp
d38eda2838
p/cpu_linux_multi: suppress perl warning
2014-02-19 15:10:20 +01:00
Steve Schnepp
5e2aaa3a67
Merge pull request #439 from leeclemens/patch-1
...
fix example comment with proper wildcard examples
2014-02-18 16:02:21 +01:00
Steve Schnepp
41f6ee3897
Merge pull request #450 from rralcala/master
...
Initial commit of this total requests by status code for virtual hosts.
2014-02-18 16:01:38 +01:00
Steve Schnepp
6270bfacc3
Merge pull request #451 from jmarcio/patch-1
...
Create sendmail_mailq plugin
2014-02-18 16:01:19 +01:00
Steve Schnepp
7138f44167
Merge pull request #454 from zjttoefs/master
...
chronyc: new feature, better performance
2014-02-18 16:01:04 +01:00
Steve Schnepp
c742e5e7d6
Merge pull request #452 from jmarcio/patch-2
...
Create jchkmail_counters_ plugin
2014-02-18 16:00:29 +01:00
Steve Schnepp
7090bcd880
Merge pull request #448 from shtouff/feat-plugin-bind9_rr
...
Feat plugin bind9 rr
2014-02-18 15:59:05 +01:00
Steve Schnepp
7bde2d73bf
Merge pull request #447 from ghtyrant/master
...
Add ServerQuery login support to ts3v2 plugin
2014-02-18 15:58:11 +01:00
Steve Schnepp
134200b2f5
Merge pull request #445 from XciD/master
...
Add Category for users who have multiple sessions / new plugin for multiple session only socket mode
2014-02-18 15:56:20 +01:00
Steve Schnepp
97a5f91979
Merge pull request #440 from ercpe/master
...
Plugin to monitor temperatures of Synology systems via SNMP
2014-02-18 15:53:46 +01:00
Steve Schnepp
1f523a7527
Merge pull request #437 from deveth0/patch-5
...
Update slush_reward_
2014-02-18 15:46:37 +01:00
Steve Schnepp
2213ba069a
Merge pull request #436 from deveth0/patch-4
...
Update slush_hashrate_
2014-02-18 15:46:19 +01:00
Steve Schnepp
fe49d51245
Merge pull request #435 from rafaltrojniak/master
...
Redis: Refactoring , information about the limits, more memory statistics
2014-02-18 15:45:36 +01:00
Steve Schnepp
f88b11105b
Merge pull request #430 from leeclemens/master
...
append newline to support _mem and multiple GPUs
2014-02-18 15:43:59 +01:00
Steve Schnepp
c3370cfb13
Merge pull request #429 from Fusl/master
...
Added plugin for pdns_recursor rec_control get-qtypelist querytype-listi...
2014-02-18 15:43:17 +01:00
Steve Schnepp
21d2262faa
Merge pull request #428 from minitux/patch-1
...
Update redis-speed add password option
2014-02-18 15:42:37 +01:00
Steve Schnepp
71da82d96f
Merge pull request #427 from warrenguy/tarsnap
...
Add 'tarsnap' plugin.
2014-02-18 15:42:15 +01:00
Steve Schnepp
74f814befd
Merge pull request #426 from gullevek/master
...
Plugin to monitor HP server temperatures via the hplog command
2014-02-18 15:41:47 +01:00
Tobias Richter
1a0b016723
new feature, better performance
...
* add stratum monitoring
* reduce forking by using awk
* do not limit output precision
* detect slow/fast time or freqency and adjust sign of value accordingly
* remove commented out code
2014-02-16 16:55:42 +00:00
Crafter6432
aff7c65f9f
Bug fix
...
Added possibility for http auth
2014-02-14 13:13:04 +01:00
Jose-Marcio Martins da Cruz
aa6e39ff38
Create jchkmail_counters_ plugin
...
jchkmail_counters_ is a plugin to monitor j-chkmail mail filter - http://www.j-chkmail.org
2014-02-09 21:18:05 +01:00
Jose-Marcio Martins da Cruz
c81b798bde
Create sendmail_mailq plugin
...
This plugin is a replacement for sendmail_mailqueue.
It's proposed at the contrib tree but it may eventually replace the main sendmail_mailqueue plugin.
It solves three problems in sendmail_mailqueue :
1. sendmail_mailqueue gets its results from the number of files on the queues directories. This may led to wrong results on some situations. sendmail_mailq parses the results of the command mailq, which is how sendmail identifies the contents of its queues.
2. It show separate results for the MTA and MSP.
3. In huge servers it's usually better to create multiple queues (or groups) and to set different priority to them, depending on the source or destination. This plugin shows the details for each queue.
2014-02-09 19:51:23 +01:00
Roberto Rodriguez
cbbedb7cb8
Initial commit of this total requests by status code for virtual hosts.
...
It was written in bash to avoid any dependencies
TODO: Add a better clasification of status codes (Short and useful)
2014-02-09 16:18:19 +02:00
Steve Schnepp
84e0b4240e
Merge pull request #449 from steveschnepp/postgres_tuplesratio
...
p/postgres_tuplesratio: ratio of live/dead tuples
2014-02-09 14:31:49 +01:00
Gilles
0b4260198b
p/postgres_tuplesratio: ratio of live/dead tuples
2014-02-09 14:29:24 +01:00
Rémi Paulmier
0ddf01817f
canonicalize keys with _ instead of dots
2014-02-07 15:45:04 +01:00
Rémi Paulmier
e3e3ca2787
added a new plugin to monitor bind9 usage by RR queried
2014-02-07 15:01:41 +01:00
Fabian Schlager
3be8fd69cc
Remove debug output from ts3v2
2014-02-06 16:32:29 +01:00
Fabian Schlager
d41d39916b
Add server query login to ts3v2 plugin
2014-02-06 16:29:17 +01:00
XciD
f519cf3ad4
Create rtom_allsessions_vol
...
For all sessions
2014-02-05 11:32:00 +01:00
XciD
acba118937
Create rtom_allsessions_spdd
...
For all sessions
2014-02-05 11:31:24 +01:00
XciD
71a872cfb6
Create rtom_allsessions_peers
...
For multiple sessions
2014-02-05 11:30:14 +01:00
XciD
4aae9a41a0
Create rtom_allsessions_mem
...
For multiple sessions
2014-02-05 11:29:14 +01:00
XciD
530b61edf0
Update rtom_vol
...
Add Category for people who have multiple sessions
2014-02-04 17:41:30 +01:00
XciD
e15ed8cb28
Update rtom_spdd
...
Add Category for people who have multiple sessions
2014-02-04 17:40:43 +01:00
XciD
e384c4b637
Update rtom_peers
...
Add Category for people who have multiple sessions
2014-02-04 17:39:47 +01:00
XciD
e55e233b22
Update rtom_mem
...
Add category for people who have multiple sessions
2014-02-04 17:38:33 +01:00
Clemens Schwaighofer
54dee0ad42
Merge remote-tracking branch 'upstream/master'
2014-02-04 17:17:33 +09:00
Johann Schmitz
e937af458e
Plugin to monitor temperatures of Synology systems via SNMP
2014-02-02 08:03:43 +01:00
leeclemens
be06ff03a1
fix example comment with proper wildcard examples
...
removed media in favor of error - since valid wildcard values are temp, error, other, predictive
2014-01-29 21:23:12 -05:00
deveth0
2fbd179fa2
Update slush_reward_
...
Moved from filename to env parameter to prevent the api-key displayed as graph name
2014-01-28 23:41:42 +01:00
deveth0
3bf0c91b92
Update slush_hashrate_
...
Moved from filename to env parameter for the api key. This way the api key is no longer displayed as the chart name
2014-01-28 23:40:35 +01:00
Rafał Trójniak
3e56b6589b
Refactoring of fetching procedures, information about the limits, more memory statistics
2014-01-26 21:47:50 +01:00
Antoine Beaupré
9f6830d4ea
remove duplicate nagios multigraph
...
nagios-multigraph is almost an exact copy of nagios_multi_, apart from some string changes.
furthermore, it says it should be installed as nagios_multi_ so it's clearly the superfluous one
2014-01-24 13:45:01 -05:00
leeclemens
7713329755
append newline to support _mem and multiple GPUs
...
Memory used percentages were being concatenated into a single string if multiple GPUs were present, e.g. both using 30% would print mem0.value 3030 mem1.value
2014-01-23 14:33:43 -05:00
Fusl
a4d97861c2
Removed OPT, IXFR, AXFR, URL, MBOXFW and CURL as they aren't being used in pdns_recursor
2014-01-23 10:21:00 +01:00
Fusl
9e884a3546
Made a typo at RRSIG (was: PRSIG)
2014-01-23 10:13:47 +01:00
Fusl
0d2b3037e6
Added plugin for pdns_recursor rec_control get-qtypelist querytype-listing which is going to be merged into a stable in the near future.
2014-01-23 09:59:58 +01:00
minitux
9894864b71
Update redis-speed add password option
...
Add password option in the redis connection
2014-01-22 19:02:03 +01:00
Warren Guy
de7d6a27b9
Add 'tarsnap' plugin.
...
Monitors the amount of data stored by the local machine on the tarsnap.com service.
2014-01-22 14:17:26 +00:00
Clemens Schwaighofer
e7342a3831
Munin postfix plugins for multiple postfixes
...
renamed the ‘rtimeout’ from “Lost connection” to “Read connection timed
out” to be more correct at what this value is.
2014-01-21 15:58:39 +09:00
Clemens Schwaighofer
84d9fa7d7b
HP Monitoring plugin for temperature via the hplog command
2014-01-21 15:18:05 +09:00
thefinn93
faca733fd6
Added a category to mailman-queue-check
2014-01-15 19:09:31 -08:00
thefinn93
59ecf3f15e
Moved mailman-queue-check to the mailman folder
2014-01-15 19:07:28 -08:00
Steve Schnepp
d58231ff51
Merge pull request #423 from ercpe/juniper
...
Juniper SRX SNMP plugin
2014-01-12 05:15:14 -08:00
Johann Schmitz
785dab3706
Finished the juniper_spu plugin
2014-01-12 08:18:21 +01:00
Johann Schmitz
ae30c5979c
Finished the plugin
2014-01-11 19:50:44 +01:00
Johann Schmitz
f52a7ea9a7
New plugin to monitor flow and cp sessions of Juniper firewalls via SNMP.
2014-01-11 19:24:42 +01:00
Johann Schmitz
f78847fbae
Fixed the plugin
2014-01-11 10:14:17 +01:00
Johann Schmitz
acfd3e4e08
Fixing trailing whitespaces
2014-01-10 15:03:13 +01:00
Johann Schmitz
ee0d7b3826
Some fixes
2014-01-10 14:53:47 +01:00
Johann Schmitz
2fff9d6bac
First version of the juniper SNMP plugin
2014-01-10 14:17:05 +01:00
Kenyon Ralph
e99f0f672b
Merge pull request #422 from lwindolf/master
...
Fix negative values on Sphinx restart
2014-01-09 10:02:00 -08:00
Steve Schnepp
8f719ef600
Merge pull request #420 from ldidry/update-du-2
...
[plugins/disk/du-2] Doc and autoconf updates
2014-01-08 12:51:04 -08:00
Steve Schnepp
959f55ee0e
Merge pull request #421 from ldidry/new-plugin-du_pattern
...
New plugin : du_pattern
2014-01-08 12:49:17 -08:00
Luc Didry
e838e28ee0
Copyright year update
2014-01-07 17:22:21 +01:00
Luc Didry
54560ad5ed
Copyright year update
2014-01-07 17:21:06 +01:00
Luc Didry
3f253ebec9
Copyright year update
2014-01-07 17:17:50 +01:00
Luc Didry
29e732d7ee
Add new plugin : postfwd2
2014-01-07 17:13:40 +01:00
Luc Didry
89b632233c
Add new plugin : du_pattern
2014-01-07 17:02:08 +01:00
Luc Didry
3e5627a223
[plugins/disk/du-2] Doc and autoconf updates
2014-01-07 16:54:13 +01:00
Lars Windolf
b32ff11c61
Avoid negative queries count on Sphinx restart
...
Difference calculation can go negative when Sphinx is restarted. This makes ugly spikes in the graph.
2014-01-07 15:28:01 +01:00
Lars Windolf
7ca5814ce7
Avoid negative connection count on Sphinx restart
...
Difference calculation can go negative when Sphinx is restarted. This makes ugly spikes in the graph.
2014-01-07 15:27:16 +01:00
Steve Schnepp
08241c1282
Merge pull request #417 from anarcat/mysql_per_user
...
fork the mysql_connections plugin to add per-user support
2014-01-03 07:37:33 -08:00