mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
parent
253e8931a4
commit
833f244781
@ -255,7 +255,7 @@ sub check_master_slave_position {
|
||||
});
|
||||
my $master_result = $options{sql_master}->fetchrow_hashref();
|
||||
|
||||
$self->sql_query_show_slave_status(sql => $options{sql});
|
||||
$self->sql_query_show_slave_status(sql => $options{sql_slave});
|
||||
my $slave_result = $options{sql_slave}->fetchrow_hashref();
|
||||
|
||||
$self->{servers}->{ $options{name_slave} }->{position} = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user