Icinga Module - Business Process
Find a file
Thomas Gelf 2b8f51e983 Renderer: calculate state before retrieving...
...unbound nodes

fixes #74
2017-01-23 09:50:19 +01:00
application ProcessController: improve config-related tabs... 2017-01-12 09:18:44 +01:00
doc Layout of README file 2015-02-06 14:24:21 +01:00
library Renderer: calculate state before retrieving... 2017-01-23 09:50:19 +01:00
packaging/debian packaging: provide Debian build instructions 2017-01-10 18:04:48 +01:00
public css: fix typo and badge alignment 2017-01-23 09:40:57 +01:00
test TabsTest: test rendering empty tabs 2017-01-20 13:17:28 +01:00
.gitattributes Prepare icinga exchange yml file 2015-02-06 15:16:53 +01:00
.gitignore gitlab-ci: blame, coverage 2017-01-10 18:35:19 +01:00
.gitlab-ci.yml gitlab-ci: blame, coverage 2017-01-10 18:35:19 +01:00
.travis.yml Travis: try parameters for recent versions 2017-01-13 19:53:28 +01:00
configuration.php just count $prio if not continue (AddToMenu >= 'no') 2017-01-17 12:08:29 +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: refresh description, raise to rc1 2017-01-12 00:31:47 +01:00
phpunit.xml gitlab-ci: blame, coverage 2017-01-10 18:35:19 +01:00
README.md README.md: build badge, remove obsolete TODO 2017-01-12 00:16:26 +01:00
run.php NodeController: add business impact action 2017-01-10 16:49:53 +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

The Business Process module is tested on PHP versions 5.3 up to 7.1 (including nightly builds):

Build Status

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.