The Server Monitor module will monitor and display the status of a number of servers which will be polled by a ping or by retrieving a URL (drupal_http_request or cURL). The status checks can be configured to run during cron.
Description
When cron runs, Server Monitor will iterate through the list of configured servers and check their status (up or down) using the method specified (ping, curl or drupal_http_request). The current status is recorded and is displayed in a block on your website as well as in a JSON feed for use with other services you may have.
Requirements
- cURL, if you wish to use it as a monitor method.
Additional Notes
If you have the Varnish module installed, Server Monitor will automatically ban/purge the JSON feed when cron runs. For this reason, if you are running behind Varnish server(s), it is also best to check the 'Use JSON generated block?' option in the administration menu, as it will ensure that your block displays as up-to-date information as available.
Drush support. You can also use drush to run the server monitor via either drush server-monitor, or the alias drush smon.
The Flexpaper module provides the formatter for File field which is used for showing pdf files using FlexPaper pdf reader.
Version info
Currently this module uses only free Flexpaper 2.1.2 version. So, all pdfs are shown only in flash mode. In this mode Flexpaper take the swf file(s) generated from the pdf. Flexpaper module provides generating of swf files using pdf2swf converter which is part of Swftools utilities collection (see the installation guide).
Document can be loaded in two ways: as one swf file per whole pdf file and as one swf file per the document page (see formatter settings). To provide correct way to search the text in the split mode, flexpaper takes json file generated by pdf2json tool (see the installation guide).
Requirements
1. Swftools should be installed on your server, and pdf2swf tool should be available by command line.
2. To provide correct way to search the text in the split mode your server should also have pdf2json tool installed and available by command line.
3. Your server should support exec() and shell_exec() to run pdf2swf and pdf2json commands.
This module is for people who use Pushtape Music, but want to have the import features of the Discogs project. The module is a Discography Entity Adapter for the Pushtape Discography module. It acts as a bridge between the Discogs 7.x framework, and the Pushtape Music distribution.