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

octo_uparser - Octopussy UParser program

Author

       Sebastien Thebert <octo.devel@gmail.com>

Description

       octo_uparser is the program used by the Octopussy Project to parse Unknown Logs for each Device

Functions

Exit()
       Softly stops the uparser (current file is fully parsed before exiting)

   Is_Valid_Regexp($message)
       Checks if the regexp from message '$message' is valid

   Is_Regexp_Assemble_Working($ra)
       Checks if Regexp::Assemble will generate a regexp without failure

   Init_Service_Message($m,$ra)
       Inits Message $m if its a valid one

   Init()
       Inits UParser

   Write_Logfile($logfile,$logs)
       Writes Logs '$logs' into Logfile '$logfile'

   Service_Handler($serv,$total,$y,$m,$d,$hour,$min,$file_new)
       Handles Service $serv

   File_Handler($file)
       Handles file $file

Name

       octo_uparser - Octopussy UParser program

See Also

       octo_dispatcher, octo_extractor, octo_parser, octo_reporter, octo_scheduler

perl v5.22.2                                       2016-05-04                                    OCTO_UPARSER(1)

Synopsis

       octo_uparser <device>

See Also