webmin icon indicating copy to clipboard operation
webmin copied to clipboard

Suggestion: System log viewer

Open stigjoergensen opened this issue 2 years ago • 1 comments

A way to let people add new commands to interact with the journal...

Like for the DHCP server it would be nice to be able to see the logs executed by this command:

journalctl -u isc-dhcp-server -f

and for the DNS server that command could be

journal -u named -f

perhaps i dont need a fancy webinterface, i could just be a txt file located some please that could be appended to the existing set of commands.

stigjoergensen avatar Jan 12 '24 13:01 stigjoergensen

Hello,

I like this suggestion! Also, we don't yet support interactive mode with -f flag in log viewer, which would as well be a great feature to have

iliaross avatar Jan 12 '24 14:01 iliaross

Implemented here https://github.com/webmin/webmin/pull/2170.

iliaross avatar May 25 '24 22:05 iliaross