summaryrefslogtreecommitdiff
path: root/monitor/gaol/gaol_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/gaol/gaol_conf.py')
-rw-r--r--monitor/gaol/gaol_conf.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/monitor/gaol/gaol_conf.py b/monitor/gaol/gaol_conf.py
index 7019989..af9f5ea 100644
--- a/monitor/gaol/gaol_conf.py
+++ b/monitor/gaol/gaol_conf.py
@@ -8,7 +8,8 @@ OUTPUT_DIR = "output/"
# Some strings
ERROR_STR = "ERROR: "
-EMAIL_SUBJECT = "GAOL"
+WARNING_STR = "WARNING: "
+EMAIL_SUBJECT = "GAOL Notification"
# Email addresses for error messages
EMAIL_ADDR = [
@@ -18,7 +19,8 @@ EMAIL_ADDR = [
# CT logs and associated keys
CTLOGS = [
{"name" : "gaol",
- "url" : "https://gaol.ct.nordu.net/open/",
+ # "url" : "https://gaol.ct.nordu.net/open/",
+ "url" : "https://gaol.fake.nordu.net/open/",
"key" : "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEE0E7UyZA2XkTJC2Rlcx0DbXkI1Y0+2OgoJQ0O+pwtVRCiVGHdU08i4m8MKx2r8FWbpHVgt6V0rLS8rYBErfSVA==",
"id" : "5WUP4zAPa2LwNM1oepj+x7cM8LlqB4fstdOMzzj4MzM=",
"build" : False},