https://github.com/mtarnovan/dokku-nodeexporter
Prometheus nodeexporter plugin for Dokku
https://github.com/mtarnovan/dokku-nodeexporter
docker dokku dokku-plugin node-exporter prometheus
Last synced: 6 months ago
JSON representation
Prometheus nodeexporter plugin for Dokku
- Host: GitHub
- URL: https://github.com/mtarnovan/dokku-nodeexporter
- Owner: mtarnovan
- License: mit
- Created: 2018-02-19T19:56:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T10:02:19.000Z (over 7 years ago)
- Last Synced: 2025-04-12T20:51:42.277Z (6 months ago)
- Topics: docker, dokku, dokku-plugin, node-exporter, prometheus
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Dokku Prometheus nodeexporter
[Prometheus nodeexporter](https://github.com/prometheus/node_exporter) plugin for [dokku](https://github.com/progrium/dokku) >= 0.4.0
Simple plugin that adds a `nodeexporter` entry to the Dokku's menu to start/stop the service.
Note that the container needs to run in privilege modes. Host volumes are mounted read-only.
## Installation
On the Dokku server run the following:
```
sudo dokku plugin:install https://github.com/mtarnovan/dokku-nodeexporter nodeexporter
```## Usage
```
dokku nodeexporter # Show the status of nodeexporter
dokku nodeexporter:start # Starts nodeexporter
dokku nodeexporter:stop # Stop nodeexporter
```