drupal_notify() sends info about the drupal installation, including URL, drupal version and installed modules, but nothing about the system environment. It would be helpful for the drupal community to monitor trends in drupal hosting environments, such as PHP version, database type, and database version.

CommentFileSizeAuthor
#1 drupal_notify_0.patch8.3 KBmfb
drupal_notify.patch1.05 KBmfb

Comments

mfb’s picture

StatusFileSize
new8.3 KB

This patch now fixes one bug (bogus $client[uid] in a query), fixes some PHP notice issues, and provides the ability to send and receive the version info.

AjK’s picture

Project: Drupal core » Site Network
Version: 6.x-dev »
Component: drupal.module » Code
Status: Needs review » Needs work
AjK’s picture

Status: Needs work » Closed (won't fix)

The intention is to rip out much of the "phone home" details as a) it's not used anywhere and b) the growing trend of knocking products that send details of their user anywhere. So, adding more details isn't really going to happen when we're going stop shortly.

EnekoAlonso-1’s picture

I have recently enabled this module, since I think it's a good idea to share information about drupal projects, modules used, etc. Now, where can I find the information sent on drupal.org? I would like to see which modules are more popular, etc.

Thanks.