1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 22:25:23 +00:00
Commit graph

124 commits

Author SHA1 Message Date
Lars Kruse
09b88141b3 Improve documantion of many plugins
Specifically the configuration examples are now indented properly.
2020-10-24 17:29:08 +02:00
Lars Kruse
0ff03ad469 Remove dummy plugins containing only references to external repositories 2020-09-23 05:06:01 +02:00
Lars Kruse
bd872f7af1 btrfs_*_usage: add example graphs
Provided by HaseHarald.
See https://github.com/munin-monitoring/contrib/pull/1114.
2020-08-26 03:24:37 +02:00
HaseHarald
3f92394b23 Touchups on configuration. 2020-08-25 22:01:19 +02:00
HaseHarald
6f0e91f850 Add perldoc-style header. 2020-08-25 20:21:19 +02:00
HaseHarald
bffbc23a4e Fix linting issues. 2020-08-24 21:37:29 +02:00
HaseHarald
675dedf1d4 [plugins/disk/btrfs_device_usage] Reformat linebreaks.
Following suggestions from linting.
2020-08-23 18:17:21 +02:00
HaseHarald
f12bfed795 [plugins/disk/btrfs_device_stats] Remove unused variable. 2020-08-23 18:15:40 +02:00
HaseHarald
7d220d0ae6 [plugins/disk/btrfs_device_usage] Fix issues brought up by CI.
- Remove trailing whitespace.
- Add whitespace around operators.
- Add linebreaks to shorten the lines.
2020-08-23 17:45:08 +02:00
HaseHarald
5f88f9ad06 Fix issues brought up by CI.
- Remove trailing whitespace
- Remove unused variable.
2020-08-23 17:34:21 +02:00
HaseHarald
7bf77a008d [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.
2020-08-23 16:43:21 +02:00
HaseHarald
10f2d97ffe [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.
2020-08-23 16:38:38 +02:00
zivillian
ca2484b357 extend workaround for multiple dashes 2020-08-14 01:11:08 +02:00
zivillian
58e371308a extend workaround for multiple dashes 2020-08-14 01:11:08 +02:00
Lars Kruse
cdb9a4456f Plugin xfs_frag: fix shellcheck issues 2020-03-26 04:23:21 +01:00
Lars Kruse
8713eb3722 Fix spelling mistakes in comments and descriptions
Thanks, codespell!
2020-03-26 04:23:21 +01:00
root
3cd15a8220 improved ext2, ext3, ext4 filesystems search 2019-09-05 23:32:56 +02:00
rantal
735689d47a 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.
2019-08-17 01:58:40 +02:00
Lars Kruse
95623db8d2
Merge pull request #997 from rantal/master
Update megaraid-controller-information to support "megacli" executable name
2019-07-26 01:44:58 +02:00
rantal
5bebfeea9e
Update megaraid-controller-information 2019-07-25 14:46:08 +03:00
rantal
e5f7966dfb
Update megaraid-controller-information to support "megacli" name of tools executable 2019-07-23 18:03:33 +03:00
Lars Kruse
a77f299642
Merge pull request #948 from kjetilho/plugin-nvme
nvme - Munin plugin to monitor the use of NVMe devices
2019-07-21 23:39:37 +02:00
Edward Plainview
5fcad70008 Fix spaces in directory names. Glob directories. 2019-01-08 15:54:42 +01:00
Mikkel Kirkgaard Nielsen
21c28638e3
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.
2018-10-04 19:53:31 +02:00
Kjetil Torgrim Homme
a2267c05ed more sanity checking. give appropriate feedback to autoconf. 2018-10-02 10:29:23 +02:00
Kjetil Torgrim Homme
cca33b3984 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
2018-09-26 19:57:13 +02:00
Christopher Desjardins
a5ed119b6e Add sort to the du command to keep things in order of size 2018-09-20 12:06:05 +02:00
Christopher Desjardins
725d904131 Add clean_path back, it got dropped when clean_fieldname was added
This allows you to tidy up your munin dir stats
2018-09-20 12:05:42 +02:00
Lars Kruse
2ec4e4c1f7 Improve incorrect or unspecific output for "autoconf"
Some plugins emit wrongly formatted "no" messages or lack the "yes"
message on success.
2018-09-16 15:13:38 +02:00
Lars Kruse
e4cd049b01 Fix trivial instances of wrong autoconf exitcodes 2018-09-16 04:03:31 +02:00
Lars Kruse
17f784270a Whitespace cleanup
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00
Samuel Smith
37b533a5c3 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
minor numbers get turned into undef values on state restore.

On the line: `my ( $prev_time, %prev_diskstat ) = restore_state();`

`%prev_diskstat` will 'slurp' up all returned values from the function
call (converting the list into key value pairs) but if one of last
values is from the major or minor number (which will be undef), the key
(major or minor) will be sent but the undef value will not be
sent. Hence this results in an attempted hash assignment where one of
the key values pairs is missing a value and thus the 'Odd number of
elements in hash assignment ' warning is thrown.
2018-07-18 13:22:27 -05:00
Vincas Dargis
29dd82be36
Fix du-2 to use clean_fieldname()
Update du-2 to fix "No .label provided" error by using clean_fieldname().
2018-03-28 11:43:28 +00:00
sumpfralle
ad5e7ad3f7
Merge pull request #896 from dpavlin/master
count failed disks and report critical warning
2018-03-09 02:55:09 +01:00
Lars Kruse
7c62b9b6de added executable permission for multiple plugins 2018-03-09 00:18:30 +01:00
Dobrica Pavlinusic
bbec1ffb43 count failed disks and report critical warning 2018-01-28 15:28:00 +01:00
klemens
8589c6df43 spelling fixes (2nd try) 2017-04-17 22:43:38 +02:00
dipohl
4b400a7320 Plugin-Gallery: Get better 2nd level headings
amule -> filetransfer (amule)
torrent -> filetransfer (rtorrent)
2017-02-24 18:29:14 +01:00
dipohl
95de964ec9 Plugin-Gallery: Get better 2nd level headings
sensors, weather, snmp
2017-02-24 17:30:35 +01:00
dipohl
f769371079 Plugin-Gallery: Better 2nd level headings 2017-02-24 16:11:20 +01:00
sumpfralle
cea8e8204c Merge pull request #802 from JoHartmann/patch-1
apticron
2017-02-21 17:27:07 +01:00
dipohl
62560fae23 Category Tree: Reduce number of categories 2017-02-21 15:09:54 +01:00
dipohl
2202b1c19e Category Tree: Reduce number of categories 2017-02-20 23:35:10 +01:00
JoHartmann
704f15ca62 replace the example graph for quota2percent_
- Change the resolution width of the graphic to 497 pixel.
- Rename the graphic to the correct syntax.
2017-02-19 23:15:24 +01:00
JoHartmann
6227b39ba2 replace the example graph for quota2percent_
- Change the resolution width of the graphic to 497 pixel.
- Rename the graphic to the correct syntax.
2017-02-19 23:09:33 +01:00
Nicolas Joyard
879686e59c
dirsizes: use clean_fieldnames 2017-02-17 09:54:23 +01:00
JoHartmann
e0b47d579e Update quota2percent_ to V17.0214
Following some idea of "Sumpfralle!
2017-02-14 14:57:46 +01:00
JoHartmann
b430482f68 Update quota2percent_ to V17.0213a
fix    some slips
add    env.low_uid
follow an idea of sumpfralle
2017-02-13 18:52:37 +01:00
JoHartmann
1018c515b1 same as before only add second line feed
before V17.0210 in POD text
2017-02-12 18:11:49 +01:00
JoHartmann
19a193ef11 Update quota2percent_ to V17.0213
fixed some slips
2017-02-12 17:56:49 +01:00