Historique | Voir | Annoter | Télécharger (10,8 ko)
[btrfs_device_stats] Make warning and critical configurable for all metrics per device.
Missed one parameters equals with whitespaces.
Fix indention to please linter.
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.
Change if conditions to please the linter.
Fix whitespaces to please the linter.
[btrfs_device_stats] Document usage of optional warning and critical limits.
[btrfs_device_stats] Allow for configuring optional critical limits as a global and individual value.
[btrfs_device_stats] Allow for configuring warning values as a global and individual value.
Fix warning on btrfs_device_stats.It's always those typos!
Improve documantion of many plugins
Specifically the configuration examples are now indented properly.
Touchups on configuration.
Add perldoc-style header.
Fix linting issues.
[plugins/disk/btrfs_device_stats] Remove unused variable.
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.