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

55 Commits

Author SHA1 Message Date
Gajdos Tamás
0b849f0eb2 Update xfs plugin.
There is a new line "fibt2" line in the xfs stat output. I updated the plugin to process this line also.
(Reference for the counter names)[http://lxr.free-electrons.com/source/fs/xfs/xfs_stats.h#L184]
2016-04-03 23:31:24 +02:00
Stig Sandbeck Mathisen
b6bec53396 Merge pull request #613 from mittyorz/disk/raid/refactor
refactoring, bugfix and enhancement for disk/raid plugin
2015-05-05 13:38:08 +02:00
Ken-ichi Mito
48d0a2e2b0 fix - remove error message, fetch correct count source
* redirect error message of `ls` to /dev/null
* fetch mismatch_cnt to get correct count

* https://www.kernel.org/doc/Documentation/md.txt
  * sync_completed: the number of sectors that have been completed
  * mismatch_cnt: the number of errors that are found
2015-05-05 01:02:49 +09:00
Ken-ichi Mito
6284302ae1 enhancement - fetch remaining time of array rebuilding and show them on config
* add info about remaining time, read-only status
 * change label to follow b39d26e
2015-05-04 18:47:10 +09:00
Ken-ichi Mito
760b14f554 enhancement - use only /proc/mdstat, stop using /sbin/mdadm
* mdadm needs super-user privileges, but /proc/mdstat is readable for nobody
 * fetch an array state from mdstat 'reshape|check|resync|recovery'
  * reshape, recovery: rebuilding array -> set percent to _rebuild.value
  * check, resync: data scrubbing or mirror rebuilding => set percent to _check.value
   * resync=DELAYED|PENDING => set both to zero, because details are unknown even if using mdadm

 * more info about /proc/mdstat => kernel src:/drivers/md/md.c, md_seq_show()
2015-05-04 18:45:46 +09:00
Ken-ichi Mito
9845279a30 fix - mdadm has '--readonly' option to make the array 'active (read-only)' 2015-05-04 18:11:13 +09:00
Ken-ichi Mito
2670e4dc26 refactoring - split a single regex matching to three matchings
* one line regular expression matching to multiline text is a bit hard to picture
 * apply regular expressions to each line
  * first line should like "active raid1 sda1[0] sdc1[2] sdb1[1]"
  * second line should like "123456 blocks super 1.2 [2/2] [UU]"
  * third line will appear when the array is in action
2015-05-04 18:09:13 +09:00
Ken-ichi Mito
2e0acaca2b refactoring - replace TAB with 8 spaces, use lexical variable for file handle
* reduce indentation of local($/)
2015-05-04 14:56:30 +09:00
Veres Lajos
fba800ae52 typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
2015-03-02 11:51:38 +00:00
Am1GO
69e8811972 Fixed type in dm-cache
s/voulme/volume
2014-11-23 21:08:33 +03:00
Am1GO
550a4f33dd Added plugin to monitor dm-cache 2014-11-23 21:06:05 +03:00
Stig Sandbeck Mathisen
b531bd5797 Convert to UNIX line breaks 2014-10-04 19:53:20 +02:00
Stig Sandbeck Mathisen
c04671c43a Set /bin/bash as interpreter for bash script 2014-10-04 19:52:22 +02:00
Gabriele Pohl
6ffd50195c Reduce number of categories, use more generic terms 2014-09-07 02:03:45 +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
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
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
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
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
Tomas Sirny
d7e6c0114d Fix cpct value 2013-12-10 15:48:01 +01:00
Steve Schnepp
f64c2e5d55 Merge branch 'pr/375' 2013-11-05 10:43:35 +01:00
Kenyon Ralph
97fab71b9e Merge pull request #367 from avances123/master
freedisk plugin to show abs used values to disk, increasing line instead of free usage. (decreasing)
2013-11-03 01:38:29 -07:00
Evgeni Cherdancev
2a0351098e new xfs stats plugin 2013-09-09 14:07:39 +07:00
rantal
3fec132427 Added ability to monitor check/resync status of raid arrays, bugfix with regexp check while empty @output[0] 2013-09-04 00:57:12 -07:00
Fabio Rueda
e5bcd283dd reverted freedisk plugin to show abs used values to disk, would be better to see line growing until the upper limit to the area (total size) 2013-08-23 14:03:40 +02:00
nagyrobi
90ec5e16ad Create hdsentinel
Multigraph plugin to monitor harddrive temperature, condition, performance and estimated remaining lifetime through HDSentinel.
2013-06-12 16:29:45 +03:00
bAndie91
0e92a22bc1 pod added 2013-01-02 16:50:27 +01:00
bAndie91
18648443f3 update 2012-12-31 15:46:43 +01:00
bAndie91
bffbc3d5dc monitor Ext2/3/4 fs
e2 plugin to monitor Ext2/3/4 fs mount count, last check and lifetime writes
2012-12-31 06:13:41 -08:00
Caius Durling
ecd6f3599e Strip hidden characters from raid-mismatch script
Seems to have windows line-endings and a hidden unicode (U+FEFF) character on the first line which stops it running for me.
2012-11-01 12:55:13 +00: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
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
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
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
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
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
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
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