Network monitoring via Glance Dashboard
from Mouette@jlai.lu to selfhosted@lemmy.world on 28 Mar 13:38
https://jlai.lu/post/17147148
from Mouette@jlai.lu to selfhosted@lemmy.world on 28 Mar 13:38
https://jlai.lu/post/17147148
I spent some time learning and configuring my firewall, then displayed it in form of SVG graph on Glance. I’m pretty happy about the result so I wanted to share it :)
threaded - newest
That’s one I haven’t tried. I’ve probably tried most of the other dashboard offerings and decided to go with Homarr. I do like the monitoring aspect of Glance, tho I use NetData for that kind of monitoring. But yeah bro, looks great!
What’s your thought of homepage?
I liked Homepage. Very customizable, very well presented package and the UI is nice. I know, if you are running the *arr stack, it does a lot of interfacing with those apps. Not exclusively the *arr stack as it can interface with ProxMox to show how many VMs you’re running and load/CPU etc.
Name is silly. How does one go about finding the homepage for Homepage?
I agree it’s a bad name. Here is the link gethomepage.dev
It’s pretty bad. That said, I search for “gethomepage” and find it every time.
Glance is cool I love the style and it is well implemented so you can easily add custom HTML and CSS which is what I did to do this custom monitoring. Data are gathered from iptables counters that periodically reset, the hardest and most interesting part was to understand networking and to track packet through applications based on if they were port binded or reverse proxyed (I use Caddy for web facing app I want access to without a VPN). I’ll definitively check more advanced solution, I just needed to do it manually first to actually understand what I’m doing (which took me like 2 weeks until I finally found this gem on ArchLinux wiki www.frozentux.net/…/iptables-tutorial.html)
Do you have persistent IPtables then?Yes, reading comprehension on my part. Doh!
Yes the full recipe is:
Just been at it myself setting up my config for glance with custom css theme. Would love to compare notes, how did you get those network graphs going?
It is using Glance extension module (you can send custom HTML by setting up a local web api like Flask) The graph are HTML SVG tags which are basic drawing you just have to input the x,y coordinates of your graph (I copied Glance market chart) For networking data collection and monitoring I’ve setup my own rules and scripts but it is doable with others network monitoring tools if they let you access data easily
glance is great, and this is an awesome custom addon