Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Zabbix is extremly nice.
Why?
API Monitoring for Proxmox and Docker/Podman. Aka "you don't need to setup monitoring for every container/LxC/VM. Do it once for the host,then everything gets autodiscovered.
Active and passive agents as well as SNMP, IPMI,etc. can be combined as you like. Also does Website/service/application/database monitoring, SSG/Telnet checks and nowadys can even do Prometheus and MQTT/Modbus
The proxy is really really worth it. It collects data from nodes you do not want exposed and relays them to the server. This includes all kind of inputs and is really easy to setup.
Due to it being around for two decades there are a shitton of templares for devices - and it's fairly easy to do your own.
Unlike other systems (cough checkmk cough Grafana) there are no features that are only available to paying customers.
The most major downsides are the fact that it's moderately to fairly ressource intensive to run in a small setup(but does consume less than others in large Setups) and it's far less flashy dashboards. (Which are still powerful,though)
Any chance you know of a guide for setting up Zabbix with Proxmox VE for auto discovery that you could recommend?
I must admit I can't find the exact guide I used anymore. Especially not a English one.
But the official guide should help you: https://www.zabbix.com/de/integrations/proxmox
I think whatever I used was pretty close to it. If you have any issues send me a DM.
(And tbf, I use both the Agent2 and the API in a perverse mixture. And for some nodes IPMI on top of it. It's really kinky,but it does the job)