]> arthur.barton.de Git - netdata.git/blobdiff - plugins.d/alarm-notify.sh
Merge branch 'master' of https://github.com/firehol/netdata
[netdata.git] / plugins.d / alarm-notify.sh
index 1764694c16bd2a2f07a0d764533c668233653408..126c745bb9cf5c88fc2f59fcb95680fb7386783b 100755 (executable)
@@ -458,7 +458,7 @@ send_pushover() {
 # pushbullet sender
 
 send_pushbullet() {
-    local userapikey="${1}" recipients="${2}" message="${3}" title="${4}" httpcode sent=0 user priority
+    local userapikey="${1}" recipients="${2}" message="${3}" title="${4}" httpcode sent=0 user
 
     if [ "${SEND_PUSHBULLET}" = "YES" -a ! -z "${userapikey}" -a ! -z "${recipients}" -a ! -z "${message}" -a ! -z "${title}" ]
         then