增加日志进程等信息采集
This commit is contained in:
23
agent/config.json
Normal file
23
agent/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"server": {
|
||||
"port": 8080
|
||||
},
|
||||
"influxdb": {
|
||||
"url": "http://localhost:8086",
|
||||
"token": "",
|
||||
"org": "monitor",
|
||||
"bucket": "monitor",
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"db": {
|
||||
"type": "mysql",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "root",
|
||||
"password": "",
|
||||
"database": "monitor",
|
||||
"ssl_mode": "disable",
|
||||
"charset": "utf8mb4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user