Which Server

Component ID

1705236

Component name

Which Server

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

186

Component created

Component changed

Component body

A small module to add the server name (as in machine hostname, not the name of the website host) to administrator reports:

  • Update status page (/admin/reports/updates)
  • Update status email notifications
  • Status Report page (/admin/reports/status)
  • Module list page (/admin/modules)

This module can be useful where Drupal sites are installed on different servers, so you can easily find which server a particular site (especially a site needing updates) is installed on.

Code uses php_uname('n') to get the host name.