Skip to content

Commit b27f3d6

Browse files
committed
Database Backup Scripts: Added @channel pings to messages
1 parent a11f4a2 commit b27f3d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Universal/Database Backup Scripts/MariaDB/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#
4545
def notify_slack(message):
4646
payload = {
47+
"text": "<!channel>",
4748
"attachments": [
4849
{
4950
"color": '#FF0000',

Universal/Database Backup Scripts/PostgreSQL/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#
4747
def notify_slack(message):
4848
payload = {
49+
"text": "<!channel>",
4950
"attachments": [
5051
{
5152
"color": '#FF0000',

0 commit comments

Comments
 (0)