Skip to content

Instantly share code, notes, and snippets.

@tomaszklim
Created August 2, 2019 15:19
Show Gist options
  • Save tomaszklim/7d5b3f484bc45f40f865ef163b571459 to your computer and use it in GitHub Desktop.
Save tomaszklim/7d5b3f484bc45f40f865ef163b571459 to your computer and use it in GitHub Desktop.
Install Espeo Heartbeat on newly created ECS instance in AWS
echo "Installing Espeo custom monitoring client"
yum install -y git
git clone https://github.com/serverfarmer/heartbeat-linux /opt/heartbeat
/opt/heartbeat/setup.sh
echo "http://monitoring.espeo.pl/cgi-bin/heartbeat-local.cgi" >/etc/heartbeat/server.url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment