diff --git a/scripts/timesync_monitor.py b/scripts/timesync_monitor.py
index a79317fdbce394dfab0b3e58964d1f1dadd43791..59315802d2c9eb6cc3215ef31021d6d70384c38e 100644
--- a/scripts/timesync_monitor.py
+++ b/scripts/timesync_monitor.py
@@ -35,7 +35,7 @@ class TimeSyncChecker(kp.Module):
         date = datetime.datetime.utcnow().strftime("%c")
         msg = f"ALERT (MONITORING) {date}: {msg}"
         print(msg)
-        self.ch_client.put_message("MSG", "Monitoring Test")
+        self.ch_client.put_message("MSG", msg)
 
     def process(self, blob):
         dom_ids_invalid = []