Edit: thanks guy, I think I have enough tools to try out =)
Which application can you recommend to automatically comb through a Linux (Ubuntu) server's log files, search for warnings and errors, and generate a neat report?
#linux #admin #server #selfhosting #selfhosted
Which application can you recommend to automatically comb through a Linux (Ubuntu) server's log files, search for warnings and errors, and generate a neat report?
#linux #admin #server #selfhosting #selfhosted
Dieser Beitrag wurde bearbeitet. (1 Tag her)
rallo •
https://www.monitorix.org
Monitorix :: a free, open source, lightweight system monitoring tool
www.monitorix.orgHolger •
Markus Schmitt ♻️ •
MaMü •
@holger
Holger •
Ne, einfach ein bissl priorisieren, aggregieren, ... würde mir schon reichen.
Markus Schmitt ♻️ •
Und warum sollte das nicht auch Logs durchforsten können .
Holger •
@mamue
greem •
Honestly - steep learning curves but once you're even slightly proficient then you can find all the needles in all the haystacks you want, neatly.
Add in jq for conversion to JSON for a more transportable format.
#YesIAmOld #ClassicToolsFTW #linux #grep #awk #sed
KJ Cornmell •
As the de facto Practical Eclectic Rubbish Lister.. it was built for you..
:)
For example.
https://phoenixtrap.com/2021/09/14/a-good-old-fashioned-perl-log-analyzer/
but TMTOWTDI
#perl
Magnus Hedemark •
Holger •
Magnus Hedemark •
Where I have to "get my learn on" is about crafting Grafana dashboards to make sense of the patterns showing up in the logs. I'd particularly like to write about how to use this stack to monitor health of some common #Fediverse platforms, particularly #GoToSocial and #PeerTube since I'm running them.
What other kinds of applications are you wanting to figure out how to monitor?
Holger •
Grafana is a bit weird. Played with it a year ago or so and remember that the query language for the time series database (influx) many people use was quite weird…
Markus •
The Logfile Navigator: https://lnav.org/
hat eine schöne Filterfunktion -> filter-in und filter-out auch mit regex. Mehr braucht man nicht.
The Logfile Navigator
The Logfile NavigatorHolger •
DrScriptt •
There is a moderate startup curve as you configure okay log entries. But it quickly gets up to speed.
I’ve found a lot of otherwise unknown problems with properly configured logcheck.
Holger •