NAME
App::MadEye::Plugin::Agent::TheSchwartz::Error - monitoring error count of TheSchwartz
SYNOPSIS
- module: Agent::DBI
  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
AUTHORS
Tokuhiro Matsuno