Skip to content

New Relic Servers plugin for Dokku. Sets up and starts monitoring the docker container that run your app.

License

Notifications You must be signed in to change notification settings

ignlg/dokku-newrelic-sysmond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Relic's Server Monitoring plugin for Dokku

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.

Installation

On the dokku server:

git clone https://github.com/ignlg/dokku-newrelic-sysmond.git /var/lib/dokku/plugins/newrelic-sysmond
dokku plugins-install

Setup

Required environment variables

NEW_RELIC_LICENSE_KEY with your New Relic License Key.

NEW_RELIC_SYSMOND_DOKKU set to 1 to start the daemon on deploy.

Required patch

In order to avoid running a new monitor with every dokku run APP COMMAND, the Dokku's PR #645 patch must be applied.

Issues

  • Unnamed containers/servers (Trying to fix it with dokku-name plugin)

About

New Relic Servers plugin for Dokku. Sets up and starts monitoring the docker container that run your app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages