You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
481 B
16 lines
481 B
[Unit]
|
|
Description=Remote IPMI exporter for Prometheus
|
|
Wants=network.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Restart=always
|
|
Type=simple
|
|
EnvironmentFile=/opt/ipmi_exporter/etc/ipmi_exporter.env
|
|
ExecStart=/opt/ipmi_exporter/bin/ipmi_exporter --config.file=${CONFIG_FILE} --web.listen-address=${LISTEN_ADDRESS} --log.level=${LOG_LEVEL} $EXPORTER_OPTIONS
|
|
WorkingDirectory=/opt/ipmi_exporter/etc
|
|
User=prometheus
|
|
Group=itix-svc
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|
|
|