The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::MadEye::Plugin::Agent::Qudo::ExceptionLog - monitoring exception count of Qudo

SYNOPSIS

    - module: Agent::Qudo::ExceptionLog
      config:
        target:
           - DBI:mysql:database=foo
         user: root
         password: ~

SCHEMA

    type: map
    mapping:
        target:
            type: seq
            required: yes
            sequence:
                - type: str
        user:
            required: yes
            type: str
        password:
            required: yes
            type: str

SEE ALSO

Qudo, App::MadEye

REPOS

http://github.com/nekokak/App-MadEye-Plugin-Agent-Qudo

AUTHOR

Atsushi Kobayashi <nekokak _at_ gmail dot com>