Simplify and test Percona::WebAPI::Client.pm according to new web API specs.

This commit is contained in:
Daniel Nichter
2013-01-31 12:58:09 -07:00
parent a8da9c268a
commit 24e505a43d
9 changed files with 332 additions and 99 deletions

View File

@@ -4649,7 +4649,6 @@ sub init_agent {
_info('Initializing agent');
# Do a version-check every time the agent starts. If versions
# have changed, this can affect how services are implemented.
$versions ||= get_versions();
@@ -4698,7 +4697,7 @@ sub init_agent {
# ################################ #
# Run the agent, i.e. exec the main loop to check/update the config
# and services. Doesn't return until service stopped or killed.
# and services. Doesn't return until the service is stopped or killed.
sub run_agent {
my (%args) = @_;