NAME
App::MadEye::Plugin::Agent::DBI - monitoring DB
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