File: prometheus-xmpp-alerts.service

package info (click to toggle)
prometheus-xmpp-alerts 0.5.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: python: 334; makefile: 12; sh: 1
file content (17 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Prometheus XMPP Alert Hook
Documentation=https://jelmer.uk/code/prometheus-xmpp-alerts
Wants=network-online.target
After=network-online.target

[Service]
Restart=always
User=prometheus
Group=prometheus
StandardError=syslog
Restart=on-failure
KillSignal=SIGQUIT
ExecStart=/usr/bin/prometheus-xmpp-alerts

[Install]
WantedBy=multi-user.target