Execution
Date 11 Sep 2025 11:22:06 +0100
Duration 00:12:15.26
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
399 Hosts
13 Tasks
5103 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:44.10
  • Play
    Validate provider_metrics output from agent360 (Plesk servers only)
  • Task
    Run agent360 test provider_metrics and clean output

Field Value
changed
False
cmd
set -o pipefail
/usr/local/bin/agent360 test provider_metrics 2>/dev/null | egrep -v "provider_metrics:|#"
delta
0:00:01.036368
end
2025-09-11 11:24:51.431973
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\n/usr/local/bin/agent360 test provider_metrics 2>/dev/null | egrep -v \"provider_metrics:|#\"\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-09-11 11:24:50.395605
stderr

stderr_lines
[]
stdout
{
    "firewall_up": 1,
    "http_response_code": 200,
    "http_response_time_ms": 5.644,
    "imunify360_and_fail2ban": 1,
    "imunify360_license": 2,
    "imunify360_services": 0,
    "imunify360_underlicensed": 0,
    "iptables_entries": 2107,
    "kcare_status": 1,
    "litespeed_nginx_parallel": 0,
    "litespeed_running_ok": 1,
    "monitoring360_ip_dropped": 0,
    "mysql_free_connections": 187,
    "mysql_iptables_drop": 1,
    "mysql_response_time_ms": 5.4073333740234375,
    "oom_kills_since_reboot": 15,
    "queue_size": 72,
    "ram_upgrade_required": 1,
    "recent_oom_kills": 0,
    "smtp_response_time_ms": 6.212711334228516,
    "ssh_port_checksum_ok": 1,
    "time_sync_enabled": 1
}
stdout_lines
[
    "{",
    "    \"firewall_up\": 1,",
    "    \"http_response_code\": 200,",
    "    \"http_response_time_ms\": 5.644,",
    "    \"imunify360_and_fail2ban\": 1,",
    "    \"imunify360_license\": 2,",
    "    \"imunify360_services\": 0,",
    "    \"imunify360_underlicensed\": 0,",
    "    \"iptables_entries\": 2107,",
    "    \"kcare_status\": 1,",
    "    \"litespeed_nginx_parallel\": 0,",
    "    \"litespeed_running_ok\": 1,",
    "    \"monitoring360_ip_dropped\": 0,",
    "    \"mysql_free_connections\": 187,",
    "    \"mysql_iptables_drop\": 1,",
    "    \"mysql_response_time_ms\": 5.4073333740234375,",
    "    \"oom_kills_since_reboot\": 15,",
    "    \"queue_size\": 72,",
    "    \"ram_upgrade_required\": 1,",
    "    \"recent_oom_kills\": 0,",
    "    \"smtp_response_time_ms\": 6.212711334228516,",
    "    \"ssh_port_checksum_ok\": 1,",
    "    \"time_sync_enabled\": 1",
    "}"
]