Skip to content

mbeloshitsky/redmine_prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages