Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Hat Insights for JWS

mvn package to build. The listener should be added to server.xml, such as

<Server>
  <Listener className="com.redhat.jws.insights.InsightsLifecycleListener" />
</Server>

Configuration is done through the standard com.redhat.insights.config.EnvAndSysPropsInsightsConfiguration from Insights, which uses various environment and Java system properties. Alternatly, attributes matching the properties can be set on the Listener element in server.xml:

  • identificationName
  • machineIdFilePath
  • archiveUploadDir
  • certFilePath
  • certHelperBinary
  • connectPeriod
  • httpClientRetryBackoffFactor
  • httpClientRetryInitialDelay
  • httpClientRetryMaxAttempts
  • httpClientTimeout
  • keyFilePath
  • maybeAuthToken
  • proxyHost
  • proxyPort
  • updatePeriod
  • uploadBaseURL
  • uploadUri
  • optingOut

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages