Skip to content

udplogger.8

Manvendra Bhangui edited this page Jul 5, 2024 · 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
bind on port port

ipaddr[:port]
Listen on 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

Manvendra Bhangui

SEE ALSO

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

Clone this wiki locally