Skip to content

Commit

Permalink
Merge pull request #1740 from rledisez/master
Browse files Browse the repository at this point in the history
Fix initial_state mapping for hosts
  • Loading branch information
olivierHa committed Dec 10, 2015
2 parents 1fe495f + a5d0382 commit 08536d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shinken/objects/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ class Host(SchedulingItem):

def set_initial_state(self):
mapping = {
"u": {
"o": {
"state": "UP",
"state_id": 0
},
Expand Down

0 comments on commit 08536d1

Please sign in to comment.