TODO:

Implementation tests:

rand=$(echo $RANDOM); while true;do sleep 5; echo '{ "action": { "Check": ["'$rand'", {"memory": '1757', "tasks": 3}] } }' | socat - udp-datagram:192.168.1.255:65056,broadcast ;done ```