I’m pretty new to selfhosting, but one thing that I know to take seriously is log collection. Since there are a lot of different type of logs (kernel log, application logs, etc) and logs come in many different formats (binary, json, strings) - it’s no easy task to collect them centrally and look through them whenever neccessarly.

I’ve looked at grafana and tried the agent briefly, but it wasn’t as easy as I thought (and it might be a too big tool for my needs). So I thought to ask the linuxlemmy community to get some inspiration.

  • hiajen@feddit.de
    link
    fedilink
    arrow-up
    7
    ·
    11 months ago

    In terms if logging: sys journal does the job for me …

    I do run prometheus + grafana for some services but that is mostly for some fancy looking graphics nothing really usefull.

    I would recomend you to monitor updates of you apps so you are well informed when und what to update (i just have subsribed to all the diffrent release git rss feeds)