diff --git a/sge/dump-cluster-info.py b/sge/dump-cluster-info.py index 9456523..49f4e05 100755 --- a/sge/dump-cluster-info.py +++ b/sge/dump-cluster-info.py @@ -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) +