Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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.class.php

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

Project information