nr1-mountpointutilization-nerdpack provides a centralized view of mount point utilization statistics collected across all the sub-accounts in your organization.
The intent of this nerdpack is to give an introduction to the creation of nerdlets by showcasing a range of common patterns and provide heavily-commented source files to assist engineers who are not as familiar with React.js
<<< TO-DO: add redacted screenshot... >>>
This project is distributed under the Apache 2 license.
- New Relic Infrastructure Agent(s) installed and the related access to New Relic One.
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 -v
Next, clone this repository and run the following scripts:
nr1 nerdpack:clone -r https://github.com/newrelic/nr1-mountpointutilization.git
cd nr1-mountpointutilization
nr1 nerdpack:uuid -gf
npm install
npm start
Visit https://one.newrelic.com/?nerdpacks=local, navigate to the Nerdpack, and ✨
New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR SUPPORT, although you can report issues and contribute to the project here on GitHub.
Please do not report issues with this software to New Relic Global Technical Support.
New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorer's Hub. You can find this project's topic/threads here:
https://discuss.newrelic.com/c/build-on-new-relic/nr1-infra-geoops-nerdpack (Note: URL subject to change before GA)
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.
Contributions are welcome (and if you submit a Enhancement Request, expect to be invited to contribute it yourself 😁). Please review our Contributors Guide.
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.