Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Take style from other pages, and add accessing part
What is a cluster?

 

...

The main role of this feature is to allow users to have in one "indicator" the aggregation of other states. This indicator can provide a unique view for users playing different roles.

...

With business rules, you can have an "indicator" representing the "aggregated service" state for the ERP service! Shinken Enterprise already checks all of the IT components one by one including processing for root cause analysis from a host and service perspective.

How to define Clusters

...

 

Accessing Cluster Configuration

Clusters Configuration can be accessed by the Main Menu "Elements".

 

Image Added

 

How to define Clusters

Here is a configuration for the a sample ERP rule:

 

Code Block
(srv-oracle-1 | srv-oracle-2) & (srv-http-1 | srv-http-2) & (srv-loadbalancer-1 | srv-loadbalancer-2)

Notification logic

A Cluster have the same notification logic than the hosts. This means you can have contacts that will receive only the relevant notifications based on their role.

With "need at least X elements" clusters

...