Ubuntu
- Navigate to the agent configuration directory:
cd /opt/watchlog-agent sudo vim integration.json
- Find the Docker object:
{ "service": "docker", "monitor": false }
- Change
"monitor"
fromfalse
totrue
:{ "service": "docker", "monitor": true }
- Save the file and reload the agent:
sudo pm2 reload watchlog-agent