Skip to content
#

alerting

Here are 264 public repositories matching this topic...

netdata
UlricQin
UlricQin commented Mar 17, 2020
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。

提建议?
请写明白建议原因,即为何有此建议。

提修复PR?
请说明为何做此修改,需要做好测试。

提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现

---

另外,我们是在做开源软件,不是服务于您的企业,做您的乙方,您一分钱没付,就不要颐指气使了,认同我们这个社区,则参与进来,不认同,就不参与,谢谢理解
samber
samber commented Mar 25, 2020

Today, we add for: 5m to alerts, automatically.

Use case: mysql_global_status_uptime < 60 would never trigger

5m can be the default value.

Progression:

Basic resource monitoring

  • Prometheus self-monitoring
  • Host/Hardware
  • Docker Containers
  • Blackbox
  • Windows

Databases and brokers

  • MySQL
  • PostgreSQL
  • PGBouncer
  • [
amulyamalla
amulyamalla commented Sep 4, 2019

ES - v6.5.4
Kibana - v6.5.4
Search guard - v6.5.4
sentinl plugin - v6.5.4

Configure sentinl with some test watcher and action , but when i deleted the watcher from kibana GUI , but still alarm get fired at the regular interval , as i already given required permission at search guard , subsequent index get created at elastic search , manually deleted watcher index but it will auto recr

dibyajyotiron
dibyajyotiron commented Apr 5, 2020

Consul version:

  • v1.7.1

Consul-alerts version:

  • Consul Alerts 0.5.0

What's happening:

  • When I make a request to https consul server it just simply appends http:// before https://, in the logs I can see this INFO[0000] Waiting for consul: Get http://https:%2F%2Fx.x.x.x:8501/v1/status/leader?dc=x_x&token=x-x-x-x: invalid URL port "//x.x.x.x:8501"
  • Since http is disabled on cons
calebhailey
calebhailey commented Feb 27, 2020

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

davidarcher
davidarcher commented Aug 15, 2019

REPRO STEPS:

  1. Navigate to the Argus viewmetrics page
  2. Paste in the following to the text input box
GROUPBY(-15m:-2m:foo.bar.-.-:some.metric.*.here{tag=baz}:avg:3m-avg, #(someRegexForGrouping)#, #SUM#)
  1. 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
searchlight
haysclark
haysclark commented Apr 22, 2020

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

beevee
beevee commented Mar 16, 2020

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

Improve this page

Add a description, image, and links to the alerting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the alerting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.