From fd7b8ef86431ca73802c2f489b22e93b647c2920 Mon Sep 17 00:00:00 2001 From: Phrozyn Date: Tue, 4 Oct 2016 12:17:29 -0500 Subject: [PATCH] modified timedelta for celery for signing releng infra logins. --- alerts/lib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerts/lib/config.py b/alerts/lib/config.py index e292fa24..a10a7bad 100644 --- a/alerts/lib/config.py +++ b/alerts/lib/config.py @@ -34,7 +34,7 @@ ALERTS = { 'proxy_drop_pyes.AlertProxyDrop': {'schedule': timedelta(minutes=1)}, 'duo_authfail_pyes.AlertDuoAuthFail': {'schedule': timedelta(seconds=60)}, 'vpn_duo_auth_failures_pyes.AlertManyVPNDuoAuthFailures': {'schedule': timedelta(minutes=20)}, - 'ssh_access_signreleng_pyes.AlertAuthSignRelengSSH': {'schedule':timedelta(minutes=5)}, + 'ssh_access_signreleng_pyes.AlertAuthSignRelengSSH': {'schedule':timedelta(minutes=20)}, }