Skip to content

Commit

Permalink
Update check_shinken.py
Browse files Browse the repository at this point in the history
Fix reactionner and receiver port
  • Loading branch information
DessaiImrane committed Mar 27, 2014
1 parent d3da73c commit c9b9cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_shinken.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# Name of the Pyro Object we are searching
PYRO_OBJECT = 'ForArbiter'
daemon_types = {'arbiter':7770, 'broker':7772, 'scheduler':7768, 'poller':7771, 'reactionner':7773 }
daemon_types = {'arbiter':7770, 'broker':7772, 'scheduler':7768, 'reactionner':7769, 'poller':7771, 'receiver':7773 }


# Try to import all Shinken stuff
Expand Down

0 comments on commit c9b9cc1

Please sign in to comment.