Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable Min-Operator #241

Open
sjulez opened this issue Aug 12, 2019 · 9 comments
Open

Customizable Min-Operator #241

sjulez opened this issue Aug 12, 2019 · 9 comments
Labels
enhancement New feature or improvement queue/wishlist Probable candidate for a future release

Comments

@sjulez
Copy link

sjulez commented Aug 12, 2019

Is your feature request related to a problem? Please describe.

My Business Process containes Subprocesses with > 10 Nodes. Our Definition is that alarming should start when at least 2 Nodes (Hosts) are down. Currently I have to brake down all Processes into groups not bigger than 10 Servers to be able to do proper alarming based on the module.

Describe the solution you'd like

When I chose the MIN-Operator, I want to be able to define a Value.

Describe alternatives you've considered

Additional context

@nilmerg nilmerg added the enhancement New feature or improvement label Oct 9, 2019
@willfurnell
Copy link

This sounds like a great feature request! I'd also be interested in it :)

@MarcusCaepio
Copy link

+1 !!!
I just started to use BP and need definitely a possibility to check more than 9 nodes. Why not just create a variable field X for min, wer one can define it free instead of choosing from dropdown?
@nilmerg as a real dirty workaround, would it work to change a 9 to e.g. 15 in the config ini?

@nilmerg
Copy link
Member

nilmerg commented May 6, 2020

Probably, though don't expect to be able to edit this process in any way in the UI from there on.

@lippserd
Copy link
Member

I think we should introduce a new operator for that.

@lippserd lippserd added this to the 2.4.0 milestone May 11, 2020
@lippserd
Copy link
Member

Would #278 help here?

@lippserd
Copy link
Member

We could also introduce something like worst n of: a + b +c which selects the worst of the worst n child node states.

@robinwolny
Copy link

@lippserd would be possible to have a percentage? Like MIN 50% of nodes must be OK.

@nilmerg nilmerg modified the milestones: 2.4.0, 2.5.0 Mar 16, 2022
@nilmerg nilmerg added the queue/wishlist Probable candidate for a future release label Jul 20, 2022
@slalomsk8er
Copy link

@lippserd would be possible to have a percentage? Like MIN 50% of nodes must be OK.

How about something more flexible like giving nodes adjustable weights and weight thresholds?

Sum of child node weights results in:

0 to X = Critical
X to Y = Warning
Y to = OK

As the operators are limited in the config syntax, it would need to happen as comments I guess or it would break some backwards compatibility.

@wp-perc
Copy link

wp-perc commented Jul 28, 2023

  • 1

The actual number of MIN is quite limiting, so I am also strongly interested in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement queue/wishlist Probable candidate for a future release
Projects
None yet
Development

No branches or pull requests

8 participants