Commit 4140093a authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Updated sample config file.

parent 1c8f4dd7
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -105,7 +105,11 @@ no_reply_email = <noreply-vospace@mydomain.it>
admin_email = <admin@mydomain.it>

[monitoring]
max_job_duration = { "days": 0, "hours": 0, "minutes": 0, "seconds": 60 }
; refresh time in seconds of the monitor process, default is 3 s
delay_time = 3
; threshold on the duration of the job execution phase, if exceeded
; an e-mail notification is sent
max_job_duration = { "days": 0, "hours": 0, "minutes": 0, "seconds": 4 }

[logging]
; log level, allowed values are: DEBUG, INFO, WARNING, ERROR, CRITICAL