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::DJabberd - monitoring DJabberd

SYNOPSIS

    - module: Agent::DJabberd
      config:
        admin_port: 1000
        open_socket_timeout: 10
        select_timeout: 3

SCHEMA

    type: map
    mapping:
        target:
            type: seq
            required: yes
            sequence:
                - type: str
        admin_port:
            required: yes
            type: int
        open_socket_timeout:
            required: no
            type: int
        select_timeout:
            required: no
            type: int

SEE ALSO

App::MadEye, DJabberd