]> arthur.barton.de Git - netdata.git/commitdiff
removed debugging leftover
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 18 Sep 2016 01:57:02 +0000 (04:57 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 18 Sep 2016 01:57:02 +0000 (04:57 +0300)
plugins.d/alarm-notify.sh

index dcfe9679f77214d3a74e60de7a8bc5408d0532bc..6a8b8f02e95f29d544400bd51f87a0ed7227a965 100755 (executable)
@@ -440,8 +440,6 @@ send_slack() {
 EOF
         )"
 
-        echo "${payload}" >/tmp/slack.payload
-
         httpcode=$(${curl} --write-out %{http_code} --silent --output /dev/null -X POST --data-urlencode "payload=${payload}" "${webhook}")
         if [ "${httpcode}" == "200" ]
         then