Skip to content

Commit

Permalink
Fix an error for hosts DOWN
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Jun 29, 2016
1 parent 7c64d1c commit 3cb5a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alignak_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_state():

def notify_change():
UP, DOWN = get_state()
DOWN = 0

if DOWN > 0:
message = "Alignak ALERT: Hosts are DOWN !"
else:
Expand Down

0 comments on commit 3cb5a2d

Please sign in to comment.