Skip to content

Instantly share code, notes, and snippets.

@ThomasPoty
ThomasPoty / barman_exporter.conf
Created June 14, 2019 13:46 — forked from wolph/barman_exporter.conf
Prometheus exporter for barman
# vim: set ft=dosini:
# Supervisord config for the barman exporter
[program:barman_exporter]
environment=PATH=/usr/local/bin:%(ENV_PATH)s
command=/usr/local/bin/env python3 /var/barman/barman_exporter.py
user=barman
autostart=true
stopasgroup=true
killasgroup=true