October 16, 20241 yr In Unraid I configured the syslog to output to a remote syslog server listening for syslog messages. I'm not receiving syslog messages on the remote syslog server/listener. Is there a command to send test messages from Unraid to the remote syslog server? Other options to test/debug the communication from Unraid to the remote syslog server? Thank you. Notes: SOLUTION: logger -n 192.168.1.5 -P 514 test2 ALTERNATIVE: Needed to install NerdTools Need to install netcat from NerdTools. Use command: echo "Test message." | netcat -w1 -u 192.168.1.5 514 Edited October 16, 20241 yr by Jaybau notes
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.