Hi,

Fresh install done ! All seems good for now :D

I just need some help about multi broker

To have a world webui and two realm specific webui, I must something like
that ?

Nothing particular about scheduler ?

define module {
  modules Apache_passwd, ActiveDir_UI, Cfg_password, PNP_UI, Mongodb,
Glances_UI
  manage_acl 1
  play_sound 0
  host 0.0.0.0
  module_type webui
  allow_html_output 0
  max_output_length 100
  module_name WebUI
  auth_secret CHANGE_ME
  port 7767
}

define broker{
    broker_name         broker-master
    address             node1
    port                7772
    realm               All
    manage_sub_realms   1
    #manage_arbiters     1 : No need here, I think
    modules        WebUI
}


define broker{
    broker_name         broker-client-1
    address             node2
    port                7772
    realm               Client1
    manage_sub_realms   1
    #manage_arbiters     1 : No need here, I think
   modules        WebUI
}

define broker{
    broker_name         broker-client-2
    address             node3
    port                7772
    realm               Client2
    manage_sub_realms   1
    #manage_arbiters     1 : No need here, I think
   modules        WebUI
}





2013/5/14 nap <napar...@gmail.com>

> Hi all,
>
> It's time for testing the new 1.4RC1 version. You can grab it from
> www.shinken-monitoring.org/pub/shinken-1.4rc1.tar.gz
>
> Please test it and look if you don't find any regressions.
>
> Good test! :)
>
>
> Jean
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Shinken-devel mailing list
> Shinken-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/shinken-devel
>
>
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to