-
We have a number of alerts which have OpsGenie notifications set. These are triggered as expected upon the alert. If one acknowledges the notification via OpsGenie, everything works as expected, too…
-
The monitoring section needs to mention the ZMON appliance (see the two slides in http://www.slideshare.net/try_except_/dev-ops-con-2015-radical-agility-with-autonomous-teams-and-microservices-in-the-…
-
The current implementation could cause large partitions in Cassandra.
Possible solutions:
*SOLUTION I*
Remove dependency on `row_key_index`
- Can KairosDB work without a row_key_index?
*SOLUT…
-
```
Sdk.zig:11:18: error: member function expected 1 argument(s), found 2
const lib = b.addStaticLibrary("mqtt", null);
~^~~~~~~~~~~~~~~~~
/nix/store/qvjmxx230bz6qymaxaqj9y813b…
-
As a ZMON user
I want to be sure that ZMON fails fast if Redis is not present or is responding slowly
So the behaviour is more predictable
Acceptance criteria
- [x] Redis configuration includes …
-
The subject basically says it all. When reading the zmon manual it remains completely unclear how the parameters aggregators & group_by work and what choices are available.
Idea: How about a link in …
-
This problem is related to [this zmon-worker issue](https://github.com/zalando-zmon/zmon-worker/issues/366).
-
As a ZMON user
I want to see the reason of why I cannot save new dashboard if its name is "New dashboard"
So I'm not frustrated.
Acceptance criteria
- [ ] When user saves dashboard with name "…
-
Probably like https://github.com/zalando/skipper/blob/master/metrics/metrics.go
-
https://docs.zmon.io/en/latest/user/alert-ref/alert_reference_functions.html#value_series
1. Bug: the argument listed in the doc (n=) raises an exception. In reality, this argument is not named.
2…