From c5b8476a4297ded94cbd2f3441510640fa53beba Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Tue, 3 Jan 2023 18:33:58 +0100 Subject: [PATCH] Rename reporting/recording scripts I think record_* is less ambiguous than report_*. A close second would be collect_*, but record seems to me to be a bit closer to what the scripts are doing. --- clients/{report_df => record_df} | 0 clients/{report_dus => record_dus} | 0 clients/{report_https => record_https} | 0 clients/{report_loadavg => record_loadavg} | 0 clients/{report_ping => record_ping} | 0 clients/{report_rw => record_rw} | 0 clients/{report_tlscert => record_tlscert} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename clients/{report_df => record_df} (100%) rename clients/{report_dus => record_dus} (100%) rename clients/{report_https => record_https} (100%) rename clients/{report_loadavg => record_loadavg} (100%) rename clients/{report_ping => record_ping} (100%) rename clients/{report_rw => record_rw} (100%) rename clients/{report_tlscert => record_tlscert} (100%) diff --git a/clients/report_df b/clients/record_df similarity index 100% rename from clients/report_df rename to clients/record_df diff --git a/clients/report_dus b/clients/record_dus similarity index 100% rename from clients/report_dus rename to clients/record_dus diff --git a/clients/report_https b/clients/record_https similarity index 100% rename from clients/report_https rename to clients/record_https diff --git a/clients/report_loadavg b/clients/record_loadavg similarity index 100% rename from clients/report_loadavg rename to clients/record_loadavg diff --git a/clients/report_ping b/clients/record_ping similarity index 100% rename from clients/report_ping rename to clients/record_ping diff --git a/clients/report_rw b/clients/record_rw similarity index 100% rename from clients/report_rw rename to clients/record_rw diff --git a/clients/report_tlscert b/clients/record_tlscert similarity index 100% rename from clients/report_tlscert rename to clients/record_tlscert