Icinga Module - Business Process
Find a file
2016-11-29 15:08:45 +01:00
application AddNodeForm: initial commit 2016-11-29 15:06:24 +01:00
doc Layout of README file 2015-02-06 14:24:21 +01:00
library NodeAddChildrenAction: new modification action 2016-11-29 15:06:38 +01:00
public TreeRenderer: improve layout, add badges 2016-11-29 01:52:44 +01:00
test AndOperatorTest: test pending 2016-11-29 11:27:15 +01:00
.gitattributes Prepare icinga exchange yml file 2015-02-06 15:16:53 +01:00
.gitignore Layout of README file 2015-02-06 14:24:21 +01:00
.gitlab-ci.yml Gitlab-CI: involve more systems 2016-11-28 16:52:57 +01:00
configuration.php permissions: provide a few 2016-11-23 15:17:25 +01:00
icingaexchange.yml Update redmine & download url 2015-06-24 16:09:10 +02:00
LICENSE LICENSE: renamed 2016-11-29 15:08:45 +01:00
module.info module.info: prepare beta release 2014-11-30 12:36:58 +01:00
phpunit.xml Test: add base test framework 2016-11-23 15:17:25 +01:00
README.md Layout of README file 2015-02-06 14:24:21 +01:00
run.php run.php: do not provide Director hook yet 2016-02-18 20:52:57 +01:00

Business Processes - Icinga Web 2 module

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.

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 addon!

Installation

Like with any other Icinga Web 2 module just drop me to one of your module folders and enable the businessprocess module in your web frontend or on CLI.

Of course the monitoring module needs to be enabled and that's it, we have no further dependencies.

History

The Business Process module is based on the ideas of the Nagios(tm) Business Process Addon written by Bernd Strößenreuther and available at http://bp-addon.monitoringexchange.org/. We always loved it's simplicity and while it looks pretty oldschool right now there are still many shops happily using it in production.

Compatibiliy

We fully support the BPaddon config language and will continue to do so. It's also perfectly valid to run both products in parallel based on the very same config files.

However, lot's of changes went on and are still going on under the hood. We have more features and new language constructs. We separated the config reader from the state fetcher in our code base. This will allow us to optionally support config backends like SQL databases. They are not faster than plain old text files, but they make it much easier to distribute configuration in a large environment.

Improvements

Speed

This module is definitively faster than the BPaddon used to be. No need for IDO caching or similar.

Todos

TODO: business impact of a specific object