Your CoreOS infrastructure can be monitored using our sd-agent docker container.
Installation
- Deploy your agent key to etcd:
etcdctl set /serverdensity/AGENT_KEY $AGENT_KEY
- Deploy your account to etcd:
etcdctl set /serverdensity/ACCOUNT $ACCOUNT
- Copy sd-agent.service to your server
- Load the agent unit into fleet:
fleetctl load sd-agent.service
- Start the agent everywhere :
fleetctl start sd-agent.service
$AGENT_KEY and $ACCOUNT must be replaced with your agent key and account name respectively.
Comments