Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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