Source Code
- Go to the cloned repository:
cd /path/to/watchlog-agent vim integration.json - Locate the MongoDB configuration:
 
{ "service": "mongodb", "monitor": false, "username": "", "password": "" }
3. Set `"monitor"` to `true` and update credentials:
```diff
-  "monitor": false
+  "monitor": true
- Restart the agent process:
pm2 restart watchlog-agent 
