riemann.pushover

Forwards events to Pushover.

pushover

(pushover token user)(pushover token user opts)

Returns a function which accepts an event and sends it to Pushover. An options map can be provided as an optional third argument.

Options:

  • :formatter Optional event formatter function

For details on Pushover options see https://pushover.net/api

Examples:

(pushover "APPLICATION_TOKEN" "USER_KEY")

(pushover "APPLICATION_TOKEN" "USER_KEY" {:formatter my-custom-event-formatter})