Warning: This is just an experiment so use it carefully and at your own risk. Any contribution will be really appreciated.
Sets up and starts a New Relic's server monitoring daemon sysmond
into the docker container that runs the app.
On the dokku server:
git clone https://github.com/ignlg/dokku-newrelic-sysmond.git /var/lib/dokku/plugins/newrelic-sysmond
dokku plugins-install
NEW_RELIC_LICENSE_KEY
with your New Relic License Key.
NEW_RELIC_SYSMOND_DOKKU
set to 1
to start the daemon on deploy.
In order to avoid running a new monitor with every dokku run APP COMMAND
, the Dokku's PR #645 patch must be applied.
- Unnamed containers/servers (Trying to fix it with dokku-name plugin)