I think it’s a good idea, everyone should be automating this anyway.

  • a_fancy_kiwi@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 month ago

    What monitoring solution do you use? I need to set something up for my own projects but haven’t gotten around to it. Any experience with Nagios?

    • Getting6409@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      If you have the time to spare (a few weeks perhaps, if coming from zero) to experiment and read, Prometheus and Grafana offers a lot and can be really flexible. I use a pretty simple bash script that scrapes my desired https endpoints and writes out the results to a file Prometheus (node-exporter) understands, and from there I can write alert rules in Grafana to fire off notices by email or slack.