ONO::ToolBox::Test

This module offers some system related test that allow to check and monitor some advanced external features.

Functions

media_processors();

This allows to monitor basic ONO and OS features, including ONO::IO, PDF generation, ImageMagick processing, FFMPEG video processing, HTML to IMG or PDF conversion, etc.

This is generating a report, which will be displayed on the ONO Admin Info screen for example.

-H no HTML (conversion for mail or console for example)

ONO::ToolBox::Test->media_processors( );

monitor();

This allows to monitor basic OS features, currently only ImageMagick is being supported.

If ImageMagick is running and if it can successfully convert an image, then a green LED is being returned. If the image conversion is failing for any reason, then a red LED ist being returned.

ONO::ToolBox::Test->monitor( $mode, $vars_ref );
returns: $HTML

Sub-Modules

none

Dependencies

Optional CPAN Modules

The following modules may be optional, but they are probably required for all features to work properly.

Image::Magick
PDF::Reuse