Production-ready nerdpack
A custom New Relic One nerdpack that monitors Cloudflare URLs using Synthetics uptime checks. It provides real-time health cards, run history, and deployment-ready packaging for multiple New Relic orgs.
Key Capabilities
- Real-time synthetic uptime monitoring
- Beautiful React UI using NR1 SDK
- Reusable across any org (EUM / Synthetics)
- Fast NR1 CLI packaging & deploy
Setup & Installation Instructions
- 1. Install NR1 CLI
npm install -g @newrelic/nr1 - 2. Log in to New Relic
nr1 profiles:add --name my-org --api-key YOUR_API_KEY - 3. Clone the repo
git clone https://github.com/arivanandhanc/monitoring-nerd-pack.git - 4. Install dependencies
npm install - 5. Run locally
nr1 nerdpack:serveOpens at: `https://localhost:8701` - 6. Package nerdpack for deployment
nr1 nerdpack:pack - 7. Publish to your org
nr1 nerdpack:publish - 8. Deploy to another New Relic orgJust add another profile:
nr1 profiles:add --name org2 --api-key NEW_API_KEYThen:nr1 nerdpack:publish --profile org2 - 9. Launch app inside New Relic
nr1 nerdpack:subscribe