Add : allow multiple brokers in a realm, and will make one scheduler be send to only...
commit632c051ced395f756915eb4824e0881185105150
authorGabes Jean <naparuba@users.sourceforge.net>
Fri, 11 Mar 2011 15:01:14 +0000 (11 16:01 +0100)
committerGabes Jean <naparuba@users.sourceforge.net>
Fri, 11 Mar 2011 15:01:14 +0000 (11 16:01 +0100)
tree203a9a10791396f741b04e537f71d7af668e843f
parentb647c218fb3d88b44271143121c904eaa1d0c723
Add : allow multiple brokers in a realm, and will make one scheduler be send to only ONE broker at a time, with a random distribution.
12 files changed:
shinken/dispatcher.py
shinken/objects/realm.py
test/etc/dispatcher_multibrokers/commands.cfg [new file with mode: 0644]
test/etc/dispatcher_multibrokers/contacts.cfg [new file with mode: 0644]
test/etc/dispatcher_multibrokers/hostgroups.cfg [new file with mode: 0644]
test/etc/dispatcher_multibrokers/hosts.cfg [new file with mode: 0644]
test/etc/dispatcher_multibrokers/servicegroups.cfg [new file with mode: 0644]
test/etc/dispatcher_multibrokers/services.cfg [new file with mode: 0644]
test/etc/dispatcher_multibrokers/shinken-specific.cfg [new file with mode: 0644]
test/etc/dispatcher_multibrokers/timeperiods.cfg [new file with mode: 0644]
test/etc/nagios_dispatcher_multibrokers.cfg [new file with mode: 0644]
test/test_dispatcher.py