forked from pool/golang-github-lusitaniae-apache_exporter
- Drop BuildRequires: golang-packaging - Upgrade to version 1.0.8 (bsc#1227341) * Update prometheus/client_golang to version 1.19.1 * Update x/net to version 0.23.0 - Upgrade to version 1.0.7 * Update protobuf to version 1.33.0 * Update prometheus/client_golang to version 1.19.0 * Update prometheus/common to version 0.46.0 * Standardize landing page - Upgrade to version 1.0.6 * Update prometheus/exporter-toolkit to version 0.11.0 * Update prometheus/client_golang to version 1.18.0 * Add User-Agent header - Upgrade to version 1.0.4 * Update x/crypto to version 0.17.0 * Update alecthomas/kingpin/v2 to version 2.4.0 * Update prometheus/common to version 0.45.0 - Upgrade to version 1.0.3 * Update prometheus/client_golang to version 1.17.0 * Update x/net 0.17.0 - Upgrade to version 1.0.2 * Fix security bug in x/net dependency (CVE-2023-3978) - Upgrade to version 1.0.1 * Update prometheus/exporter-toolkit to version 0.10.0 * Update prometheus/common to version 0.44.0 * Update prometheus/client_golang to version 1.16.0 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-lusitaniae-apache_exporter?expand=0&rev=31
30 lines
751 B
Desktop File
30 lines
751 B
Desktop File
[Unit]
|
|
Description=Prometheus exporter for Apache metrics
|
|
Documentation=https://github.com/lusitaniae/apache_exporter
|
|
|
|
[Service]
|
|
Restart=always
|
|
User=prometheus
|
|
EnvironmentFile=-/etc/sysconfig/prometheus-apache_exporter
|
|
ExecStart=/usr/bin/prometheus-apache_exporter $ARGS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
TimeoutStopSec=20s
|
|
SendSIGKILL=no
|
|
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|