From 5ad2e1f29bb9719d2cc092cb7e4b913793da7a3c Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Sat, 26 Jun 2021 14:04:06 +0200 Subject: [PATCH] fix: systemd typo. Removed .conf extension for /etc/default files --- ...prometheus-apache-exporter.conf => prometheus-apache-exporter} | 0 .../{prometheus-nginx-exporter.conf => prometheus-nginx-exporter} | 0 ...us-postgresql-exporter.conf => prometheus-postgresql-exporter} | 0 .../{systemd => system}/prometheus-apache-exporter.service | 0 .../{systemd => system}/prometheus-mysqld-exporter.service | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename prometheus/exporters/etc/default/{prometheus-apache-exporter.conf => prometheus-apache-exporter} (100%) rename prometheus/exporters/etc/default/{prometheus-nginx-exporter.conf => prometheus-nginx-exporter} (100%) rename prometheus/exporters/etc/default/{prometheus-postgresql-exporter.conf => prometheus-postgresql-exporter} (100%) rename prometheus/exporters/etc/systemd/{systemd => system}/prometheus-apache-exporter.service (100%) rename prometheus/exporters/etc/systemd/{systemd => system}/prometheus-mysqld-exporter.service (100%) diff --git a/prometheus/exporters/etc/default/prometheus-apache-exporter.conf b/prometheus/exporters/etc/default/prometheus-apache-exporter similarity index 100% rename from prometheus/exporters/etc/default/prometheus-apache-exporter.conf rename to prometheus/exporters/etc/default/prometheus-apache-exporter diff --git a/prometheus/exporters/etc/default/prometheus-nginx-exporter.conf b/prometheus/exporters/etc/default/prometheus-nginx-exporter similarity index 100% rename from prometheus/exporters/etc/default/prometheus-nginx-exporter.conf rename to prometheus/exporters/etc/default/prometheus-nginx-exporter diff --git a/prometheus/exporters/etc/default/prometheus-postgresql-exporter.conf b/prometheus/exporters/etc/default/prometheus-postgresql-exporter similarity index 100% rename from prometheus/exporters/etc/default/prometheus-postgresql-exporter.conf rename to prometheus/exporters/etc/default/prometheus-postgresql-exporter diff --git a/prometheus/exporters/etc/systemd/systemd/prometheus-apache-exporter.service b/prometheus/exporters/etc/systemd/system/prometheus-apache-exporter.service similarity index 100% rename from prometheus/exporters/etc/systemd/systemd/prometheus-apache-exporter.service rename to prometheus/exporters/etc/systemd/system/prometheus-apache-exporter.service diff --git a/prometheus/exporters/etc/systemd/systemd/prometheus-mysqld-exporter.service b/prometheus/exporters/etc/systemd/system/prometheus-mysqld-exporter.service similarity index 100% rename from prometheus/exporters/etc/systemd/systemd/prometheus-mysqld-exporter.service rename to prometheus/exporters/etc/systemd/system/prometheus-mysqld-exporter.service