We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94edf35 commit d774a30Copy full SHA for d774a30
mamonsu/plugins/system/linux/disk_sizes.py
@@ -27,8 +27,6 @@ def run(self, zbx):
27
28
for line in f:
29
data = line.split()
30
- if len(data) != 11:
31
- continue
32
point, fstype = data[4], data[8]
33
if fstype in self.ExcludeFsTypes:
34
continue
0 commit comments