From 52808bd5e98aa592439a624c939895769b6e7f0f Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Sun, 28 Dec 2025 14:09:58 +0400 Subject: [PATCH] Make minor tweaks to the service unit file --- roles/ipmi_exporter/templates/ipmi_exporter.service.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/ipmi_exporter/templates/ipmi_exporter.service.j2 b/roles/ipmi_exporter/templates/ipmi_exporter.service.j2 index a07276e..26de4bc 100644 --- a/roles/ipmi_exporter/templates/ipmi_exporter.service.j2 +++ b/roles/ipmi_exporter/templates/ipmi_exporter.service.j2 @@ -1,9 +1,9 @@ [Unit] -Description=IPMI exporter +Description=Prometheus IPMI exporter Documentation=https://github.com/prometheus-community/ipmi_exporter After=network.target -StartLimitIntervalSec=120 -StartLimitBurst=5 +StartLimitIntervalSec=60 +StartLimitBurst=3 [Service] Type=simple @@ -35,4 +35,4 @@ PrivateTmp=true ProtectSystem=full [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target