this post was submitted on 22 Oct 2023
3 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

As in, when I watched YouTube tutorials, I often see YouTubers have a small widget on their desktop giving them an overview of their ram usage, security level, etc. What apps do you all use to track this?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (1 children)

Network/Power/Storage

Pretty cool dashboards. I liked the DHCP clients info, does it also report DHCP reservations?

Where do you do DHCP, on the PFSense or somewhere else?

[–] [email protected] 1 points 11 months ago

does it also report DHCP reservations?

Thanks, and yes, Type "static" are DHCP reservations.

Where do you do DHCP, on the PFSense or somewhere else?

Yes, on pfSense. I use the Python function written by pletch/scrape_pfsense_dhcp_leases.py (on Github) that scrapes the pfSense status_dhcp_leases.php page. Then added my own function for querying my TP-Link APs using SNMP to determine which AP a wireless DHCP client is connected to.

I can throw the script up on Dropbox if you are interested. I am mediocre at writing Python, so it is pretty specific to my environment.