pbolle / redmine_prometheus

Prometheus monitoring capability for Redmine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prometheus monitoring for Redmine

This plugin adds prometheus monitoring capability for Redmine.

Installation

Clone plugin to your redmine plugins folder, then install dependencies

bundle install

and you are ready. In your ‘prometheus` configuration you should add something like this:

- job_name: redmine
  scrape_interval: 15s
  scrape_timeout: 5s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
      - your.redmine.host

About

Prometheus monitoring capability for Redmine


Languages

Language:Ruby 100.0%