This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CapabilityBoundingSet=
-
EnvironmentFile=-/etc/conf.d/alertmanager
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/alertmanager --cluster.listen-address= --config.file=/etc/alertmanager/alertmanager.yml --storage.path=/var/lib/alertmanager/ $ALERTMANAGER_ARGS
-
LockPersonality
Introduced in systemd 235=yes -
MemoryDenyWriteExecute
Introduced in systemd 231=yes -
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RestrictRealtime
Introduced in systemd 231=yes -
SystemCallArchitectures=native
-
User=alertmanager
-
-
[Unit]
-
After=network-online.target
-
Description=Alertmanager for prometheus
-
Documentation=https://prometheus.io/docs/alerting/alertmanager/
-
Requires=network-online.target
-
Additionnal notes
Nothing here.