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