diff --git a/bin/monitor.php b/bin/monitor.php index 8a491c816..8ad636ee1 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -9,7 +9,7 @@ require_once("../test/showsleep.php"); require_once("../test/functions.php"); -$version="0.3r920"; +$version="0.3r921"; $db = new DB(); $functions = new Functions(); @@ -27,7 +27,7 @@ $tmux = $t->get(); $seq = (isset($tmux->sequential)) ? $tmux->sequential : 0; $powerline = (isset($tmux->powerline)) ? $tmux->powerline : 0; $colors = (isset($tmux->colors)) ? $tmux->colors : 0; -$tpatch = $tmux->sqlpatch(); +$tpatch = $tmux->sqlpatch; if (command_exist("python3")) { diff --git a/test/DB/db.sql b/test/DB/db.sql index 95e7967ff..a76a9006c 100644 --- a/test/DB/db.sql +++ b/test/DB/db.sql @@ -79,7 +79,6 @@ INSERT INTO tmux (setting, value) values ('defrag_cache','900'), ('post_timer','30'), ('import_bulk','0'), ('backfill_qty','100000'), - ('collections_kill','0'), ('postprocess_kill','0'), ('crap_timer','30'), ('fix_crap','0'), @@ -96,12 +95,8 @@ INSERT INTO tmux (setting, value) values ('defrag_cache','900'), ('tcptrack_args','-i eth0 port 443'), ('backfill_groups','4'), ('post_kill_timer','300'), - ('optimize','0'), - ('optimize_timer','86400'), ('monitor_path', NULL), ('write_logs','0'), - ('sorter','0'), - ('sorter_timer', 30), ('powerline','0'), ('patchdb','0'), ('patchdb_timer','21600'), @@ -165,6 +160,10 @@ INSERT INTO tmux (setting, value) values ('defrag_cache','900'), ('spotnab_timer', '600'), ('predb', '0'), ('predb_timer', '600'), + ('sphinx', '0'), + ('sphinx_timer', '600'), + ('delete_parts', '0'), + ('delete_timer', '43200'); ('request_hours', '1'), ('trakttvkey',''), ('lookuppar2','0'),