Skip to content

Commit

Permalink
Fix broken requirement: Python 2.6 requirements!
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Feb 5, 2018
1 parent 358c682 commit 6fd7b79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define arbiter {
# Default: None
## Interesting modules Example:
# - backend_arbiter = get the monitored objects configuration from the Alignak backend
modules
modules backend_arbiter

## Optional parameters:
## Uncomment these lines in a HA architecture so the master and slaves know
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define broker {
# Interesting modules Example that can be used:
# - backend_broker = update the live state in the Alignak backend
# - logs = collect monitoring logs and send them to a Python logger
modules
modules backend_broker

## Optional parameters:
timeout 3 ; Ping timeout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define scheduler {
# Default: None
# Interesting modules Example that can be used:
# - backend_scheduler = store the live state in the Alignak backend (retention)
modules
modules backend_scheduler

## Optional parameters:
timeout 3 ; Ping timeout
Expand Down

0 comments on commit 6fd7b79

Please sign in to comment.