diff options
Diffstat (limited to 'monitor/monitor_conf.py')
| -rw-r--r-- | monitor/monitor_conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor/monitor_conf.py b/monitor/monitor_conf.py index 61df927..ca7b254 100644 --- a/monitor/monitor_conf.py +++ b/monitor/monitor_conf.py @@ -28,6 +28,9 @@ MONITORED_DOMAINS = [ # "*.se", ] +# Some strings +ERROR_STR = "ERROR: " + # CT logs and associated keys CTLOGS = [ {"name" : "pilot", @@ -88,3 +91,4 @@ CTLOGS = [ + |
