Execution
Date 25 Sep 2024 12:30:19 +0100
Duration 00:02:53.50
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
166 Hosts
9 Tasks
1455 Results
1 Plays
11 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:06.53
  • Play
    Playbook to check if there is left cron as per RM9718
  • Task
    imunify360 : Run imunify360-agent health with --json flag and capture output

Field Value
changed
False
cmd
set -o pipefail
/usr/bin/imunify360-agent health --json
delta
0:00:01.399352
end
2024-09-25 12:32:22.957717
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\n/usr/bin/imunify360-agent health --json\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-09-25 12:32:21.558365
stderr

stderr_lines
[]
stdout
{
    "eula": null,
    "healthy": false,
    "license": {
        "expiration": null,
        "id": "IP-70654-709949-AXOPfyIl",
        "license_type": "imunify360",
        "message": "",
        "redirect_url": "https://cln.cloudlinux.com/console/imunify360/servers/IP-70654-709949-AXOPfyIl/products/IM_1/convert",
        "status": true,
        "user_count": 1,
        "user_limit": 2
    },
    "strategy": "PRIMARY_IDS",
    "version": "7.16.3",
    "warnings": [],
    "why": "no data sent to server"
}
stdout_lines
[
    "{\"healthy\": false, \"why\": \"no data sent to server\", \"strategy\": \"PRIMARY_IDS\", \"warnings\": [], \"version\": \"7.16.3\", \"eula\": null, \"license\": {\"status\": true, \"expiration\": null, \"user_limit\": 2, \"id\": \"IP-70654-709949-AXOPfyIl\", \"user_count\": 1, \"message\": \"\", \"license_type\": \"imunify360\", \"redirect_url\": \"https://cln.cloudlinux.com/console/imunify360/servers/IP-70654-709949-AXOPfyIl/products/IM_1/convert\"}}"
]