Now you can run script on watchdog startup. File structure changed on *nix. Some changes in config file and scripts, please check on upgrade.
5 lines
144 B
Bash
5 lines
144 B
Bash
#!/bin/bash
|
|
APP_PATH=/etc/cai-watchdog
|
|
source ${APP_PATH}/inc-icons
|
|
${APP_PATH}/send-telegram "${ICON_WARNING} ATTENTION! Watchdog is stopped!"
|