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>