Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 671 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 671 Bytes

Dokku Prometheus nodeexporter

Prometheus nodeexporter plugin for 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