-
http://zmon.readthedocs.io/en/latest/user/entities.html (or equally, https://docs.zmon.io/en/latest/user/entities.html) mention that there is a REST API for creating entities, but don't really go into…
ePaul updated
8 years ago
-
Senza is returning an error, when I'm trying to deploy the ZMON appliance:
```
senza --region=eu-central-1 create zmon-appliance-planetexpress-qa.yaml cd14c1 cd14
Generating Cloud Formation template…
-
To easily monitor certificate expiry dates, we should collect all IAM and ACM certificates as entities.
-
> der Check-Command ping() liefert mir ein "[Errno 2] No such file or directory"
> in unseren System aber auch unter demo.zmon.io.
>
> Aktuell habe ich nur einen Ping-Check mit folgenden Inhalt:
> pi…
-
```
$ cat foo.yaml
check_definition_id: 1
id:
status: ACTIVE
name: "Example Alert"
description: "Example Alert Description"
team: "Example Team"
responsible_team: "Example Team"
condition: |
>100
…
-
We experienced some problem today where a check was not scheduled until the ZMON Scheduler was restarted. Trial run always worked.
Some hints:
- Check was initially created with empty entity filter (…
-
Entity deletion via REST API (or ZMON CLI) will not work for users without any teams (e.g. https://demo.zmon.io).
The REST API returns 0 in that case (i.e. zero entities deleted).
Relevant code:
- h…
-
Entities cannot be updated via the REST API (ZMON CLI), it will show success (status 200), but no changes are made in the database table `zzm_data.entity`.
Creating/adding new entities with the same …
-
It's really sad that we break the master branch by pushing directly to it :cry:
Trying to run scheduler with cd58 Docker image in Vagrant box yields:
```
2016-06-06 08:12:53.912 INFO 11 --- [ …
-
Allows users to search globally for Dashboards, Alerts, Checks and Grafana Dashboards in the same place.
First idea is a panel on the right side which shows a list of all items and allows the user to…