Merge pull request #2081 from pReya/patch-1

add logging output for pushover agent
This commit is contained in:
Dominik Sander 2017-08-08 11:06:33 +02:00 committed by GitHub
commit ff364f28d9

View file

@ -108,6 +108,7 @@ module Agents
def send_notification(post_params)
response = HTTParty.post(API_URL, query: post_params)
puts response
log "Sent the following notification: \"#{post_params.except('token').inspect}\""
end
end
end