Status Page
Usage
Status Page is a Statuspage.io-inspired application that allows you to easily configure the most important key dependencies to your business in one color-coded view.
Status Page also displays an event stream of previous incidents and outages, along with updates for easy follow-along.
Choose an existing supported service like Jira, or add a new service.
Statuspage.io
Example hostnames:
- https://www.githubstatus.com/
- https://jira-software.status.atlassian.com/
- https://status.digitalocean.com/
- https://status.hashicorp.com/
Google style
Example hostnames:
Status.io
Url Format:
{baseUrl}/pages/history/{numeric statuspage_id}
Example hostnames:
- https://ezidebit.status.io/pages/history/598a973f96a8201305000142
- https://status.docker.com/pages/history/533c6539221ae15e3f000031
Statuspal.io
Example subdomains:
- galaxygate --> From https://status.galaxygate.net/
- smtp --> From https://smtp.statuspal.io
NRQL query
NRQL query requires three fields/aliases to be returned: EventTimeStamp, EventStatus, EventName.
Example NRQL query:
FROM AlertViolationsSample SELECT timestamp as EventTimeStamp, priority as EventStatus, condition_name as EventName, entity.name LIMIT 50or
SELECT timestamp as EventTimeStamp, priority as EventStatus, condition_name as EventName, entity.name FROM AlertViolationsSample LIMIT 50RSS feed
It is possible to choose RSS feed as a provider for status pages.
CORS configuration
It is possible to configure CORS proxy when creating new service. CORS proxy address must contain {url} placeholder that will be replaced with provided hostname.
Example: https://cors-anywhere.herokuapp.com/{url}
Open Source License
This project is distributed under the Apache 2 license.
Dependencies
Requires no specific data or additional features.
Getting started
First, ensure that you have Git and NPM installed. If you're unsure whether you have one or both of them installed, run the following command(s) (If you have them installed these commands will return a version number, if not, the commands won't be recognized):
git --version
npm -vNext, clone this repository and run the following scripts:
nr1 nerdpack:clone -r https://github.com/newrelic/nr1-status-pages.git
cd nr1-status-pages
nr1 nerdpack:uuid -gf
npm install
npm startVisit https://one.newrelic.com/?nerdpacks=local, navigate to the Nerdpack, and
Deploying this Nerdpack
Open a command prompt in the nerdpack's directory and run the following commands.
# To create a new uuid for the nerdpack so that you can deploy it to your account:
# nr1 nerdpack:uuid -g [--profile=your_profile_name]
# To see a list of APIkeys / profiles available in your development environment:
# nr1 profiles:list
nr1 nerdpack:publish [--profile=your_profile_name]
nr1 nerdpack:deploy [-c [DEV|BETA|STABLE]] [--profile=your_profile_name]
nr1 nerdpack:subscribe [-c [DEV|BETA|STABLE]] [--profile=your_profile_name]Visit https://one.newrelic.com, navigate to the Nerdpack, and
Community Support
New Relic hosts and moderates an online forum where you can interact with New Relic employees as well as other customers to get help and share best practices. Like all New Relic open source community projects, there's a related topic in the New Relic Explorers Hub. You can find this project's topic/threads here:
https://discuss.newrelic.com/t/statuspage-io-nerdpack/83284
Please do not report issues with Status Page to New Relic Global Technical Support. Instead, visit the Explorers Hub for troubleshooting and best-practices.
Issues / Enhancement Requests
Issues and enhancement requests can be submitted in the Issues tab of this repository. Please search for and review the existing open issues before submitting a new issue.
Security
As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.
If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through HackerOne.
Contributing
Contributions are welcome (and if you submit a Enhancement Request, expect to be invited to contribute it yourself
Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. If you'd like to execute our corporate CLA, or if you have any questions, please drop us an email at opensource@newrelic.com.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


