Actions
Feature #8092
openImplement logfiles proxy plugin
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
A tiny plugin that would allow to "tail" various log files from the system. List of allowed filed would be configured as well as number of last lines returned.
In the Foreman UI, this would be sub-menu or button in the list of Smart Proxies, or on a detail page. By default it would only return foreman-proxy log, latest 500 lines.
For foreman discovery image purposes, the plugin would be installed and configured to return all possible logs (beware the kernel command line which can contain root password). This way, users should be able to view logs from nodes.
Updated by Anonymous almost 9 years ago
- Related to Feature #12715: As a user I would like to know if the Proxy's available plugins are up and running and if they are not running why they did not load added
Updated by Anonymous over 7 years ago
that's at least party there now, Lukas, is there planned more?
Updated by Lukas Zapletal over 7 years ago
Working prototype is here: https://github.com/lzap/smart_proxy_tail
Actions