From 6371a93650e74d6d4518890230eeeb5ffa7b660e Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Mon, 3 Apr 2017 01:18:29 -0400 Subject: Add 5 and 10 minute intervals and fix bwauth last scanner check --- jobs/JobBase.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jobs/JobBase.py') diff --git a/jobs/JobBase.py b/jobs/JobBase.py index 4ac1f0d..c5be180 100755 --- a/jobs/JobBase.py +++ b/jobs/JobBase.py @@ -25,6 +25,8 @@ class JobFailureNotificationFrequency: class JobFailureCountMinimumBeforeNotification: ONE = 1 TWO = 2 + FIVE = 5 + TEN = 10 class JobBase(object): def __init__(self, config, *args): -- cgit v1.2.3