Sha256: a0415a7ddc31837d9d89fe500d36d7a3895a315c3d6a680ac508becf01bac894
Contents?: true
Size: 1.72 KB
Versions: 2
Compression:
Stored size: 1.72 KB
Contents
--- # This configuration file defines all the particular options necessary to support the Cisco pxGrid Nexpose Integration. # Fields marked (M) are mandatory. # # (M) Batch mode delay. # Timeframe in seconds for which to wait before scanning connected devices with the 's' for seconds. Default 60s is considered "Realtime". :batch_mode_delay: 60s # (M) Enables logging to the log directory. :logging_enabled: true # (M) Sets the log level threshold for output. :log_level: info # (M) Number of connections. The number of simultaneous connections we can maintain to Nexpose for scanning. :nexpose_connection_max: 3 # Nexpose options. :nexpose_data: # (M) Nexpose console hostname. :nxconsole: 127.0.0.1 # (M) Nexpose username. :nxuser: nxadmin # (M) Scan engine to use. A value of '-1' indicates use of the default engine. :engine: -1 # (M) Risk score threshold used to quarantine an asset. If an asset has a risk score equal to or larger than this value it will be quarantined. :riskscore: 20 # (M) Time to wait before cancelling a scan and continuing. :scan_timeout: 3600 # Cisco pxGrid options. Note all of these options can be set through environment variables of the same capitalised name e.g. ISE_URL instead of :ise_url :pxg_data: # Cisco Identity Services Engine hostname/ip. # :ise_url: 127.0.0.7 # Secondary Cisco Identity Services Engine hostname/ip. # :secondary_ise_url: 127.0.0.8 # Cisco Identity Services Engine username. # :ise_username: admin # Cisco Identity Services Engine password. # :ise_password: Nxadmin1! # Keystore passphrase (Keystore located at pxnx/keystore.jks) # :keystore_password: nxadmin # Truststore passphrase (Truststore located at pxnx/truststore.jks) # :truststore_password: nxadmin
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nexpose_pxgrid-0.1.4-java | lib/pxnx_jruby/config/pxnx.config |
nexpose_pxgrid-0.1.2-java | lib/pxnx_jruby/config/pxnx.config |