!7 // only from machines that run #1020927 with postToServer=true cmodule CollectSystemStatuses > DynPrintLogAndEnabled { start { dm_onRemoteSystemStatusPosted((computerID, msg) -> { if (enabled) print("System status " + computerID + ": " + msg); }); } }