Icinga Module - Business Process
Find a file
Bastian Lederer b153a51cb6 Set BpConifg::name by a constructor argument with default
A bug was caused by BpConfig::getName returning null,
because the result was used as an array key, which is deprecated since PHP-8.5.
To avoid any further issues the constructor now ensures the name is always set.
2026-01-09 08:35:49 +01:00
.github GitHub Actions: Use new PHP workflows 2025-12-12 12:13:14 +01:00
application Mark uploaded_file element as required 2026-01-08 08:24:01 +01:00
doc Implement feature requests #455 and #477. Custom var enhancement (#478) 2025-08-05 10:25:39 +02:00
library/Businessprocess Set BpConifg::name by a constructor argument with default 2026-01-09 08:35:49 +01:00
public Add showFullscreen and showCompact for dashboard 2025-05-07 10:28:54 +02:00
test Remove unnecessary method call 2025-12-12 12:13:14 +01:00
.gitattributes Prepare icinga exchange yml file 2015-02-06 15:16:53 +01:00
.gitignore Update testing similar to director 2018-03-20 15:19:57 +01:00
configuration.php Show critical count badge in left menu 2022-09-14 09:53:11 +02:00
LICENSE LICENSE: renamed 2016-11-29 15:08:45 +01:00
module.info module.info: Raise version to 2.5.2 2025-07-01 16:59:29 +02:00
phpstan-baseline-7x.neon phpstan: Separate baseline by php version 2024-03-26 13:02:39 +01:00
phpstan-baseline-8x.neon phpstan: Separate baseline by php version 2024-03-26 13:02:39 +01:00
phpstan-baseline-by-php-version.php phpstan: Separate baseline by php version 2024-03-26 13:02:39 +01:00
phpstan-baseline-standard.neon Correct notification messages and add missing translations (#444) 2024-04-22 10:51:06 +02:00
phpstan.neon phpstan: Separate baseline by php version 2024-03-26 13:02:39 +01:00
README.md README.md: Drop PHP support badge 2025-07-01 16:59:11 +02:00
run.php Add detail integration for Icinga DB Web 2022-07-20 11:22:41 +02:00

Icinga Business Process Modeling

Build Status Github Tag

Icinga Logo

If you want to visualize and monitor hierarchical business processes based on any or all objects monitored by Icinga, the Icinga Web 2 business process module is the way to go.

Preview

Want to create custom process-based dashboards? Trigger notifications at process or sub-process level? Provide a quick top-level view for thousands of components on a single screen? That's what this module has been designed for!

You're running a huge cloud, want to get rid of the monitoring noise triggered by your auto-scaling platform but still want to have detailed information just a couple of clicks away in case you need them? You will love this little module!

Documentation

Basics

Web Components

Storage

The Project