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::Job - monitoring job count of Qudo

SYNOPSIS

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

SCHEMA

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

SEE ALSO

Qudo, App::MadEye

REPOS

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

AUTHOR

Atsushi Kobayashi <nekokak _at_ gmail dot com>