Icinga Module - Business Process
Find a file
Ravi Kumar Kempapura Srinivasa 32abce2529 Don't show state-badges for empty nodes
Before, the empty nodes were to be considered as missing nodes. Correspondingly, the counter for missing in BpNode::getStateSummary() was increased if an empty node is encountered.

Now, the empty nodes are not assumed as missing nodes and the counter for missing is not increased for this case.
2020-05-11 11:44:14 +02:00
.github Add L10n-update workflow 2020-04-30 11:19:42 +02:00
application Fix 'vsprintf(): Too few arguments' in ProcessController::showAction() 2020-02-26 15:09:17 +01:00
doc Update 81-History.md 2020-02-26 15:10:20 +01:00
library Don't show state-badges for empty nodes 2020-05-11 11:44:14 +02:00
packaging/debian packaging: provide Debian build instructions 2017-01-10 18:04:48 +01:00
public Fix the delay 2020-02-25 16:26:18 +01:00
test Use display_name as alias for host and service nodes 2020-02-05 15:01:22 +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
.gitlab-ci.yml gitlab-ci: blame, coverage 2017-01-10 18:35:19 +01:00
.travis.yml travis: Fix invalid definitions for allowed failures 2019-11-14 12:07:13 +01:00
configuration.php LegacyStorage: Add cache to avoid parsing configurations multiple times 2019-02-25 12:42:52 +01:00
LICENSE LICENSE: renamed 2016-11-29 15:08:45 +01:00
module.info module.info: Add the ipl as dependency 2019-03-04 15:20:00 +01:00
phpcs.xml Prevent nodes from being added twice 2019-01-17 15:20:25 +01:00
phpunit.xml gitlab-ci: blame, coverage 2017-01-10 18:35:19 +01:00
README.md doc: Cover how to reorder nodes 2019-03-01 09:47:29 +01:00
run.php NodeController: add business impact action 2017-01-10 16:49:53 +01:00

Build Status Github Tag

Business Processes - Icinga Web 2 module

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.

Tile View Tree View Dashboard

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