:orphan: .. title:: NET_MGMT_EVENT_MONITOR .. option:: 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 =================== \ :option:`NET_SHELL ` && \ :option:`NET_MGMT_EVENT_INFO ` && \ :option:`NET_MGMT_EVENT ` && \ :option:`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:34`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:847`` 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.)*