mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-26 02:48:28 +00:00
Fix issues brought up by CI.
- Remove trailing whitespace - Remove unused variable.
This commit is contained in:
parent
7bf77a008d
commit
5f88f9ad06
1 changed files with 1 additions and 2 deletions
|
@ -81,7 +81,6 @@ def munin_values(fs):
|
||||||
|
|
||||||
for this_device in devices:
|
for this_device in devices:
|
||||||
this_dev_info = fs.dev_info(this_device.devid)
|
this_dev_info = fs.dev_info(this_device.devid)
|
||||||
this_dev_name = this_dev_info.path.replace('/dev/', '')
|
|
||||||
this_dev_stat = fs.dev_stats(this_device.devid, False)
|
this_dev_stat = fs.dev_stats(this_device.devid, False)
|
||||||
|
|
||||||
corruption_errs = this_dev_stat.corruption_errs
|
corruption_errs = this_dev_stat.corruption_errs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue