Feat: full installation wizard/execuctable builder batch file created (to match series3-watcher.
fix: timezone issue. now sends utc.
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
{
|
||||
"thordata_path": "C:\\THORDATA",
|
||||
"scan_interval": 60,
|
||||
"late_days": 2,
|
||||
"stale_days": 60,
|
||||
"sfm_endpoint": "http://<server_address>:8001/api/series4/heartbeat",
|
||||
"sfm_timeout": 5,
|
||||
"debug": true
|
||||
|
||||
"api_url": "",
|
||||
"api_timeout": 5,
|
||||
"api_interval": 300,
|
||||
"source_id": "",
|
||||
"source_type": "series4_watcher",
|
||||
"local_timezone": "America/New_York",
|
||||
|
||||
"enable_logging": true,
|
||||
"log_file": "C:\\Users\\%USERNAME%\\AppData\\Local\\ThorWatcher\\agent_logs\\thor_watcher.log",
|
||||
"log_retention_days": 30,
|
||||
|
||||
"update_source": "gitea",
|
||||
"update_url": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user