logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Octopussy::Report - Octopussy Report module

Author

       Sebastien Thebert <octo.devel@gmail.com>

perl v5.22.2                                       2016-05-04                               Octopussy::Report(3)

Functions

New($conf)
       Create a new Report

   Remove($report)
       Removes a Report '$report'

   Modify($old_report,$conf_new)
       Modifies the configuration for the Report '$old_report'

   List($category,$restriction_list)
       Returns list of Reports with category '$category' (if specified)
        and restricted to list '$restriction_list' (if specified)

   Filename($report_name)
       Get the XML filename for the report '$report_name'

   Configuration($report)
       Get the configuration for the report '$report'

   Configurations($sort,$category)
       Get the configuration for all reports

   Categories(@report_restriction_list)
       Returns Reports Categories

   Request($table,$query)
       Data Request with query '$query' from table '$table'

   Generate($rc,$begin,$end,$outputfile,$devices,$services,$data,$conf_mail,$conf_ftp,$conf_scp,$stats,$lang)CmdLine_Export_Options($conf_mail,$conf_ftp,$conf_scp)
       Generates Command Line Export Options (mail/ftp/scp)

   CmdLine($device,$service,$loglevel,$taxonomy,$report,$start,$finish,$pid_param,$conf_mail,$conf_ftp,$conf_scp,$lang)
       Generates Command Line and launch octo_reporter

   Export($file,$conf_mail,$conf_ftp,$conf_scp)
       Exports generated report via Mail, FTP, SCP if defined

   File_Info($file,$begin,$end,$devices,$services,$stats)
       Generates Report's File Information

   File_Info_Tooltip($file,$lang)
       Prints Report's File Information in Tooltip

   Updates_Installation(@reports)Running_List()
       Returns list of Reports in progress

   Valid_Name($name)
       Checks that '$name' is valid for a Report name

Name

       Octopussy::Report - Octopussy Report module

See Also