[
https://issues.apache.org/jira/browse/CLOUDSTACK-8677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642681#comment-14642681
]
ASF GitHub Bot commented on CLOUDSTACK-8677:
--------------------------------------------
GitHub user wido opened a pull request:
https://github.com/apache/cloudstack/pull/625
CLOUDSTACK-8677: Call-home functionality for CloudStack
With this commit the Management Server will be default generate a anonymous
Usage
report every 7 (seven) days and submit this information back to the Apache
CloudStack project.
These anonymous reports do NOT contain any information about Instance
names, subnets, etc. It only
contains numbers about how CloudStack is being used.
This information is vital for the project to gain more insight in how
CloudStack is being used.
Users can turn the reporting off by setting usage.report.interval to 0
(zero)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wido/cloudstack CLOUDSTACK-8677
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/625.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #625
----
commit 1c61afb7b93313743e9df1d10242415f838e660b
Author: Wido den Hollander <[email protected]>
Date: 2015-07-08T19:17:30Z
CLOUDSTACK-8677: Call-home functionality for CloudStack
With this commit the Management Server will be default generate a anonymous
Usage
report every 7 (seven) days and submit this information back to the Apache
CloudStack project.
These anonymous reports do NOT contain any information about Instance
names, subnets, etc. It only
contains numbers about how CloudStack is being used.
This information is vital for the project to gain more insight in how
CloudStack is being used.
Users can turn the reporting off by setting usage.report.interval to 0
(zero)
----
> Call-home functionality for CloudStack
> --------------------------------------
>
> Key: CLOUDSTACK-8677
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8677
> Project: CloudStack
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Affects Versions: Future, 4.6.0
> Reporter: Wido den Hollander
> Assignee: Wido den Hollander
> Fix For: 4.6.0
>
>
> A call-home feature for the CloudStack management server would send
> anonimized reports back to the CloudStack project.
> These statistics will contain numbers and details on how CloudStack will be
> used. It will NOT contain:
> * Hostnames
> * IP-Addresses
> * Instance names
> It will report back:
> * Hosts (Number, version, type, hypervisor)
> * Clusters (Hypervisor en Management type)
> * Primary storage (Type and provider)
> * Zones (Network type and providers)
> * Instances (Number and types)
> This gives the CloudStack project a better insight on how CloudStack is being
> used and allows us to develop accordingly.
> It will be OPT-OUT, using the "usage.report.interval" users can disable usage
> reporting. By default it will run every 7 days and send a JSON document to
> https://call-home.cloudstack.org/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)