Windows
- Open the config file:
C:\Program Files\watchlog-agent\integration.json
- Locate the PostgreSQL section:
{ "service": "postgresql", "monitor": false, "host": "localhost", "port": "5432", "username": "", "password": "", "database": [] }
3. Change `"monitor"` to `true` and update fields:
```diff
- "monitor": false
+ "monitor": true
- Populate
database
array, e.g.:"database": ["db1","db2"]
- Restart the service:
Restart-Service -Name "WatchlogAgent"