Execution
Date 18 Mar 2026 11:50:50 +0000
Duration 00:00:04.45
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.4 / 1.7.4
Python 3.10.10
Summary
8 Hosts
1 Tasks
8 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:03.20
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    sin2

Field Value
changed
True
cmd
systemctl status mdmonitor.service
delta
0:00:00.014439
end
2026-03-18 11:50:54.222975
invocation
{
    "module_args": {
        "_raw_params": "systemctl status mdmonitor.service",
        "_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
2026-03-18 11:50:54.208536
stderr

stderr_lines
[]
stdout
● mdmonitor.service - Software RAID monitoring and management
     Loaded: loaded (/usr/lib/systemd/system/mdmonitor.service; enabled; preset: enabled)
     Active: active (running) since Wed 2024-09-04 19:41:13 UTC; 1 year 6 months ago
   Main PID: 1109 (mdadm)
      Tasks: 1 (limit: 815319)
     Memory: 428.0K
        CPU: 4min 25.452s
     CGroup: /system.slice/mdmonitor.service
             └─1109 /sbin/mdadm --monitor --scan --syslog -f --pid-file=/run/mdadm/mdadm.pid

Notice: journal has been rotated since unit was started, output may be incomplete.
stdout_lines
[
    "\u25cf mdmonitor.service - Software RAID monitoring and management",
    "     Loaded: loaded (/usr/lib/systemd/system/mdmonitor.service; enabled; preset: enabled)",
    "     Active: active (running) since Wed 2024-09-04 19:41:13 UTC; 1 year 6 months ago",
    "   Main PID: 1109 (mdadm)",
    "      Tasks: 1 (limit: 815319)",
    "     Memory: 428.0K",
    "        CPU: 4min 25.452s",
    "     CGroup: /system.slice/mdmonitor.service",
    "             \u2514\u25001109 /sbin/mdadm --monitor --scan --syslog -f --pid-file=/run/mdadm/mdadm.pid",
    "",
    "Notice: journal has been rotated since unit was started, output may be incomplete."
]