summaryrefslogtreecommitdiff
path: root/monitor/gaol/gaol_conf.py
blob: af9f5ea73a9771b5ad992f378bc703be88b040ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 # All configuration for the CT monitor is done from this file!

# interval (in seconds) between updates
INTERVAL = 60 

# Directories for various output files
OUTPUT_DIR = "output/"

# Some strings
ERROR_STR = "ERROR: "
WARNING_STR = "WARNING: "
EMAIL_SUBJECT = "GAOL Notification"

# Email addresses for error messages 
EMAIL_ADDR = [
"josef@nordu.net",
]

# CT logs and associated keys
CTLOGS = [
    {"name" : "gaol",
    # "url" : "https://gaol.ct.nordu.net/open/",
    "url" : "https://gaol.fake.nordu.net/open/",
    "key" : "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEE0E7UyZA2XkTJC2Rlcx0DbXkI1Y0+2OgoJQ0O+pwtVRCiVGHdU08i4m8MKx2r8FWbpHVgt6V0rLS8rYBErfSVA==",
    "id" : "5WUP4zAPa2LwNM1oepj+x7cM8LlqB4fstdOMzzj4MzM=",
    "build" : False},
]