Source Code
- Go to the directory where you cloned the Watchlog Agent:
cd /path/to/watchlog-agent vim integration.json - Find the Docker section:
{ "service": "docker", "monitor": false } - Set 
"monitor"totrueand save:{ "service": "docker", "monitor": true } - Restart the agent (e.g., using PM2):
pm2 restart watchlog-agent 
