influxdata / influxdata/kapacitor

Need help debugging tick script

Open
#1,977 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2.4k
Forks
479
Avg merge
4d 16h
Merged PRs (30d)
4

Description

The goal of the tick script is to give an alert whenever a phone number calls too many times within a certain time period, but there are different limits for each phone number. The limits are stored in the database along with the caller_dn (who is calling) and the called_dn (who they call). There are no errors given when running the script, but it does not send out the alerts.
![screen shot 2018-06-21 at 3 00 54 pm](https://user-images.githubusercontent.com/29714836/41739756-13feeb7a-7564-11e8-9dc7-24c1d38d82e4.png)

Contributor guide

Open the contributing guide

Research direction

The issue only identifies a tick script and describes its intended phone-number limits and alerts; it names no file, test, or entry point. Start by locating the script and tracing how database limits, caller_dn, and called_dn reach alert evaluation. Done means identifying and correcting the reason alerts are not sent, with a reproducible test or debugging result.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
observability
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.