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.
Short name
which_server
Supporting organizations
Created this module