6 tables (source/schedule/fetch_log/item/analysis/alert) 3 fetch modes (API + Browser + Crawler) 5-dimension analysis + auto status classification 7 stat cards + 6 tab dashboard
17 lines
451 B
JSON
17 lines
451 B
JSON
{
|
|
"models_dir": "${HOME}$/py/sage/models",
|
|
"output_dir": "${HOME}$/py/sage/wwwroot/_a/hotspot_fetch_log",
|
|
"dbname": "sage",
|
|
"tblname": "hotspot_fetch_log",
|
|
"title": "抓取日志",
|
|
"params": {
|
|
"sortby": "start_time desc",
|
|
"browserfields": {
|
|
"exclouded": ["id", "error_msg"],
|
|
"cwidth": {"error_msg": 400}
|
|
},
|
|
"editexclouded": ["id"],
|
|
"record_toolbar": null
|
|
}
|
|
}
|