Also include XFS filesystems in the filesystem data

This commit is contained in:
Sven Slootweg 2013-05-29 20:00:05 +02:00
parent 42cb26f273
commit 3b778e6d2f

View file

@ -15,7 +15,7 @@ bind_ip = ""
port = 8081
def generate_stats(get_processes):
listed_filesystems = ["ext2", "ext3", "ext4", "reiserfs", "removable", "fixed", "simfs"]
listed_filesystems = ["ext2", "ext3", "ext4", "reiserfs", "removable", "fixed", "simfs", "xfs"]
mem = psutil.virtual_memory()
swap = psutil.swap_memory()