silly bug: writecycles must be calculated from written bytes
This fixes issue #1127
Fix to work with old lsblk version...
Unify shebang for python scripts
Improve documantion of many plugins
Specifically the configuration examples are now indented properly.
Remove dummy plugins containing only references to external repositories
btrfs_*_usage: add example graphs
Provided by HaseHarald.See https://github.com/munin-monitoring/contrib/pull/1114.
Touchups on configuration.
Add perldoc-style header.
Fix linting issues.
[plugins/disk/btrfs_device_usage] Reformat linebreaks.
Following suggestions from linting.
[plugins/disk/btrfs_device_stats] Remove unused variable.
[plugins/disk/btrfs_device_usage] Fix issues brought up by CI.
- Remove trailing whitespace.- Add whitespace around operators.- Add linebreaks to shorten the lines.
Fix issues brought up by CI.
- Remove trailing whitespace- Remove unused variable.
[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.
[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.
extend workaround for multiple dashes
Plugin xfs_frag: fix shellcheck issues
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
improved ext2, ext3, ext4 filesystems search
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.
Merge pull request #997 from rantal/master
Update megaraid-controller-information to support "megacli" executable name
Update megaraid-controller-information
Update megaraid-controller-information to support "megacli" name of tools executable
Merge pull request #948 from kjetilho/plugin-nvme
nvme - Munin plugin to monitor the use of NVMe devices
Fix spaces in directory names. Glob directories.
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.
more sanity checking. give appropriate feedback to autoconf.
This is a multigraph plugin which makes three graphs, nvme_usage, nvme_bytes and nvme_writecycles
Add sort to the du command to keep things in order of size
Add clean_path back, it got dropped when clean_fieldname was added
This allows you to tidy up your munin dir stats
Improve incorrect or unspecific output for "autoconf"
Some plugins emit wrongly formatted "no" messages or lack the "yes" message on success.
Fix trivial instances of wrong autoconf exitcodes
Whitespace cleanup
Fix Odd number of elements in hash at linux_diskstat_ line 321
Reading from /sys/block/*/stat does not provide the disk major and minornumbers (versus reading from /proc/diskstats). When saving the disk databack to a temp state file, these empty values for the disk major and...
Fix du-2 to use clean_fieldname()
Update du-2 to fix "No .label provided" error by using clean_fieldname().
Merge pull request #896 from dpavlin/master
count failed disks and report critical warning
added executable permission for multiple plugins
spelling fixes (2nd try)
Plugin-Gallery: Get better 2nd level headingsamule -> filetransfer (amule)torrent -> filetransfer (rtorrent)
Plugin-Gallery: Get better 2nd level headingssensors, weather, snmp
Plugin-Gallery: Better 2nd level headings
Merge pull request #802 from JoHartmann/patch-1
apticron
Category Tree: Reduce number of categories
replace the example graph for quota2percent_
- Change the resolution width of the graphic to 497 pixel.- Rename the graphic to the correct syntax.
dirsizes: use clean_fieldnames
Update quota2percent_ to V17.0214
Following some idea of "Sumpfralle!
Update quota2percent_ to V17.0213a
fix some slipsadd env.low_uidfollow an idea of sumpfralle
same as before only add second line feed
before V17.0210 in POD text
Update quota2percent_ to V17.0213
fixed some slips
Update quota2percent_ to V17.0210
add env.humanidadd check if device existadd if no limitations administered via 'quota' for the device the total line is shown onlyfix some nitpicking detailsadd some comments
Delete quota2percent_
add env.humanid fix same nitpicking details
Update quota2percent_
add POD documentation add env.language add example graph for Munin Plugin Gallery remove German comments
Delete dummy
Graph example
An example for a daily graph of device sdb1
Create dummy
Create quota2percent_
Quota usage in percent
Merge pull request #719 from Niluge-KiWi/master
disk/raid-mismatch-count improvements
Merge pull request #721 from alexkn/btrfs_subvol_usage
add btrfs_subvol_usage plugin
Merge pull request #720 from eknagy/patch-1
Fixed typo in comment
fix - add clean_fieldname to make field name safe
Plugin to monitor usage of subvolumes on a BTRFS filesystem.
disk/raid-mismatch-count better config: added .info per device
disk/raid-mismatch-count != 0 is a critical alert
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]
Merge pull request #613 from mittyorz/disk/raid/refactor
refactoring, bugfix and enhancement for disk/raid plugin
fix - remove error message, fetch correct count source
enhancement - fetch remaining time of array rebuilding and show them on config
enhancement - use only /proc/mdstat, stop using /sbin/mdadm
fix - mdadm has '--readonly' option to make the array 'active (read-only)'
refactoring - split a single regex matching to three matchings
refactoring - replace TAB with 8 spaces, use lexical variable for file handle
typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:plugins/mail/postfix_mail_stats recieved.labelplugins/nginx/nginx_vhost_traffic
Fixed type in dm-caches/voulme/volume
Added plugin to monitor dm-cache
Convert to UNIX line breaks
Set /bin/bash as interpreter for bash script
Reduce number of categories, use more generic terms
Fix indentation
Add plugin for monitoring HDD power state on FreeBSD
fix example comment with proper wildcard examples
removed media in favor of error - since valid wildcard values are temp, error, other, predictive
Merge pull request #420 from ldidry/update-du-2
[plugins/disk/du-2] Doc and autoconf updates
Copyright year update
Add new plugin : du_pattern
Fix cpct value
Merge branch 'pr/375'
Merge pull request #367 from avances123/master
freedisk plugin to show abs used values to disk, increasing line instead of free usage. (decreasing)
new xfs stats plugin
Added ability to monitor check/resync status of raid arrays, bugfix with regexp check while empty @output0
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)