Questions tagged [seyren]

Seyren is an alerting dashboard for Graphite graphing system.

Seyren is an alerting dashboard for Graphite.

It supports the following notification channels: Email, Flowdock, HipChat, HTTP, Hubot, IRCcat, PagerDuty, Pushover, SLF4J, Slack, SNMP, Twilio

Prerequisites

  • An instance of Graphite
  • MongoDB
5 questions
8
votes
1 answer

How to alert in Seyren with Graphite if transactions in last 60 minutes are less than x?

I'm using Graphite+Statsd (with Python client) to collect custom metrics from a webapp: a counter for successful transactions. Let's say the counter is stats.transactions.count, that also has a rate/per/second metric available at…
dukebody
  • 7,025
  • 3
  • 36
  • 61
1
vote
0 answers

Graphite Percentage Calculation with groupby/Wildcards for alerting Target Function

I am trying to create a seyren alert for my page render metric stored in graphite. My render stats are collected by ststsD and stored in graphite. The structure is…
user1804548
  • 111
  • 6
1
vote
2 answers

Can't connect to dockerized MongoDB instance

I try to run a Seyren instance locally, and I would like to do it using the dockerized MongoDB image. After I pulled the latest docker image, I run it and expose the 27017 port: docker run --name mongodb -v /data/db:/data/db -p 27017:27017 -d…
Mornor
  • 3,471
  • 8
  • 31
  • 69
0
votes
1 answer

Create a Seyren alert that's only active on certain days of the month

Is it possible to create a Seyren alert that is enabled only on certain days of the month? I want the alert to be enabled from the 27th to the 3rd of the next month. Otherwise it should be disabled. I looked up the from/until parameter in the…
sissonb
  • 3,730
  • 4
  • 27
  • 54
0
votes
1 answer

Seyren trigger alert if value is null

I try to trigger a Seyren alert if the value received is null, but can't find a way to do so. I have read several answers, like here and also here which says that it should be possible with the Allow no data checkbox. However, what should I put…
Mornor
  • 3,471
  • 8
  • 31
  • 69