Skip to content

jdezego/nr1-drop-rule-manager

Repository files navigation

nr1-drop-rule-manager

Run locally

  1. Ensure that you have git and npm installed. If you're unsure whether you have one or both of them installed, run the following commands (they will return versions numbers):
git --version
npm -v
  1. Install the New Relic One CLI. Follow the instructions to set up your New Relic development environment.

  2. Clone this repository and then:

cd nr1-drop-rule-manager
npm install
nr1 nerdpack:uuid -gf
npm start
  1. Visit the onenr.io URL in the console output under Launchers: drop-rule-manager-launcher

Deploy to a New Relic account

Open a command prompt in the nerdpack's directory and run the following commands.

nr1 nerdpack:publish
nr1 subscription:set

Undeploy

nr1 subscription:unset
nr1 nerdpack:undeploy

About

Allows you to view/create/delete New Relic data drop rules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published