The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>