From 113566ec59bfe299b30ca43dc86a18daf69b129e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 11 Apr 2019 16:48:56 -0400 Subject: [PATCH] debian support for postgres exporter --- data/Debian.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/Debian.yaml b/data/Debian.yaml index 3fd0339f5..5231cd7be 100644 --- a/data/Debian.yaml +++ b/data/Debian.yaml @@ -13,3 +13,7 @@ prometheus::apache_exporter::service_name: 'prometheus-apache-exporter' prometheus::apache_exporter::user: 'prometheus' prometheus::apache_exporter::group: 'prometheus' prometheus::configname: 'prometheus.yml' +prometheus::postgres_exporter::package_name: 'prometheus-postgres-exporter' +prometheus::postgres_exporter::service_name: 'prometheus-postgres-exporter' +prometheus::postgres_exporter::user: 'prometheus' +prometheus::postgres_exporter::group: 'prometheus'