Difference between revisions of "/lib/systemd/system/prometheus.service"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
  [[/lib/systemd/system/]]prometheus.service
 
  [[/lib/systemd/system/]]prometheus.service
  
 +
[Unit]
 +
Description=Monitoring system and time series database
 +
Documentation=https://prometheus.io/docs/introduction/overview/
 +
 +
[Service]
 +
[[Restart=]]always
 +
User=prometheus
 +
[[EnvironmentFile]]=/etc/default/prometheus
 +
[[ExecStart]]=/usr/bin/prometheus $ARGS
 +
[[ExecReload]]=/bin/kill -HUP $MAINPID
 +
TimeoutStopSec=20s
 +
SendSIGKILL=no
 +
 +
[Install]
 +
[[WantedBy]]=[[multi-user.target]]
 +
  
  
 
+
== See also ==
* {{systemd}}
+
* {{.service}}
 
* {{prometheus}}
 
* {{prometheus}}

Latest revision as of 17:27, 6 July 2023

Advertising: