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 CLInpm install -g @newrelic/nr1
  • 2. Log in to New Relicnr1 profiles:add --name my-org --api-key YOUR_API_KEY
  • 3. Clone the repogit clone https://github.com/arivanandhanc/monitoring-nerd-pack.git
  • 4. Install dependenciesnpm install
  • 5. Run locallynr1 nerdpack:serveOpens at: `https://localhost:8701`
  • 6. Package nerdpack for deploymentnr1 nerdpack:pack
  • 7. Publish to your orgnr1 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 Relicnr1 nerdpack:subscribe