Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / disk @ 6c7ad652

# Date Auteur Commentaire
6c7ad652 2020-11-13 16:54 Kjetil Torgrim Homme

silly bug: writecycles must be calculated from written bytes

This fixes issue #1127

14e5261e 2020-10-28 19:00 rantal

Fix to work with old lsblk version...

a7139bca 2020-10-28 18:38 Lars Kruse

Unify shebang for python scripts

09b88141 2020-10-24 11:29 Lars Kruse

Improve documantion of many plugins

Specifically the configuration examples are now indented properly.

0ff03ad4 2020-09-22 23:06 Lars Kruse

Remove dummy plugins containing only references to external repositories

bd872f7a 2020-08-25 21:24 Lars Kruse

btrfs_*_usage: add example graphs

Provided by HaseHarald.
See https://github.com/munin-monitoring/contrib/pull/1114.

3f92394b 2020-08-25 16:01 HaseHarald

Touchups on configuration.

6f0e91f8 2020-08-25 14:21 HaseHarald

Add perldoc-style header.

bffbc23a 2020-08-24 15:37 HaseHarald

Fix linting issues.

675dedf1 2020-08-23 12:17 HaseHarald

[plugins/disk/btrfs_device_usage] Reformat linebreaks.

Following suggestions from linting.

f12bfed7 2020-08-23 12:15 HaseHarald

[plugins/disk/btrfs_device_stats] Remove unused variable.

7d220d0a 2020-08-23 11:45 HaseHarald

[plugins/disk/btrfs_device_usage] Fix issues brought up by CI.

- Remove trailing whitespace.
- Add whitespace around operators.
- Add linebreaks to shorten the lines.

5f88f9ad 2020-08-23 11:34 HaseHarald

Fix issues brought up by CI.

- Remove trailing whitespace
- Remove unused variable.

7bf77a00 2020-08-23 10:43 HaseHarald

[plugins/disk/btrfs_device_stats] Add a plugin to monitor device stats from btrfs.

Monitors the different device-counters (mostly for errors) of the disks in a btrfs pool.

10f2d97f 2020-08-23 10:38 HaseHarald

[plugins/disk/btrfs_device_usage] Add plugin to monitor btrfs usage on a device level.

Shows the used size of each device in a btrfs pool in bytes and percent.

ca2484b3 2020-08-13 19:11 zivillian

extend workaround for multiple dashes

58e37130 2020-08-13 19:11 zivillian

extend workaround for multiple dashes

cdb9a445 2020-03-25 23:23 Lars Kruse

Plugin xfs_frag: fix shellcheck issues

8713eb37 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in comments and descriptions

Thanks, codespell!

3cd15a82 2019-09-05 17:32 root

improved ext2, ext3, ext4 filesystems search

735689d4 2019-08-16 19:58 rantal

btrfs_subvol_usage: fix "btrfs qgroup show" output format

Switch "btrfs qgroup show" for raw output format, because by default it's human readable form and can't be read by scripts.

95623db8 2019-07-25 19:44 Lars Kruse

Merge pull request #997 from rantal/master

Update megaraid-controller-information to support "megacli" executable name

5bebfeea 2019-07-25 07:46 rantal

Update megaraid-controller-information

e5f7966d 2019-07-23 11:03 rantal

Update megaraid-controller-information to support "megacli" name of tools executable

a77f2996 2019-07-21 17:39 Lars Kruse

Merge pull request #948 from kjetilho/plugin-nvme

nvme - Munin plugin to monitor the use of NVMe devices

5fcad700 2019-01-08 09:54 Edward Plainview

Fix spaces in directory names. Glob directories.

21c28638 2018-10-04 13:53 Mikkel Kirkgaard Nielsen

Generate cache file if missing

Don't exit with error if cache file is missing, instead refrain from sending values and daemonize() in an attempt to generate one.
Invocation using 'config' before generation is successful will fail, as mentioned in #914, but configuration will get picked up as soon as it is present.

a2267c05 2018-10-02 04:29 Kjetil Torgrim Homme

more sanity checking. give appropriate feedback to autoconf.

cca33b39 2018-09-26 13:57 Kjetil Torgrim Homme

nvme - Munin plugin to monitor the use of NVMe devices

This is a multigraph plugin which makes three graphs, nvme_usage, nvme_bytes and nvme_writecycles

a5ed119b 2018-09-20 06:06 Christopher Desjardins

Add sort to the du command to keep things in order of size

725d9041 2018-09-20 06:05 Christopher Desjardins

Add clean_path back, it got dropped when clean_fieldname was added

This allows you to tidy up your munin dir stats

2ec4e4c1 2018-09-16 09:13 Lars Kruse

