The goal of this project is to centrally collect TIER data about Grouper deployment to help improve Grouper and give information to TIER constituents about Grouper usage.

For TechEx 2016 we would like to have basic information transmitted back to TIER on a daily basis.

 

Discovery service

{
  serviceEnabled: true,
  endpoints: [
    {
       uri: "https://tiercollector1.internet2.edu/v1/collector"
    },
    {
       uri: "https://tiercollector2.internet2.edu/v1/collector"
    }
  ]
}

 

Collector

{
  reportFormat: "1",
  component: "grouper",
  institution: "Penn",
  environment: "prod",
  version: "2.3.0",
  patchesInstalled: "api1, api2, api4, ws2, ws3",
  wsServerCount: "3",
  platformLinux: "true",
  uiServerCount: "1",
  pspngCount: "1",
  provisionToLdap: "true",
  registrySize: "extraLarge",
  transactionCountMemberships: "medium",
  transactionCountPrivileges: "high",
  transactionCountPermissions: "low"
}