Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zizaco/newrelic-indicator
A unity indicator applet to monitor metrics from newrelic
https://github.com/zizaco/newrelic-indicator
Last synced: 25 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T21:26:53.000Z (over 7 years ago)
- Last Synced: 2023-04-09T06:52:46.739Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 18
- Watchers: 3
- 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/)_
[![Build Status](https://travis-ci.org/Zizaco/newrelic-indicator.svg?branch=master)](https://travis-ci.org/Zizaco/newrelic-indicator)
[![License MIT](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)![NewRelic Indicator Screenshot](https://cloud.githubusercontent.com/assets/777635/25009105/ef94a794-203b-11e7-9745-c9720d94fc9e.png)
## 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**![newrelicindicatorconfig](https://cloud.githubusercontent.com/assets/777635/25074459/7a181918-22d1-11e7-8fdb-4dfbb8265930.png)
## 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)