# # Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved. # # # Configuration for the ext-event-transport transport module. This module # forwards protocol events out of fmd for subscription by other entities # using other libfmevent interfaces. # # # You can disable the forwarding functionality by setting this true # setprop protocol_forward_disable false # # The channel we forward events on can be changed for simulation environments # by changing the "outbound_channel" string property from its default. # The maximum number of events that can queue in the channel (each # consuming a little kernel memory) is controlled by "outbound_channel_depth". # # setprop outbound_channel ... # setprop outbound_channel_depth 256 # # Protocol event classes that will be forwarded. # Changing this list may lead to breakage and/or excessive event forwarding. # subscribe list.* subscribe ireport.* # # In deferred dump case, panic events if any replayed from dump device will be # dispatched to this module. # subscribe panic # # Property "debug_level" controls the level of verbosity of debug # messages when fmd is run with -o client.debug=true. The default # level is 0, with increasing detail available at levels 1, 2, and 3. # # setprop debug_level 0