Re: [PATCH 0/6] monitoring: restructure into modular architecture and extend workflow coverage
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 16, 2025 at 02:17:16PM +0200, Daniel Gomez wrote: > This patch series restructures kdevops monitoring from a monolithic > architecture into a modular, extensible framework, similar to the recent > work done in other playbooks such as bootlinux or guestfs. Also, expand > workflow coverage to include blktests and sysbench support. > > The modular design allows to have dedicated monitor Ansible code which > makes it easier to maintain in the long run. Use the top level role > files as orchestrators for the individual monitors. > > Note: I have a new monitor built on top of this refactor using the > same pattern. However, I realized that we can make it even easier if > we switch to systemd services. We get journal support as well as proper > service lifecycle management, etc. I think, this would simplify the > implementations significantly and provide more robust monitoring > infrastructure for production environments. > > I'm not planning to send a conversion yet but I figured I'd mentioned it > for discussion and future possible work path. > > Signed-off-by: Daniel Gomez <[email protected]> Applied and pushed, thanks! Luis