alerting
Here are 264 public repositories matching this topic...
The background bleeds from the RadioButtonGroup. It's weird, because I can't find a place where the background is set. Changing to transparent doesn't work, but it's possible to see the change when using any other color.
Component can be found here https://github.com/grafana/grafana/blob/master/packages/grafana-ui/src/components/Forms/RadioButtonGroup/RadioButtonGroup.tsx
);
Produces a curl command like this, which is super handy!
curl https://alertmanager1.internal.net:9093//api/v1/silences
-X POST --data {
"matchers": [
{
"name": "alertname",
-
Updated
May 16, 2020 - Java
Feature Suggestion
The sensuctl create -r -f /path/to/files/ command should ignore non YAML/JSON files.
Possible Implementation
Only process files with YAML and JSON file extensions:
.yaml.yml.json
Context
Imagine a repository of configuration templates that also includes some documentation (e.g. README.md). It would be ideal if a user could simply clon
-
Updated
Mar 30, 2020 - Python
REPRO STEPS:
- Navigate to the Argus viewmetrics page
- Paste in the following to the text input box
GROUPBY(-15m:-2m:foo.bar.-.-:some.metric.*.here{tag=baz}:avg:3m-avg, #(someRegexForGrouping)#, #SUM#)
- Click the Prettify button
EXPECTED:
The query entered should be formatted without changing the actual text of the query
GROUPBY(
-15m:-2m:foo.bar.-.-:some.metric.*.h
-
Updated
Mar 26, 2020 - CSS
-
Updated
Dec 24, 2019 - Kotlin
Would be good to see if this can be implemented into the GUI to make use of the data retrieved from the events.
email_from_field: "data.user"
email_add_domain: "@example.com"
Reference: https://elastalert.readthedocs.io/en/latest/ruletypes.html#email
As an alternative (or addition), it would be awesome if there was like an 'advanced' section for the rules that allowed you to writ
Reading some issue like searchlight/searchlight#235 i can guess that it's possible to deploy it in a way the checks could be running on the cluster and submit checks to a remote icinga2 host. But then :
- is this assumption true ?
- does any documentation exists about that (i didn't find any) ?
- if yes could we avoid to deploy a local icinga2 instance and postgress dat
Existing docs appear to be missing a hyphen, causing a syntax error for users.
docker run -p 9090:9090 -v "$(pwd)/prometheus-data":/prometheus-data prom/prometheus -config.file=/prometheus-data/prometheus.yml
Should be:
docker run -p 9090:9090 -v "$(pwd)/prometheus-data":/prometheus-data prom/prometheus --config.file=/prometheus-data/prometheus.yml
-
Updated
Aug 7, 2019 - Java
BUG REPORT
What version of Moira are you using ([binary] --version)?
$ api --version
Moira Api
Version: 2020-03-04.4095911
Git Commit: 40959110ada8c17ab6d6f594c61bcafba5cf6b3f
Go Version: go1.13.1
What did you expect to see?
I expected fulltext search to work regardless of query string c
If assumption that newer node.js versions are better and we can use them, maybe we can use the best possible in Docker?
Improve this page
Add a description, image, and links to the alerting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alerting topic, visit your repo's landing page and select "manage topics."
Netdata is not working with MySQL, only MariaDB. This is because this command SHOW USER_STATISTICS in this file only works in MariaDB.
Problem code is https://github.com/netdata/netdata/blob/bfae683664b488df91940a81760459db2b18983c/collectors/python.d.plugin/mysql/mysql.chart.py
My install is http://walkercodetutorials.codes:19999