The Wayback Machine - https://web.archive.org/web/20220327145714/https://github.com/topics/alerting
Skip to content
#

alerting

Here are 404 public repositories matching this topic...

netdata
HolgerHees
HolgerHees commented May 17, 2019

Hi,

first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.

First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there

grafana
zuchka
zuchka commented Mar 12, 2022

Steps to reproduce:

Try to collapse the Explore query row using keyboard-only navigation

Actual Result:

Can’t collapse query row

Also, there is a focus-issue here. See the A11y notes:

Same tab, when you copy the query or a link to it, the focus is reset

Expected Result

prio/medium area/explore type/accessibility good first issue
Aries-Lee1991
Aries-Lee1991 commented Dec 16, 2021

In https://github.com/taosdata/TDengine/blob/develop/src/client/src/tscPrepare.c, Local variable loopCont is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make loopCont not remain constant.

So the 1567th line should be removed.
![image](https://user-im

good first issue
howtheysre
gatus
danilvoe
danilvoe commented Feb 6, 2022

Describe the bug

Today I received a notification about an expired certificate and complaints about a non-working site, I was very surprised.

I looked at the configuration documentation and noticed that the examples are indicated in hours, and I indicated in days.

Gatus interpreted 15d as 15 minutes?

What do you see?

![1644145780623](https://user-images.githubusercontent.com/151007

bug documentation good first issue
jonyrock
jonyrock commented Jun 14, 2020

If we can't open port, then lets do something like:

nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Addr

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