mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
Fix the 404 agent not found error msg.
This commit is contained in:
@@ -5780,7 +5780,7 @@ sub init_agent {
|
|||||||
my $code = $client->response->code;
|
my $code = $client->response->code;
|
||||||
if ( $code && $code == 404 ) {
|
if ( $code && $code == 404 ) {
|
||||||
$logger->fatal("API reports agent not found: the agent has been "
|
$logger->fatal("API reports agent not found: the agent has been "
|
||||||
. "deleted, or its UUID (" . ($agent->uuid || '?')
|
. "deleted, or its UUID (" . ($agent->uuid || '?') . ") "
|
||||||
. "is wrong. Check https://cloud.percona.com/agents for a "
|
. "is wrong. Check https://cloud.percona.com/agents for a "
|
||||||
. "list of active agents.");
|
. "list of active agents.");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user