diff --git a/dishHistoryInflux.py b/dishHistoryInflux.py index bdbb6e8..9b8fe73 100644 --- a/dishHistoryInflux.py +++ b/dishHistoryInflux.py @@ -35,7 +35,7 @@ print_usage = False verbose = False run_lengths = False host_default = "localhost" -database_default = "dishstats" +database_default = "starlinkstats" icargs = {"host": host_default, "timeout": 5, "database": database_default} rp = None diff --git a/dishStatusInflux.py b/dishStatusInflux.py index 79c809c..2a4987d 100644 --- a/dishStatusInflux.py +++ b/dishStatusInflux.py @@ -33,7 +33,7 @@ except getopt.GetoptError as err: print_usage = False verbose = False host_default = "localhost" -database_default = "dishstats" +database_default = "starlinkstats" icargs = {"host": host_default, "timeout": 5, "database": database_default} rp = None default_sleep_time = 30