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

11 lines
302 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
2024-02-25 21:08:32 -07:00
ExecStart=/opt/icinga2-checks/Other/auto-acknowledge-apt.sh --api https://localhost:5665 --fail --user icingaweb2 --password XXXXX
2024-02-25 20:52:48 -07:00
SyslogIdentifier=auto-acknowledge-apt
Restart=always
[Install]
WantedBy=multi-user.target