From 97a2a929a2129567147b811d8aeb14606fd1d4cf Mon Sep 17 00:00:00 2001 From: SuperQ Date: Mon, 13 Feb 2023 08:56:29 +0100 Subject: [PATCH] Remove unmaintained example We don't generally maintain example service configs in our repos. This is more appropriately handled by prometheus-community/ansible. Signed-off-by: SuperQ --- examples/systemd/snmp_exporter.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 examples/systemd/snmp_exporter.service diff --git a/examples/systemd/snmp_exporter.service b/examples/systemd/snmp_exporter.service deleted file mode 100644 index 20ef850a..00000000 --- a/examples/systemd/snmp_exporter.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=SNMP Exporter -After=network-online.target - -# This assumes you are running snmp_exporter under the user "prometheus" - -[Service] -User=prometheus -Restart=on-failure -ExecStart=/home/prometheus/snmp_exporter/snmp_exporter --config.file='/home/prometheus/snmp_exporter/snmp.yml' - -[Install] -WantedBy=multi-user.target