its_me_gb
@its_me_gb@feddit.uk
- Comment on CMA launches court action against Emma to protect UK consumers. 3 weeks ago:
I’m guessing it’s this www.emma-sleep.co.uk
- Comment on Proxmox server monitoring 6 months ago:
I use Prometheus, Grafana and the proxmox exporter.
Important to note that I run this on a separate machine, not on the proxmox server itself!
- Comment on Homeserver Ansible Playbook 6 months ago:
Looks like it’s encrypted with ansible-vault
- Comment on K3s+Wireguard(?) 8 months ago:
Have you read this? tailscale.com/kb/1185/kubernetes
- Comment on What's Your Preferred Server Monitoring Method? 8 months ago:
Use the Contrib version of the collector, it has many more receivers, processors and exporters
- Comment on What's Your Preferred Server Monitoring Method? 8 months ago:
Node exporter on hosts, OpenTelemetry collector to scrape metrics and collect logs, shipping them to Prometheus and Loki, visualising with Grafana.
- Comment on Radarr lists 8 months ago:
That is what it means, If the movie in your library is not on one of your lists it will be removed from radarr and the file will be deleted from disk.
- Comment on How do you monitor your servers / VPS:es? 10 months ago:
I haven’t, but it looks like I’ve got another exporter to install and dashboard to create 😁
- Comment on How do you monitor your servers / VPS:es? 10 months ago:
Not a whole lot to be honest. But I work with OpenTelemetry everyday for my day job, so it was a little exercise for me.
Though, OTEL does have some advantages in that It is a vendor agnostic collection tool. allowing you to use multiple different collection methods and switch out your backend easily if you wish.
- Comment on How do you monitor your servers / VPS:es? 10 months ago:
Prometheus for metrics
Loki for logs
Grafana for dashboards.
I use node exporter for host metrics (Proxmox/Cams/SFFs/RaspPis/Router) and a number of other *exporters:
- exportarr
- plex-exporter
- unifi-exporter
- bitcoin node exporter
I use the OpenTelemetry collector to collect some of the above metrics, rather than Prometheus itself, as well as docker logs and other log files before shipping them to Prometheus/Loki.
Oh, I also scrape metrics from my Traefik containers using OTEL as well.