Source Code
- Go to your cloned repo:
cd /path/to/watchlog-agent vim integration.json
- Locate the Redis config:
{ "service": "redis", "monitor": false, "host": "127.0.0.1", "port": "6379", "password": "" }
3. Set `"monitor"` to `true` and update credentials:
```diff
- "monitor": false
+ "monitor": true
- Restart the agent:
pm2 restart watchlog-agent