Git Product home page Git Product logo

Comments (7)

fzaninotto avatar fzaninotto commented on August 13, 2024

This Pingdom behavior may hide problems when your site is served by two or more servers and one of them is down. So if we ever add this feature, it should be optional.

from uptime.

greggythefly avatar greggythefly commented on August 13, 2024

I have the same problem, I monitor more than 50 web sites and I have a lot of false alerts due to temporary problems.
I think this would be a very nice feature to add a double check optional per web site checked in the same form than "Polling interval" and "Slow threshold". It could be something like "Send alert after x errors" and by default x equal 1

from uptime.

fzaninotto avatar fzaninotto commented on August 13, 2024

That's a great solution. Would you like to work on a PR for this?

from uptime.

greggythefly avatar greggythefly commented on August 13, 2024

By PR you mean Pull Request, right ?
In fact I'm already working on it, I have created a new branch in my fork : "alert-threshold-for-checkevents"
I have an alpha version but with one small problem :
Let's say you want to trigger a CheckEvent after 3 errors. So when you have this sequence : up down up, you are not notified of the down alert. But when the status comes back up I am notified at the third up like this :

up up down up up up-> Event

So I have to define when to trigger the up event. I think I have to check if we had 3 errors before the up event, and trigger only in this case.

What do you think ?

By the way, here is my Check Edit Form :

uptime-check-edit-form

from uptime.

fzaninotto avatar fzaninotto commented on August 13, 2024

Yep, I agree. The up event should be notified when a check comes up after at least n down checks, n being the treshold.

from uptime.

greggythefly avatar greggythefly commented on August 13, 2024

As we say in French "Les grands esprits se rencontrent"

from uptime.

fzaninotto avatar fzaninotto commented on August 13, 2024

Fixed in #91

from uptime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.