logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nield - Network Interface Events Logging Daemon

Authors

       Tetsumune KISO <t2mune@gmail.com>

nield                                              Feb 26 2014                                          NIELD(8)

Bugs

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

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.

Files

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

Name

       nield - Network Interface Events Logging Daemon

Options

       The following options are supported.

       Standard options:

       -v     Displays the version and exit.

       -h     Displays the usage and exit.

       -p lock_file
              Specifies the lock file to use. Default is "/var/run/nield.pid", if not specified.

       -s buffer_size
              Specifies the maximum socket receive buffer in bytes.

       Logging options:
              It uses the log file "/var/log/nield.log", if neither "-l" nor "-L" specified.

       -l log_file
              Specifies the log file to use.

       -L syslog_facility
              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

       -d debug_file
              Specifies the debug file to use.

       Event options:
              All events are received, if any event option not specified.

       -4     Logging events related to IPv4.

       -6     Logging events related to IPv6.

       -i     Logging events related to interfaces.

       -n     Logging events related to neigbour cache(ARP, NDP).

       -a     Logging events related to IP address.

       -r     Logging events related to routing.

       -f     Logging events related to fib rules.

       -t     Logging events related to traffic control.

See Also

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

Synopsis

nield[-vh46inarft][-plock_file][-sbuffer_size][-llog_file][-Lsyslog_facility][-ddebug_file]

See Also