# # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # # # Configuration for the software-response module. # subscribe list.repaired # enable: # Enables or disables the software-response module, including all # subsidiary response functionality. # # setprop enable true # 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 # ===== Properties for the SMF response subsidiary ===== # # swrp_smf_enable: # Enable/disable SMF response subsidiary. # # swrp_smf_verify_interval: # Controls the frequency of checks made to confirm that instances # that we've processes list.suspects for have not transitioned out # of maintenance with our response logic somehow not receiving an # event describing that transition. # setprop swrp_smf_enable true # setprop swrp_smf_verify_interval 60sec