App::MadEye::Plugin::Agent::DJabberd - monitoring DJabberd



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

the App::MadEye manpage, the DJabberd manpage