Browse Source

Improved message to pushbullet

pull/1601/head
Daniel Gibbs 8 years ago
parent
commit
2efe6ed56f
  1. 2
      lgsm/functions/alert_pushbullet.sh

2
lgsm/functions/alert_pushbullet.sh

@ -13,7 +13,7 @@ json=$(cat <<EOF
"channel_tag": "${channeltag}",
"type": "note",
"title": "${alertemoji} ${alertsubject} ${alertemoji}",
"body": "${alertbody}"
"body": "Message\n${alertbody}\n\nGame\n${gamename}\n\nServer name\n${servername}\n\nHostname\n${HOSTNAME}\n\nServer IP\n${ip}:${port}\n\nMore info\n${alerturl}"
}
EOF
)

Loading…
Cancel
Save