To find out if it's running, something like:
Code:
ps aux | grep syslogd
should do the job, unless you've changed the default options, I think it uses UDP port 514, and unless you have 2 NICs, it should be listening on your main IP address, 'ifconfig' to check it.
Savage