You are here

README.txt in System Status 7

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

System Status is a very lightweight module that gives a simple overview of
current used modules and their version. This would allow administrators to
build their own monitoring interface to check on multiple installations at 
once.

This module will NOT check for updates.

In time this module will not only serve 'pull' request but will also have 
the possibility to inform by itself using webcalls or syslog or ...


-- REQUIREMENTS --

None.


-- 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 normally as you would install other 
contributed module.


-- USAGE --

After installation go to the admin page under 
/admin/config/system/system_status and allow public calls. 
(The default entered IP address should work fine)

Once you saved the settings you should be able to: 
GET $base_url/admin/reports/system_status  
(ex. http://www.my-site.com/admin/reports/system_status ) 

File

README.txt
View source
  1. -- SUMMARY --
  2. System Status is a very lightweight module that gives a simple overview of
  3. current used modules and their version. This would allow administrators to
  4. build their own monitoring interface to check on multiple installations at
  5. once.
  6. This module will NOT check for updates.
  7. In time this module will not only serve 'pull' request but will also have
  8. the possibility to inform by itself using webcalls or syslog or ...
  9. -- REQUIREMENTS --
  10. None.
  11. -- INSTALLATION --
  12. Project URL: http://drupal.org/project/system_status/
  13. GitURL: git clone http://git.drupal.org:project/system_status.git
  14. Download and install the module normally as you would install other
  15. contributed module.
  16. -- USAGE --
  17. After installation go to the admin page under
  18. /admin/config/system/system_status and allow public calls.
  19. (The default entered IP address should work fine)
  20. Once you saved the settings you should be able to:
  21. GET $base_url/admin/reports/system_status
  22. (ex. http://www.my-site.com/admin/reports/system_status )