-
Notifications
You must be signed in to change notification settings - Fork 44
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
Comments
This sounds like a great feature request! I'd also be interested in it :) |
+1 !!! |
Probably, though don't expect to be able to edit this process in any way in the UI from there on. |
I think we should introduce a new operator for that. |
Would #278 help here? |
We could also introduce something like |
@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:
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. |
The actual number of MIN is quite limiting, so I am also strongly interested in it. |
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
The text was updated successfully, but these errors were encountered: