Skip to content

Reporting Slave I/O running #16

@canepan

Description

@canepan

Is it possible to have the status of the "slave_io_running, beyond having 2 values for "slave_sql_running"?
I obtained it changing the "slave_stopped" variable to report it, but I don't think it's the right way of doing it.

Now I have:
$status{'slave_running'} = ($newrow{'slave_sql_running'} eq 'Yes') ? 1 : 0;
$status{'slave_stopped'} = ($newrow{'slave_io_running'} eq 'Yes') ? 0 : 1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions