Source Code
- Go to your cloned repository:
cd /path/to/watchlog-agent vim integration.json
- Locate the MySQL config:
{ "service": "mysql", "monitor": false, "host": "localhost", "port": "3306", "username": "root", "password": "", "database": [] }
3. Set `"monitor"` to `true` and update `database` list:
```diff
- "monitor": false
+ "monitor": true
- Restart agent:
pm2 restart watchlog-agent