icinga2-checks/services/auto-acknowledge-apt.service

11 lines
306 B
SYSTEMD
Raw Normal View History

2024-02-25 20:52:48 -07:00
[Unit]
Description=Auto Acknowledge all Icinga2 apt alerts
[Service]
User=flask
ExecStart=/opt/icinga2-checks/Other/auto-acknowledge-apt.sh --api https://localhost:5665 --user icingaweb2 --password queeyahnahz3Zie1
SyslogIdentifier=auto-acknowledge-apt
Restart=always
[Install]
WantedBy=multi-user.target