Source Code
- Go to your cloned repo:
cd /path/to/watchlog-agent vim integration.json
- Locate the PostgreSQL config:
{ "service": "postgresql", "monitor": false, "host": "localhost", "port": "5432", "username": "", "password": "", "database": [] }
3. Update `"monitor"` to `true` and set fields:
```diff
- "monitor": false
+ "monitor": true
- Example
database
array:"database": ["db1","db2"]
- Restart the agent:
pm2 restart watchlog-agent