10000 fix disk_sizes #91 · postgrespro/mamonsu@d774a30 · GitHub
[go: up one dir, main page]

Skip to content

Commit d774a30

Browse files
authored
fix disk_sizes #91
1 parent 94edf35 commit d774a30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mamonsu/plugins/system/linux/disk_sizes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ def run(self, zbx):
2727

2828
for line in f:
2929
data = line.split()
30-
if len(data) != 11:
31-
continue
3230
point, fstype = data[4], data[8]
3331
if fstype in self.ExcludeFsTypes:
3432
continue

0 commit comments

Comments
 (0)
0