* Add more info to gather.

This commit is contained in:
Wirawan Purwanto
2016-10-20 10:10:31 -04:00
parent cabacb58cb
commit 999fe5f571

View File

@@ -318,4 +318,13 @@ def Gather_all():
print("\nGathering uname...")
gather_uname_a(NODE_GOOD_LIST)
print("\nGathering dmesg...")
gather_dmesg(NODE_GOOD_LIST)
print("\nGathering mount...")
gather_mount(NODE_GOOD_LIST)
print("\nGathering df...")
gather_df(NODE_GOOD_LIST)