1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Commit graph

112 commits

Author SHA1 Message Date
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
JoHartmann
d24215d05e 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
2017-02-11 14:31:16 +01:00
JoHartmann
a00b8e6f2e Update quota2percent_ to V17.0210 2017-02-11 14:18:46 +01:00
JoHartmann
c9dbd8d1bf 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
2017-02-11 11:49:13 +01:00
JoHartmann
2caf1a978d Delete quota2percent_ 2017-02-11 11:16:00 +01:00
JoHartmann
5efef7ca2e Update quota2percent_ to V17.0210
add env.humanid
 fix same nitpicking details
2017-02-10 18:32:48 +01:00
JoHartmann
f21a2fe432 Update quota2percent_
add       POD documentation
  add       env.language
  add       example graph for Munin Plugin Gallery
  remove German comments
2017-02-08 15:23:44 +01:00
JoHartmann
dab96a619f Delete dummy 2017-02-05 19:55:41 +01:00
JoHartmann
952a3eaee8 Graph example
An example for a daily graph of device sdb1
2017-02-05 19:54:39 +01:00
JoHartmann
542150815b Create dummy 2017-02-05 19:50:04 +01:00
JoHartmann
1605f56bc1 Update quota2percent_ 2017-01-24 22:28:30 +01:00
JoHartmann
e849b61d07 Create quota2percent_
Quota usage in percent
2017-01-23 19:52:44 +01:00
sumpfralle
115371dfa4 Merge pull request #719 from Niluge-KiWi/master
disk/raid-mismatch-count improvements
2016-10-17 00:06:48 +02:00