https://github.com/zizaco/newrelic-indicator
A unity indicator applet to monitor metrics from newrelic
https://github.com/zizaco/newrelic-indicator
Last synced: about 2 months ago
JSON representation
A unity indicator applet to monitor metrics from newrelic
- Host: GitHub
- URL: https://github.com/zizaco/newrelic-indicator
- Owner: Zizaco
- Created: 2014-05-03T23:35:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T21:26:53.000Z (about 8 years ago)
- Last Synced: 2025-04-30T04:38:02.483Z (about 2 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NewRelic Indicator Applet
_A indicator applet to monitor metrics from newrelic for [Ubuntu's Unity Desktop](https://unity.ubuntu.com/)_
[](https://travis-ci.org/Zizaco/newrelic-indicator)
[](http://opensource.org/licenses/MIT)
## Quick start
**1.** Download files
$ git clone [email protected]:Zizaco/newrelic-indicator.git .newrelic-indicator
$ cd .newrelic-indicator**2.** Install the dependencies
$ sudo make
**3.** Add the indicator to run at startup.
$ make install
Do you wish to run Newrelic Indicator at startup? [yn] y
...
Added Newrelic Indicator to system startup
**4.** Set your **API Key** and your **App ID**
## Troubleshooting
You may need to install **Appindicator** in order to run the Indicator properly:
sudo apt-get install python-appindicator
Any execution error will be written to `output.log`.
## License
Newrelic Indicator Applet is free software distributed under the terms of the [MIT license](http://opensource.org/licenses/MIT)
## Aditional information
Any questions, feel free to contact me
Any issues, please [report here](https://github.com/Zizaco/newrelic-indicator/issues)