diff --git a/disk_mon.py b/disk_mon.py index ccbd594..aa528e5 100755 --- a/disk_mon.py +++ b/disk_mon.py @@ -72,6 +72,8 @@ if __name__ == "__main__": print "device:\t\t" + str(partition["device"]) + "\nuuid:\t\t" + str(partition["uuid"]) if partition.has_key("mountpoint"): print "mountpoint:\t" + str(partition["mountpoint"]) + "\nfilesystem:\t" + str(partition["filesystem"]) + "\nblocksize:\t" + str(partition["blocksize"]) + "\ntotal blocks:\t" + str(partition["total blocks"]) + "\nfree blocks:\t" + str(partition["free blocks"]) + "\n" + else: + print "\n"