influxdata / influxdata/kapacitor
Various Pushover problems
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
It was hard to debug why my messages weren't showing up as being received by Pushover.
- [ ] i was getting a 200 back from Pushover, but no data about received messages was showing up there. it turns out that Pushover was returning `{"info":"no active devices to send to","status":1,"request":"686afdf1-7509-465a-8bf6-e75fccab8061"}` – this info was not being logged by Kapacitor
- [ ] user key is not settable on tickscript, only on config (remove it from docs at https://docs.influxdata.com/kapacitor/v1.3/nodes/alert_node/#pushover)
- [ ] better logging for HTTP requests – Pushover still sent back a 200 even though there were no messages being sent out and there was actually the error
It turns out that when viewing Application diagnostics on Pushover, `0 messages have been sent out of 7,500 allowed this month:` specifically means messages that have been sent out by Pushover, and no data is given about messages received.
Once I registered my device, the messages were shown as being sent by Pushover, in their UI, and I received them on my device.
Contributor guide
Assessment
This issue has not been assessed yet.