You are here

README.txt in System Status 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 6.2 README.txt
  3. 7 README.txt
-- SUMMARY --

System Status provides an easy way to get an overview of all the available
updates for your Drupal websites. Install System Status on all your Drupal
websites and allow reporting to DrupalStatus.org for a centralized overview
and email summaries of available updates and installed versions.

The accompanying service offered by DrupalStatus.org is free, but if you do not
want to use this service this lightweight module allows you to build your own
overviews and dashboard.
The idea is to offer a way to script something that can poll all of your sites
to check on modules and versions used, instead of having every Drupal site
check for updates separately (and using Update Manager.
This can be very useful in situations where you do not want to trust on the
update manager, or where your servers might not have the needed access to
check for updates.

The module allows administrators to build their own monitoring interface
to check on multiple installations at once.

This module WILL NOT check for updates. You will nead to create your own
service or to use Drupalstatus.org to generate reports and overviews.


-- REQUIREMENTS --

PHP 5.2.5 or higher (5.3 recommended)
mcrypt


-- INSTALLATION --

Project URL: http://drupal.org/project/system_status/
GitURL: git clone http://git.drupal.org:project/system_status.git
Download and install the module the same way you would download and
install other contributed modules.


-- INSTALLATION USING DRUSH --

drush dl system_status
drush en system_status


-- USAGE --

After installation go to the admin page under
/admin/config/system/system_status and allow reporting to DrupalStatus.org.

File

README.txt
View source
  1. -- SUMMARY --
  2. System Status provides an easy way to get an overview of all the available
  3. updates for your Drupal websites. Install System Status on all your Drupal
  4. websites and allow reporting to DrupalStatus.org for a centralized overview
  5. and email summaries of available updates and installed versions.
  6. The accompanying service offered by DrupalStatus.org is free, but if you do not
  7. want to use this service this lightweight module allows you to build your own
  8. overviews and dashboard.
  9. The idea is to offer a way to script something that can poll all of your sites
  10. to check on modules and versions used, instead of having every Drupal site
  11. check for updates separately (and using Update Manager.
  12. This can be very useful in situations where you do not want to trust on the
  13. update manager, or where your servers might not have the needed access to
  14. check for updates.
  15. The module allows administrators to build their own monitoring interface
  16. to check on multiple installations at once.
  17. This module WILL NOT check for updates. You will nead to create your own
  18. service or to use Drupalstatus.org to generate reports and overviews.
  19. -- REQUIREMENTS --
  20. PHP 5.2.5 or higher (5.3 recommended)
  21. mcrypt
  22. -- INSTALLATION --
  23. Project URL: http://drupal.org/project/system_status/
  24. GitURL: git clone http://git.drupal.org:project/system_status.git
  25. Download and install the module the same way you would download and
  26. install other contributed modules.
  27. -- INSTALLATION USING DRUSH --
  28. drush dl system_status
  29. drush en system_status
  30. -- USAGE --
  31. After installation go to the admin page under
  32. /admin/config/system/system_status and allow reporting to DrupalStatus.org.