Projet

Général

Profil

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

root / plugins / disk @ 64089240

# Date Auteur Commentaire
64089240 2021-10-13 06:34 Andreas Perhab

nvme: enable specifying warnings and criticals for serial numbers

9f1f96f6 2021-07-14 16:30 Kim B. Heino

raid2: fix "raid -> raid2" in perlpod

558360c4 2021-07-14 16:30 Kim B. Heino

raid2: use perlpod and small fixes

d3bcc2f9 2021-07-14 16:30 Kim B. Heino

raid2: yet another raid+scrub monitoring plugin

Supports:
- mdstat
- btrfs
- cciss
- megasasctl

8a2c0be5 2021-07-14 15:41 HaseHarald

[btrfs_device_stats] Make warning and critical configurable for all metrics per device.

d45c84e5 2021-07-14 15:41 HaseHarald

Missed one parameters equals with whitespaces.

cbd92356 2021-07-14 15:41 HaseHarald

Fix indention to please linter.

50265cce 2021-07-14 15:41 HaseHarald

Try to please linter with whitespaces arround equals.
This does not seam logical, because it explicitly want's spaces arround equal signs when setting a variable, but you musn't use them in parameters. But well, whatever makes the linter happy.

409e8896 2021-07-14 15:41 HaseHarald

Change if conditions to please the linter.

76c21fe7 2021-07-14 15:41 HaseHarald

Fix whitespaces to please the linter.

e169950d 2021-07-14 15:41 HaseHarald

[btrfs_device_usage] Document usage of optional warning and critical limits.

68190a6d 2021-07-14 15:41 HaseHarald

[btrfs_device_usage] Allow for configuring optional limits for warning and critical.
These are configurable as a global and individual value.

17298912 2021-07-14 15:41 HaseHarald

[btrfs_device_stats] Document usage of optional warning and critical limits.

0d8f8309 2021-07-14 15:41 HaseHarald

[btrfs_device_stats] Allow for configuring optional critical limits as a global and individual value.

d10c1198 2021-07-14 15:41 HaseHarald

[btrfs_device_stats] Allow for configuring warning values as a global and individual value.

2c912170 2021-04-05 17:24 Lars Kruse

Fix some spelling mistakes

Thanks, codespell!

a1e346bc 2021-04-05 17:05 HaseHarald

Fix warning on btrfs_device_stats.
It's always those typos!

da87fcd6 2021-03-31 14:39 Lars Kruse

Fix spelling issues

842acaef 2021-03-18 09:25 Florian Sager

Prevent escaping of internal names with leading numbers to fix graph processing

With serials like

Node SN Model Namespace Usage Format FW Rev
---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------...

c7299aeb 2021-03-14 11:02 Kjetil Torgrim Homme

nvme: add graph for spare capacity. add support for limits

The default limits are sort of randomly chosen. My nvme drives report
a warning level at 10% spare capacity, so I kept that here.

0d13497e 2021-02-07 06:27 Steve Schnepp

Merge pull request #1174 from steveschnepp/plugin/smart_

Adding a new C plugin : smart_

b86f1d0f 2021-02-07 06:19 Steve Schnepp

smart_: port to openbsd & macos

6eff786e 2021-02-07 06:17 Steve Schnepp

smart: importing common.{h,c} from munin-c

The compilation is very easy, a simple `make` should work, as I provided
a convenient `Makefile`

a420c4eb 2021-02-07 06:15 Steve Schnepp

smart_: renaming the file

The destination file is a wildcard one. Therefore the C file should be
named with a trailing `_`.

2fd3eec8 2021-02-07 06:03 Bastiaan van Kesteren

Hacked together a smart_ plugin in C

There is some trickery going on to not wakeup the disk when it's in standby

Note: this was aimed at munin-c, but was rejected since it uses a
subprocess that calls the `smartctl` tool.

82644213 2021-01-29 10:22 Andreas Perhab

during DELAYED/PENDING resyncs mark reshape/recovery percent as unknown instead of 0

a45257a6 2021-01-10 11:47 Kim B. Heino

stratis: code cleanup and use perlpod format for documentation

7d31b4ce 2021-01-10 11:47 Kim B. Heino

stratis: new plugin to monitor stratis filesystem

f90427c3 2021-01-08 09:33 Samuel Smith

Update for extra fields in newer kernels

The fields have changed from 11 or 15 on recent kernels but does not effect what the plugin gathers.
See 5.4 https://www.kernel.org/doc/html/v5.4/block/stat.html versus 4.16 https://mjmwired.net/kernel/Documentation/block/stat.txt

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