Execution
Date 12 Sep 2024 13:55:26 +0100
Duration 00:00:35.62
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
11 Hosts
8 Tasks
88 Results
1 Plays
6 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
curl -Ls https://tgz.thecode.casa/agent360_plugins/install.sh  | bash -s apache_error_monitoring
delta
0:00:01.073921
end
2024-09-12 13:55:32.037778
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ncurl -Ls https://tgz.thecode.casa/agent360_plugins/install.sh  | bash -s apache_error_monitoring\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-12 13:55:30.963857
stderr
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   815  100   815    0     0  38809      0 --:--:-- --:--:-- --:--:-- 38809
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2019  100  2019    0     0  54567      0 --:--:-- --:--:-- --:--:-- 56083
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   345  100   345    0     0  10147      0 --:--:-- --:--:-- --:--:-- 10147
Redirecting to /bin/systemctl restart agent360.service
stderr_lines
[
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100   815  100   815    0     0  38809      0 --:--:-- --:--:-- --:--:-- 38809",
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100  2019  100  2019    0     0  54567      0 --:--:-- --:--:-- --:--:-- 56083",
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100   345  100   345    0     0  10147      0 --:--:-- --:--:-- --:--:-- 10147",
    "Redirecting to /bin/systemctl restart agent360.service"
]
stdout
Adding conf, so this is an install
apache_error_monitoring:
{
    "apache_errors": {
        "Scoreboard is full, not at MaxRequestWorkers": 0,
        "Scoreboard is full, note at MaxRequestWorkers.Increase ServerLimit": 0,
        "Server is within MinSpareThreads of MaxRequestWorkers, consider raising the MaxRequestWorkers setting": 0,
        "Server(mpm_event) reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting": 0,
        "Server(mpm_prefork) reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting": 0
    }
}
stdout_lines
[
    "Adding conf, so this is an install",
    "apache_error_monitoring:",
    "{",
    "    \"apache_errors\": {",
    "        \"Scoreboard is full, not at MaxRequestWorkers\": 0,",
    "        \"Scoreboard is full, note at MaxRequestWorkers.Increase ServerLimit\": 0,",
    "        \"Server is within MinSpareThreads of MaxRequestWorkers, consider raising the MaxRequestWorkers setting\": 0,",
    "        \"Server(mpm_event) reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting\": 0,",
    "        \"Server(mpm_prefork) reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting\": 0",
    "    }",
    "}"
]