Archimedes ☒

Component ID

1575774

Component name

Archimedes ☒

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

See http://drupal.org/sandbox/fiasco/1116808 or https://github.com/fiasco/Archimedes-Client-Drupal for the parent codebase.

(copied from Josh's sandbox page)

This module is the Drupal client module for Archimedes Server, a passive application monitoring tool.

*Installation*

You'll need the php archimedes library to use this module that can be found at
https://github.com/fiasco/Archimedes-Library. Click on the Downloads button and
select a compression format to download. Unpack the file and copy the
archimedes.class.php file from the php directory into the root directory of the
archimedes module.

Alternately you can just do:

wget --no-check-certificate https://github.com/fiasco/Archimedes-Library/raw/master/php/archimedes.c...

Which will download the PHP archimedes class right from the master branch.