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

Operator degraded/min , 3 level status OK/WARNING/CRITICAL #452

Open gbin2265 opened 3 months ago

gbin2265 commented 3 months ago

Hello,

We make extensive use of F5 load balancers or services that are in high availability (HA). We want to provide the operators, who monitor day and night, with the ability to take the best actions based on the status.

Example

Example: Our two Icinga2 masters each have their own IcingaDB.

If both IcingaDB services are working, it is OK.

If both IcingaDB services are down, it is CRITICAL (red color)

If one of the two IcingaDB services is down, it is WARNING (orange color)

DEGRADED

Actually, there is the DEGRADED option with the only difference that CRITICAL - CRITICAL does not result in WARNING, but is displayed as CRITICAL.

deg-operator-critical

New DEGRADED CRITICAL table

I use this option in combination with the setting that WARNING/PENDING and UNKNOWN are overridden by CRITICAL.

then you can reduce the table/operator to : deg-critical

Is there a possibility to provide the DEGRADED CRITICAL option in the future?

MIN x

Maybe it's also interesting to create a 3-level status for operator MIN:

Currently, it is:

It might be interesting to add more gradation:

Is it possible to provide the operator MIN with a 3-level status?

regards, Geert