• 0 Posts
  • 47 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
rss
  • My latest project runs on a VM I use vscode’s ssh editing feature on. I edit the only copy of the file in existence (I have made no backup and there is no version control) and then I restart the systems service.

    So what if I mess it up? Big deal. The discord bot goes down for a few minutes and I fix it.

    Same goes for the machine configs. Ideally the machines are stable, the critical ones get backups, and if they aren’t stable then I suppose the best way to fix it would be in prod ( my VMs run debian, they’re stable).







  • Alright then I’ll do you one better:

    Google regularly abuses their market share dominance in browsers in order to push for changes to web standards that benefit them, such as their web integrity api (which would have prevented blocking ads). This is monopolistic behavior, and the largest ad company on the planet shouldn’t get to decide web standards.

    As a side note: both firefox and Samsung are paid handsomely (just like apple) to have Google as a default search engine. This also is monopolistic behavior, if you built a better product than them then you couldn’t outspend them to get to the same position.













  • SNMP does what you want. You just need a good monitoring solution that’s not as involved as Prometheus+grafana (I feel you, I’ve been there)

    I really enjoy PRTG, but it’s way too expensive for a home lab, still throwing it out there if you feel like you have money to burn.

    I hear good word about libreNMS, it’s next on my list when my PRTG licence runs out.

    Be warned that monitoring is ultimately a fickle thing; what you don’t write in yaml config for grafana, you get to dig through obscure SNMP libs to find out (though I find that’s easier for me, ymmv) for other tools.

    I recommend against: nagios (I like it but if you hate Prometheus it’s definitely not for you), checkmk (throw checkmk into the sun please it just fucking sucks), cacti (NO!), solar winds (why?)

    if you feel like you want to become a datacenter admin: zabbix scales very very well, both in performance and ease of admin against hundreds of servers, but it’s overkill for a home lab, and it can get you lost in configs for hours.