:orphan: .. title:: CONFIG_NET_MGMT_EVENT_MONITOR .. kconfig:: CONFIG_NET_MGMT_EVENT_MONITOR CONFIG_NET_MGMT_EVENT_MONITOR ############################# *Monitor network events from net shell* Type: ``bool`` Help ==== .. code-block:: none Allow user to monitor network events from net shell using "net events [on|off]" command. The monitoring is disabled by default. Note that you should probably increase the value of NET_MGMT_EVENT_QUEUE_SIZE from the default in order not to miss any events. Direct dependencies =================== \ :kconfig:`NET_SHELL ` && \ :kconfig:`NET_MGMT_EVENT_INFO ` && \ :kconfig:`NET_MGMT_EVENT ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/ip/Kconfig.mgmt:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:853`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Network Management API → Add support for runtime network event notifications → Enable passing information along with an event .. code-block:: kconfig config NET_MGMT_EVENT_MONITOR bool "Monitor network events from net shell" depends on NET_SHELL && NET_MGMT_EVENT_INFO && NET_MGMT_EVENT && NETWORKING help Allow user to monitor network events from net shell using "net events [on|off]" command. The monitoring is disabled by default. Note that you should probably increase the value of NET_MGMT_EVENT_QUEUE_SIZE from the default in order not to miss any events. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*