Giter Site home page Giter Site logo

Silence "OK" alerts about munin HOT 8 CLOSED

szepeviktor avatar szepeviktor commented on June 18, 2024 1
Silence "OK" alerts

from munin.

Comments (8)

h01ger avatar h01ger commented on June 18, 2024 1

from munin.

ssm avatar ssm commented on June 18, 2024

👍

from munin.

sumpfralle avatar sumpfralle commented on June 18, 2024

I propose to have ${var:okfields} also to be able to silence "OK" alerts.

Could you please elaborate your wish a bit more?
(if it is still relevant)

from munin.

szepeviktor avatar szepeviktor commented on June 18, 2024

Hello!

Currently the alert from failing state to OK state is always sent. I'd like to avoid it.

from munin.

sumpfralle avatar sumpfralle commented on June 18, 2024

I would recommend to filter this in your setup.Something like the following should help:

contact.email.command if [ "${var:worst}" != "OK" ]; then mail -s "Munin-notification for ${var:group} :: ${var:host}" [email protected]; fi

I think, we should keep this kind of specific configuration outside of munin.

Other opinions?

from munin.

szepeviktor avatar szepeviktor commented on June 18, 2024

@ssm Could you weigh in?

from munin.

ssm avatar ssm commented on June 18, 2024

I'd try the suggestion proposed by @sumpfralle first, if possible.

from munin.

sumpfralle avatar sumpfralle commented on June 18, 2024

OK - so let us stick with configuration instead of code in this case.

from munin.

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.