We can use netcat and send a plain text UDP package to remote syslog server.
nc -w0 -u 10.1.1.1 514 <<< "Security Violation Occured! Proceed with shutdown!"
For remote Syslog server listening on TCP port:
nc 10.1.1.1 514 <<< "Security Violation Occured! Proceed with shutdown!"
We have 9 guests and no members online