Execution
Date
12 Dec 2025 12:26:40 +0000
Duration
00:03:14.34
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
398
Hosts
3
Tasks
1183
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusOK
-
Duration00:00:08.32
-
PlayPlaybook
-
TaskCheck for missing Agent360 plugins
-
Date12 Dec 2025 12:28:47 +0000
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/RM10229-missing-plugins.yaml:9)
| Field | Value |
|---|---|
| changed |
False |
| cmd |
set -o pipefail
for p in provider_metrics fpm_errors apache_errors process_runtimes ram_per_user cpu_per_user ; do
if agent360 --info | grep -q "$p"; then
echo "$p: OK"
else
echo "$p: MISSING"
fi
done
|
| delta |
0:00:00.961634 |
| end |
2025-12-12 12:28:40.774600 |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\nfor p in provider_metrics fpm_errors apache_errors process_runtimes ram_per_user cpu_per_user ; do\n if agent360 --info | grep -q \"$p\"; then\n echo \"$p: OK\"\n else\n echo \"$p: MISSING\"\n fi\ndone\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 |
2025-12-12 12:28:39.812966 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
provider_metrics: OK fpm_errors: OK apache_errors: OK process_runtimes: OK ram_per_user: OK cpu_per_user: OK |
| stdout_lines |
[ "provider_metrics: OK", "fpm_errors: OK", "apache_errors: OK", "process_runtimes: OK", "ram_per_user: OK", "cpu_per_user: OK" ] |