Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows server 2012 R2 修改cfg.json 中heartbeat addr 后运行报错 #28

Open
superopsdev opened this issue Oct 9, 2021 · 0 comments

Comments

@superopsdev
Copy link

C:\falcon>.\windows-agent.exe
2021/10/09 16:49:32 cfg.go:124: parse config file: cfg.json fail: invalid charac
ter 'ï' looking for beginning of value

{
"debug": true,
"logfile": "windows.log",
"hostname": "",
"ip": "",
"iis":{
"enabled": false,
"websites": [
"Default Web Site"
]
},
"mssql":{
"enabled": false,
"addr":"127.0.0.1",
"port":1433,
"username":"sa",
"password":"123456",
"encrypt":"disable",
"instance": [
"test"
]
},
"heartbeat": {
"enabled": true,
"addr": "127.0.0.1:6030",
"interval": 60,
"timeout": 1000
},
"transfer": {
"enabled": true,
"addrs": [
"10.11.11.11:8433"
"interval": 60,
"timeout": 1000
},
"http": {
"enabled": true,
"listen": ":1988",
"backdoor": false
},
"collector": {
"ifacePrefix": ["网络"]
},
"default_tags": {
},
"ignore": {
"cpu.busy": true
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant