Kapacitor Alerts For different Pushover Delivery Groups

We have different ops teams that need to handle different kinds of alerts. Pushover has the concept of delivery groups, where you can group a bunch of devices together. All we need to do is pass a user= in the URL when posting alerts.

It looks like pushover inside TICK though can’t accept a userKey parameter. Is there a way around this? We don’t want to send all alerts to everyone. Thanks!

Turns out this a is a bug. TickScript grammar has a pushover().userKey(‘’) directive, but it’s being ignored. I submitted a pull request to fix it. We’re running patched kapacitor in production and this now works. Looking forward to see this in a release! Pushover Service Handler ignores the pushover().userKey('userkey') directive in TickScript · Issue #2358 · influxdata/kapacitor · GitHub

2 Likes

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.