Icinga / icingaweb2-module-businessprocess

Create top-level views of your applications in a graphical editor. Rules express dependencies between existing hosts and services and let you alert on application level. Business processes are displayed in a tree or list overview.
https://icinga.com/docs/businessprocess/latest
GNU General Public License v2.0
108 stars 44 forks source link

Customized min-operator in a bp-file is not reflected in the gui #439

Closed K0nne closed 8 months ago

K0nne commented 8 months ago

Describe the bug

A modified min-operator in a bp-file is not visualized in the gui.

To Reproduce

Have a business process with lots of children and try to set the min at 16.

  1. my bp has 32 children and I need a min of 16, but cant select it.
    image

  2. I have to modify the file: image

  3. the config is valid, but ... image

  4. when I try to modify the process via gui at a later point, the selection falls back to the first item of the given dropdown menu, leading to possible mistakes and irritation. image

Expected behavior

The gui should always be able to show the actual parametrisation of a business process. Also the integer values should be customizable.

businessprocess 2.4.0
grafana 1.4.2
monitoring 2.12.1
networkdashboards 1.9.4
pdfexport 0.10.2

slalomsk8er commented 8 months ago

Your config isn't valid as there is no min16 operator. The config format is weird as in min1 to min9 are all separate operators and not an operator with an argument.

nilmerg commented 8 months ago

Duplicate of #241