Improve incorrect or unspecific output for "autoconf"

Some plugins emit wrongly formatted "no" messages or lack the "yes"
message on success.

e4cd049b 2018-09-15 22:03 Lars Kruse

Fix trivial instances of wrong autoconf exitcodes

17f78427 2018-08-01 20:33 Lars Kruse

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
37b533a5 2018-07-18 14:22 Samuel Smith

Fix Odd number of elements in hash at linux_diskstat_ line 321

Reading from /sys/block/*/stat does not provide the disk major and minor
numbers (versus reading from /proc/diskstats). When saving the disk data
back to a temp state file, these empty values for the disk major and...

29dd82be 2018-03-28 07:43 Vincas Dargis

Fix du-2 to use clean_fieldname()

Update du-2 to fix "No .label provided" error by using clean_fieldname().

ad5e7ad3 2018-03-08 20:55 sumpfralle

Merge pull request #896 from dpavlin/master

count failed disks and report critical warning

7c62b9b6 2018-03-08 18:18 Lars Kruse

added executable permission for multiple plugins

bbec1ffb 2018-01-28 09:28 Dobrica Pavlinusic

count failed disks and report critical warning

8589c6df 2017-04-17 16:43 klemens

spelling fixes (2nd try)

4b400a73 2017-02-24 12:29 dipohl

Plugin-Gallery: Get better 2nd level headings
amule -> filetransfer (amule)
torrent -> filetransfer (rtorrent)

95de964e 2017-02-24 11:30 dipohl

Plugin-Gallery: Get better 2nd level headings
sensors, weather, snmp

f7693710 2017-02-24 10:11 dipohl

Plugin-Gallery: Better 2nd level headings

cea8e820 2017-02-21 11:27 sumpfralle

Merge pull request #802 from JoHartmann/patch-1

apticron

62560fae 2017-02-21 09:09 dipohl

Category Tree: Reduce number of categories

2202b1c1 2017-02-20 17:35 dipohl

Category Tree: Reduce number of categories

704f15ca 2017-02-19 17:15 JoHartmann

replace the example graph for quota2percent_

- Change the resolution width of the graphic to 497 pixel.
- Rename the graphic to the correct syntax.

6227b39b 2017-02-19 17:09 JoHartmann

replace the example graph for quota2percent_

- Change the resolution width of the graphic to 497 pixel.
- Rename the graphic to the correct syntax.

879686e5 2017-02-17 03:54 Nicolas Joyard

dirsizes: use clean_fieldnames

e0b47d57 2017-02-14 08:57 JoHartmann

Update quota2percent_ to V17.0214

Following some idea of "Sumpfralle!

b430482f 2017-02-13 12:52 JoHartmann

Update quota2percent_ to V17.0213a

fix some slips
add env.low_uid
follow an idea of sumpfralle

1018c515 2017-02-12 12:11 JoHartmann

same as before only add second line feed

before V17.0210 in POD text

19a193ef 2017-02-12 11:56 JoHartmann

Update quota2percent_ to V17.0213

fixed some slips

d24215d0 2017-02-11 08:31 JoHartmann

Update quota2percent_ to V17.0210

add env.humanid
add check if device exist
add if no limitations administered via 'quota' for the device the total line is shown only
fix some nitpicking details
add some comments

a00b8e6f 2017-02-11 08:18 JoHartmann

Update quota2percent_ to V17.0210

c9dbd8d1 2017-02-11 05:49 JoHartmann

Update quota2percent_ to V17.0210

add env.humanid
add check if device exist
add if no limitations administered via 'quota' for the device the total line is shown only
fix some nitpicking details
add some comments

2caf1a97 2017-02-11 05:16 JoHartmann

Delete quota2percent_

5efef7ca 2017-02-10 12:32 JoHartmann

Update quota2percent_ to V17.0210

add env.humanid
fix same nitpicking details
f21a2fe4 2017-02-08 09:23 JoHartmann

Update quota2percent_

add       POD documentation
add env.language
add example graph for Munin Plugin Gallery
remove German comments
dab96a61 2017-02-05 13:55 JoHartmann

Delete dummy

952a3eae 2017-02-05 13:54 JoHartmann

Graph example

An example for a daily graph of device sdb1

54215081 2017-02-05 13:50 JoHartmann

Create dummy

1605f56b 2017-01-24 16:28 JoHartmann

Update quota2percent_

e849b61d 2017-01-23 13:52 JoHartmann

Create quota2percent_

Quota usage in percent

115371df 2016-10-16 18:06 sumpfralle

Merge pull request #719 from Niluge-KiWi/master

disk/raid-mismatch-count improvements

99c3595d 2016-10-16 18:04 sumpfralle

Merge pull request #721 from alexkn/btrfs_subvol_usage

add btrfs_subvol_usage plugin

fa0bd176 2016-10-16 15:10 sumpfralle

Merge pull request #720 from eknagy/patch-1

Fixed typo in comment

1e2bbe77 2016-07-05 10:38 Ken-ichi Mito

fix - add clean_fieldname to make field name safe

  • lvm_: only add clean_fieldname
  • lvm_snap_used * add clean_fieldname * force y-axis scale to 0-100 %
11e4124c 2016-06-04 08:48 Alexander Knöbel

add btrfs_subvol_usage plugin

Plugin to monitor usage of subvolumes on a BTRFS filesystem.

b805f7a6 2016-05-16 18:11 Dr. Nagy Elemér Károly

Fixed typo in comment

370e1d05 2016-05-15 11:53 Thomas Riccardi

disk/raid-mismatch-count better config: added .info per device

b149f0cf 2016-05-15 11:53 Thomas Riccardi

disk/raid-mismatch-count != 0 is a critical alert

0b849f0e 2016-04-03 17:31 Gajdos Tamás

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]

b6bec533 2015-05-05 07:38 Stig Sandbeck Mathisen

Merge pull request #613 from mittyorz/disk/raid/refactor

refactoring, bugfix and enhancement for disk/raid plugin

48d0a2e2 2015-05-04 12:02 Ken-ichi Mito

fix - remove error message, fetch correct count source

  • redirect error message of `ls` to /dev/null
  • fetch mismatch_cnt to get correct count
6284302a 2015-05-04 05:47 Ken-ichi Mito

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
760b14f5 2015-05-04 05:45 Ken-ichi Mito

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...
9845279a 2015-05-04 05:11 Ken-ichi Mito

fix - mdadm has '--readonly' option to make the array 'active (read-only)'

2670e4dc 2015-05-04 05:09 Ken-ichi Mito

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 sda10 sdc12 sdb11" * second line should like "123456 blocks super 1.2 [2/2] [UU]"...
2e0acaca 2015-05-04 01:56 Ken-ichi Mito

refactoring - replace TAB with 8 spaces, use lexical variable for file handle

  • reduce indentation of local($/)
fba800ae 2015-03-02 06:51 Veres Lajos

typofixes - https://github.com/vlajos/misspell_fixer

Suspicious sections:
plugins/mail/postfix_mail_stats recieved.label
plugins/nginx/nginx_vhost_traffic

69e88119 2014-11-23 13:08 Am1GO

Fixed type in dm-cache
s/voulme/volume

550a4f33 2014-11-23 13:06 Am1GO

Added plugin to monitor dm-cache

b531bd57 2014-10-04 13:53 Stig Sandbeck Mathisen

Convert to UNIX line breaks

c04671c4 2014-10-04 13:52 Stig Sandbeck Mathisen

Set /bin/bash as interpreter for bash script

6ffd5019 2014-09-06 20:03 Gabriele Pohl

Reduce number of categories, use more generic terms

b194c867 2014-05-05 14:11 Petteri Valkonen

Fix indentation

b077ad21 2014-05-05 13:16 Petteri Valkonen

Add plugin for monitoring HDD power state on FreeBSD

be06ff03 2014-01-29 21:23 leeclemens

fix example comment with proper wildcard examples

removed media in favor of error - since valid wildcard values are temp, error, other, predictive

8f719ef6 2014-01-08 15:51 Steve Schnepp

Merge pull request #420 from ldidry/update-du-2

[plugins/disk/du-2] Doc and autoconf updates

54560ad5 2014-01-07 11:21 Luc Didry

Copyright year update

3f253ebe 2014-01-07 11:17 Luc Didry

Copyright year update

89b63223 2014-01-07 11:02 Luc Didry

Add new plugin : du_pattern

3e5627a2 2014-01-07 10:54 Luc Didry

[plugins/disk/du-2] Doc and autoconf updates

d7e6c011 2013-12-10 09:48 Tomas Sirny

Fix cpct value

f64c2e5d 2013-11-05 04:43 Steve Schnepp

Merge branch 'pr/375'

97fab71b 2013-11-03 03:38 Kenyon Ralph

Merge pull request #367 from avances123/master

freedisk plugin to show abs used values to disk, increasing line instead of free usage. (decreasing)
2a035109 2013-09-09 03:07 Evgeni Cherdancev

new xfs stats plugin

3fec1324 2013-09-04 03:57 rantal

Added ability to monitor check/resync status of raid arrays, bugfix with regexp check while empty @output0

e5bcd283 2013-08-23 08:03 Fabio Rueda

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)