this post was submitted on 13 May 2025
101 points (98.1% liked)

Selfhosted

46672 readers
898 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Another post in the records for the tech blog, this time all about opensource network monitoring with LibreNMS!

top 15 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 month ago (2 children)

Works in a enterprise setting as well

[–] [email protected] 2 points 1 month ago

Absolutely! I'd happily take any comments you have from running it in an enterprise setting, if you care to share.

[–] [email protected] 1 points 1 month ago

My college system is working on implementing it as our network monitoring utility, so far so good

[–] [email protected] 5 points 1 month ago* (last edited 1 month ago) (1 children)

I only have one issue with the post.

The conclusion says use long random SNMP community strings.

Ideally you should be using SNMPv3 because snmp1/2/2c are all clear text.

Apart from that, nice article

[–] [email protected] 7 points 1 month ago (2 children)

You are absolutely correct, thank you. Sadly a bunch of devices still don't support it, even in 2025 (like my microtik switch) for example. I will absolutely add a note about that though, thank you!

[–] [email protected] 5 points 1 month ago

Updated the post to reflect your feedback here. Thank you!

[–] [email protected] 1 points 1 month ago (1 children)

Really? SNMPv3 was ratified in 1998. How does anyone take them seriously without it?

[–] [email protected] 6 points 1 month ago (1 children)

And IPv6 was codified in RFCs and first addresses issued in 1999 but look where we are now. I'd bet your corporate network doesn't use IPv6 still. It's unfortunate, but sometimes the wheels of change are slow.

[–] [email protected] 2 points 1 month ago (1 children)

My home, work, and mobile networks are all dual stacked.

This is a difference in kind. IPv4 live was extended with Nat and cgnat, but nothing equivalent came for snmp.

[–] [email protected] 6 points 1 month ago

Hey good for you, that's awesome! My home network is also dual stacked.

You're right about the apples to oranges comparison, but it's not so wildly off, because the commentary is on adoption of new standards, regardless of bolt-on "fixes." Unauthenticated SNMP went through three revisions prior to adding authentication and encryption support.

[–] [email protected] 3 points 1 month ago (2 children)

@[email protected] have you heard of NixOS? If you'd become a contributor with these bitesized posts that you're doing you'd be increasing the repeatability of your work immensely.

No pressure. Just doing some evangelization 🙂

[–] [email protected] 3 points 1 month ago

I absolutely have and used it for a while before landing on opensuse microos primarily. I absolutely see the benefit and enjoyed the git-centric nature, keeping flakes in repos with a flavor for each machine. What I didn't enjoy, however, was the seemingly poor documentation. Quite frankly too, the drama surrounding the community doesn't inspire confidence either. I decided I ought to try out guix but haven't gotten to it yet. I do actually still have one nixos VM that hosts some services for me and is built entirely on the concept of the impermanence flake. That was pretty cool.

[–] [email protected] 1 points 1 month ago

Nix OS is way more pain than it is worth for me.

There are plenty of alternatives that are much simpler. I prefer just a Debian install managed with tools like Ansible and pyinfra

[–] [email protected] 2 points 1 month ago (1 children)

Thanks! Adding to my list to check out. Grabbed the RSS feed for your blog as well!

[–] [email protected] 2 points 1 month ago

Excellent! Let me know if there are specific things you'd like to hear about.