HetrixTools agent located here: https://github.com/hetrixtools/agent
- Create or update an uptime monitoring agent to obtain the install commands.
- ex:
wget https://raw.github.com/hetrixtools/agent/master/hetrixtools_install.sh && bash hetrixtools_install.sh 123abc 0 0 0 0 0 0
- ex:
- Use the unique id and permission flags in the below
docker run
command.- ex:
docker run -d -e HETRIX_AGENT_PARAMS="123abc 0 0 0 0 0" mmohoney/hetrixtools-agent:latest
docker-compose.yml
Update environment variableHETRIX_AGENT_PARAMS=REPLACE_ME
- ex:
-= ChangeLog =-
Version 0.2.0:
- Create a copy of
hetrixtools_install.sh
during download as the install script self removes.- This allows the container to be stopped and started without issues.
- Graceful
exit(0)
ondocker stop
command. - Included an example
docker-compose.yml
.
Version 0.1:
- Initial release.