:orphan: .. title:: NET_MGMT_EVENT_MONITOR .. option:: CONFIG_NET_MGMT_EVENT_MONITOR *Monitor network events from net shell* Type: ``bool`` 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. 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 ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.mgmt:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:828`` 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 .. parsed-literal:: config NET_MGMT_EVENT_MONITOR bool "Monitor network events from net shell" depends on \ :option:`NET_SHELL ` && \ :option:`NET_MGMT_EVENT_INFO ` && \ :option:`NET_MGMT_EVENT ` && \ :option:`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.)*