Scroll to navigation

NIELD(8) NIELD(8)

NAME

nield - Network Interface Events Logging Daemon

SYNOPSIS

nield [-vh46inarft] [-p lock_file] [-s buffer_size] [-l log_file] [-L syslog_facility] [-d debug_file]

DESCRIPTION

nield (Network Interface Events Logging Daemon) is a tool to receive notifications from kernel through netlink socket, and generate logs related to interfaces, neighbor cache (ARP,NDP), IP address (IPv4,IPv6), routing, FIB rules, traffic control. It can be configured using command-line options.

OPTIONS

The following options are supported.

Displays the version and exit.
Displays the usage and exit.
Specifies the lock file to use. Default is "/var/run/nield.pid", if not specified.
Specifies the maximum socket receive buffer in bytes.

It uses the log file "/var/log/nield.log", if neither "-l" nor "-L" specified.
Specifies the log file to use.
Specifies the facility to use logging events via syslog.

The standard syslog facilities are as follows:
auth, authpriv, cron, daemon, ftp, kern, lpr, mail, mark, news, security, syslog,
user, uucp, local0, local1, local2, local3, local4, local5, local6, local7

Specifies the debug file to use.

All events are received, if any event option not specified.
-4
Logging events related to IPv4.
-6
Logging events related to IPv6.
Logging events related to interfaces.
Logging events related to neigbour cache(ARP, NDP).
Logging events related to IP address.
Logging events related to routing.
Logging events related to fib rules.
Logging events related to traffic control.

FILES

/usr/sbin/nield
/var/run/nield.pid
/var/log/nield.log
/usr/share/man/man8/nield.8

BUGS

If you find bugs or have other suggestions, please contact Tetsumune KISO <t2mune@gmail.com>

SEE ALSO

netlink(3), netlink(7), rtnetlink(3), rtnetlink(7)

AUTHORS

Tetsumune KISO <t2mune@gmail.com>
Feb 26 2014 nield