Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Add alert plugins whitelist to docker alert config
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnbus committed Oct 16, 2017
1 parent e881491 commit c574c76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/conf/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
'unauth_ssh.AlertUnauthSSH': {'schedule': crontab(minute='*/1')},
}

ALERT_PLUGINS = [
# 'relative pythonfile name (exclude the .py) - EX: sso_dashboard',
]

RABBITMQ = {
'mqserver': 'localhost',
'mquser': 'guest',
Expand Down

0 comments on commit c574c76

Please sign in to comment.