From 108fb1261233c84186b4f2ea1fc23dd7222216f4 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 30 Jun 2021 17:53:09 -0400 Subject: [PATCH] s/Migrating/Downsampling --- salt/common/tools/sbin/so-influxdb-downsample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-influxdb-downsample b/salt/common/tools/sbin/so-influxdb-downsample index ab8fa1dc0..1ecc92611 100755 --- a/salt/common/tools/sbin/so-influxdb-downsample +++ b/salt/common/tools/sbin/so-influxdb-downsample @@ -24,7 +24,7 @@ echo -e "\nThis script is used to reduce the size of InfluxDB by downsampling ol echo -e "\nInfluxDB will now be downsampled. This could take a few hours depending on how large the database is and hardware resources available." read -r -p "Are you sure you want to continue? [y/N] " yorn if [[ "$yorn" =~ ^([yY][eE][sS]|[yY])$ ]]; then - echo -e "\nMigrating InfluxDb started at `date`. This may take several hours depending on how much data needs to be downsampled." + echo -e "\nDownsampling InfluxDb started at `date`. This may take several hours depending on how much data needs to be downsampled." {% for dest_rp in influxdb.downsample.keys() %}