{"id":13548128,"url":"https://github.com/newrelic/nr1-status-pages","last_synced_at":"2025-04-02T20:31:45.992Z","repository":{"id":36617005,"uuid":"204494039","full_name":"newrelic/nr1-status-pages","owner":"newrelic","description":"NR1 Status Pages allows you to collect and display the statuses of key dependencies in one place.","archived":false,"fork":false,"pushed_at":"2024-08-26T22:50:03.000Z","size":2862,"stargazers_count":38,"open_issues_count":28,"forks_count":22,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-03-25T03:33:56.014Z","etag":null,"topics":["nerdpack","newrelic","nr1","nr1-status-pages","nrlabs","nrlabs-viz","status-pages","statuspage"],"latest_commit_sha":null,"homepage":"https://github.com/newrelic/nr1-status-pages/discussions","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/newrelic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-26T14:30:47.000Z","updated_at":"2025-02-14T19:15:45.000Z","dependencies_parsed_at":"2023-02-15T03:02:20.169Z","dependency_job_id":"0b5a6387-5040-439b-9c2a-bfd22448da01","html_url":"https://github.com/newrelic/nr1-status-pages","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newrelic%2Fnr1-status-pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newrelic%2Fnr1-status-pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newrelic%2Fnr1-status-pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newrelic%2Fnr1-status-pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newrelic","download_url":"https://codeload.github.com/newrelic/nr1-status-pages/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246888143,"owners_count":20850203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nerdpack","newrelic","nr1","nr1-status-pages","nrlabs","nrlabs-viz","status-pages","statuspage"],"created_at":"2024-08-01T12:01:06.046Z","updated_at":"2025-04-02T20:31:40.975Z","avatar_url":"https://github.com/newrelic.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![New Relic One Catalog Project header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/New_Relic_One_Catalog_Project.png)](https://opensource.newrelic.com/oss-category/#new-relic-one-catalog-project)\n\n# Status Page\n\n![CI](https://github.com/newrelic/nr1-status-pages/workflows/CI/badge.svg) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/newrelic/nr1-status-pages?include_prereleases\u0026sort=semver) [![Snyk](https://snyk.io/test/github/newrelic/nr1-status-pages/badge.svg)](https://snyk.io/test/github/newrelic/nr1-status-pages)\n\n## Usage\n\nStatus Page is a [Statuspage.io](https://www.statuspage.io)-inspired application that allows you to easily configure the most important key dependencies to your business in one color-coded view.\n\nStatus Page also displays an event stream of previous incidents and outages, along with updates for easy follow-along.\n\nChoose an existing supported service like Jira, or add a new service.\n\n![Screenshot #1](/catalog/screenshots/nr1-status-pages-1.png)\n\n### [Statuspage.io](https://www.statuspage.io)\n\nExample hostnames:\n\n- [https://www.githubstatus.com/](https://www.githubstatus.com/)\n- [https://jira-software.status.atlassian.com/](https://jira-software.status.atlassian.com/)\n- [https://status.digitalocean.com/](https://status.digitalocean.com/)\n- [https://status.hashicorp.com/](https://status.hashicorp.com/)\n\n### [Google style](https://www.google.com)\n\nExample hostnames:\n\n- [https://status.cloud.google.com](https://status.cloud.google.com)\n\n### [Status.io](https://status.io/)\n\nUrl Format:\n`{baseUrl}/pages/history/{`[numeric statuspage_id](https://statusio.docs.apiary.io/#reference/incidents/list-incidents-by-id)`}`\n\nExample hostnames:\n\n- [https://ezidebit.status.io/pages/history/598a973f96a8201305000142](https://ezidebit.status.io/pages/history/598a973f96a8201305000142)\n- [https://status.docker.com/pages/history/533c6539221ae15e3f000031](https://status.docker.com/pages/history/533c6539221ae15e3f000031)\n\n### [Statuspal.io](https://statuspal.io)\n\nExample subdomains:\n\n- [galaxygate](https://status.galaxygate.net/) --\u003e From https://status.galaxygate.net/\n- [smtp](https://smtp.statuspal.io) --\u003e From https://smtp.statuspal.io\n\n### NRQL query\n\nNRQL query requires three fields/aliases to be returned: _EventTimeStamp, EventStatus, EventName_.\n\nExample NRQL query:\n\n```sql\nFROM AlertViolationsSample SELECT timestamp as EventTimeStamp, priority as EventStatus, condition_name as EventName, entity.name LIMIT 50\n```\n\nor\n\n```sql\nSELECT timestamp as EventTimeStamp, priority as EventStatus, condition_name as EventName, entity.name FROM AlertViolationsSample LIMIT 50\n```\n\n### RSS feed\n\nIt is possible to choose RSS feed as a provider for status pages.\n\n### CORS configuration\n\nIt is possible to configure CORS proxy when creating new service. CORS proxy address must contain `{url}` placeholder that will be replaced with provided hostname.\n\nExample: `https://cors-anywhere.herokuapp.com/{url}`\n\n## Dependencies\n\nRequires no specific data or additional features.\n\n## Enabling this App\n\nThis App is available via the New Relic Catalog. \n\nTo enable it in your account: \n1. go to `Add Data \u003e Apps and Visualzations` and search for \"Status Pages\"\n2. Click the `Status Pages` card, and then click the `Add this App` button to add it to your account(s)\n3. Click `Open App` to launch the app (note: on the first time accessing the app, you may be prompted to enable it)\n\nOnce you have added your accounts, you can also open the app by:\n1. Open the `Apps` left-hand navigation menu item (you may need to click on the `Add More` ellipsis if it doesn't show up by default)\n2. In the `Your Apps` section, locate and click on the `Status Pages` card to open the app \n\n#### Manual Deployment\nIf you need to customize the app, fork the codebase and follow the instructions on how to [Customize a Nerdpack](https://developer.newrelic.com/build-apps/customize-nerdpack). If you have a change you feel everyone can benefit from, please submit a PR!\n\n## Support\n\n\u003ca href=\"https://github.com/newrelic?q=nrlabs-viz\u0026amp;type=all\u0026amp;language=\u0026amp;sort=\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/1786630/214122263-7a5795f6-f4e3-4aa0-b3f5-2f27aff16098.png\" height=50 /\u003e\u003c/a\u003e\n\nThis project is actively maintained by the New Relic Labs team. Connect with us directly by [creating issues](../../issues) or [asking questions in the discussions section](../../discussions) of this repo.\n\nWe also encourage you to bring your experiences and questions to the [Explorers Hub](https://discuss.newrelic.com) where our community members collaborate on solutions and new ideas.\n\nNew Relic has open-sourced this project, which is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT.\n\n## Security\n\nAs noted in our [security policy](https://github.com/newrelic/nr1-status-pages/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.\n\nIf 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](https://hackerone.com/newrelic).\n\n## Contributing\n\nContributions are welcome (and if you submit a Enhancement Request, expect to be invited to contribute it yourself :grin:). Please review our [Contributors Guide](CONTRIBUTING.md).\n\nKeep 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.\n\n## Open Source License\n\nThis project is distributed under the [Apache 2 license](LICENSE).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewrelic%2Fnr1-status-pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewrelic%2Fnr1-status-pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewrelic%2Fnr1-status-pages/lists"}