Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8392245
prometheus.systemd.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
482 B
Subscribers
None
prometheus.systemd.erb
View Options
[Unit]
Description=Prometheus Monitoring framework
Wants=basic.target
After=basic.target network.target
[Service]
User=
<%=
scope
.
lookupvar
(
'prometheus::user'
)
%>
Group=
<%=
scope
.
lookupvar
(
'prometheus::group'
)
%>
ExecStart=
<%=
scope
.
lookupvar
(
'prometheus::bin_dir'
)
%>
/prometheus \
<%=
@daemon_flags
.
join
(
"
\\\n
"
)
%>
\
<%=
scope
.
lookupvar
(
'prometheus::extra_options'
)
%>
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:56 PM (11 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3279855
Attached To
R141 puppet-puppet-prometheus
Event Timeline
Log In to Comment