mirror of
https://github.com/jooray/signal-monitoring.git
synced 2026-05-30 03:24:54 +00:00
add emojis for clear view of what is happening
This commit is contained in:
parent
1faa1eb720
commit
a2ee342adb
@ -36,7 +36,7 @@ function check_passed {
|
||||
if [ -f ${check_filename} ]
|
||||
then
|
||||
rm -f $check_filename
|
||||
notify "${description}"
|
||||
notify "✅ ${description}"
|
||||
fi
|
||||
}
|
||||
|
||||
@ -52,7 +52,7 @@ function check_failed {
|
||||
if [ -z "$FOUND" ]
|
||||
then # we don't have recent notification (60 minutes)
|
||||
echo "${description}" > "${check_filename}"
|
||||
notify "${description}"
|
||||
notify "❌ ${description}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user