Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecliptik/rancher-prometheus
Simple Prometheus Stack Config for Rancher
https://github.com/ecliptik/rancher-prometheus
Last synced: about 2 months ago
JSON representation
Simple Prometheus Stack Config for Rancher
- Host: GitHub
- URL: https://github.com/ecliptik/rancher-prometheus
- Owner: ecliptik
- Created: 2017-04-21T05:35:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T22:24:11.000Z (over 7 years ago)
- Last Synced: 2024-04-06T03:33:37.722Z (8 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rancher - Rancher Prometheus - Simple Prometheus Stack Config for Rancher (Rancher 1.0 / Community projects 1.0)
README
# rancher-prometheus
Simple Prometheus Stack Config for exposing [Rancher](https://www.rancher.com) API via [Prometheus](https://prometheus.io).## Build Locally
```
docker build -t rancher-prometheus .
```## Push
```
docker push REPO/rancher-prometheus
```## Deploy to Rancher
Update `docker-compose.yml` to include your Docker Hub images, otherwise this will pull images that aren't your own.
```
rancher up --pull -d
```## Services
- Prometheus - 9090
- prometheus-rancher-exporter - 9173