/redmine_prometheus

Prometheus monitoring capability for Redmine

Primary LanguageRuby

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