App::MadEye::Plugin::Agent::DBI - monitoring DB


App-MadEye documentation  | view source Contained in the App-MadEye distribution.

Index


NAME

Top

App::MadEye::Plugin::Agent::DBI - monitoring DB

SYNOPSIS

Top

    - module: Agent::DBI
      config:
        target:
           - DBI:mysql:database=foo
         user: root
         password: ~

SCHEMA

Top

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

AUTHORS

Top

Tokuhiro Matsuno

SEE ALSO

Top

DBI, App::MadEye


App-MadEye documentation  | view source Contained in the App-MadEye distribution.