mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[plugins/disk/btrfs_device_stats] Remove unused variable.
This commit is contained in:
parent
7d220d0ae6
commit
f12bfed795
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ def munin_values(fs):
|
|||
devices = fs.devices()
|
||||
|
||||
for this_device in devices:
|
||||
this_dev_info = fs.dev_info(this_device.devid)
|
||||
this_dev_stat = fs.dev_stats(this_device.devid, False)
|
||||
|
||||
corruption_errs = this_dev_stat.corruption_errs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue