diff --git a/supervisord_template.conf b/supervisord_template.conf
index 0d6834c77154c932bcef9c64bb457122cbd5f031..34fba99bc5f56f4fea65e53961ed91a6799c163d 100644
--- a/supervisord_template.conf
+++ b/supervisord_template.conf
@@ -145,6 +145,11 @@ stderr_logfile=logs/%(program_name)s.err.log
 ;stdout_logfile=logs/%(program_name)s.out.log
 ;stderr_logfile=logs/%(program_name)s.err.log
 
+[program:timesync_monitor]
+command=python -u scripts/timesync_monitor.py  -m %(ENV_MONITORING_LIGIER_IP)s -q %(ENV_MONITORING_LIGIER_PORT) -m %(ENV_LOG_LIGIER_IP)s -q %(ENV_LOG_LIGIER_PORT)s
+stdout_logfile=logs/%(program_name)s.out.log
+stderr_logfile=logs/%(program_name)s.err.log
+
 [program:msg_dumper]
 command=python -u scripts/msg_dumper.py -l %(ENV_LOG_LIGIER_IP)s -p %(ENV_LOG_LIGIER_PORT)s -o logs
 priority=200
@@ -175,6 +180,10 @@ priority=200
 programs=ahrs_calibration,dom_activity,dom_rates,pmt_rates,pmt_hrv,trigger_rates,triggermap,ztplot,rttc
 priority=500
 
+[group:alerts]
+programs=timesync_monitor
+priority=600
+
 [group:reconstruction]
 programs=royfit,time_residuals
 priority=999