Skip to content

udplogger.8

Manvendra Bhangui edited this page Sep 4, 2022 · 4 revisions

NAME

udplogger - receive log message from UDP clients and print on stdout

SYNOPSIS

udplogger -t timeout -p port ipadd[:port]

DESCRIPTION

udplogger binds on datagram socket port 3000 and receives messages to be printed on stdout. udplogger(8) is typically configured under supervise(8) with use of multilog(8) to log the messages on disk.

OPTIONS

-t timeout
Timeout out read after timeout seconds

-p port
Connect to port port

ipaddr[:port]
Connect to host host on port port. If port is omitted, it binds on port 3000. This overrides the value specified by -p option.

RETURN VALUE

0 if all steps were successful, non-zero otherwise. If any of the steps fail, a diagnostic message is printed.

AUTHORS

udplogger(8) has been written by Manvendra Bhangui for Tagrem Technologies Pvt. Ltd.. - https://www.tagrem.com

SEE ALSO

udpclient(1), supervise(8), multilog(8),

Clone this wiki locally