The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::MadEye::Plugin::Agent::MySQLSlave - monitoring mysql slave.

SCHEMA

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

AUTHORS

Tokuhiro Matsuno

SEE ALSO

DBI, App::MadEye