Linux Network monitoring
-
@dustinb3403 said in Linux Network monitoring:
Grafana is a really awesome looking solution. Zabbix is another really good one too.
Grafana is pretty sweet.
-
@scottalanmiller said in Linux Network monitoring:
@dustinb3403 said in Linux Network monitoring:
Grafana is a really awesome looking solution. Zabbix is another really good one too.
Grafana is pretty sweet.
Been to the site,.. but not read much on it other than the basics... would be interesting to see if it would run on a rPi for a small setup
-
@gjacobse said in Linux Network monitoring:
@scottalanmiller said in Linux Network monitoring:
@dustinb3403 said in Linux Network monitoring:
Grafana is a really awesome looking solution. Zabbix is another really good one too.
Grafana is pretty sweet.
Been to the site,.. but not read much on it other than the basics... would be interesting to see if it would run on a rPi for a small setup
it would, likely not well for a ton of systems.
-
If you use Grafana you’ll need something to pipe data into it. It’s just a graphing application. Prometheus and Node Exporter work really well.
-
Yeah Grafana is awesome for having things look really pretty. Personally, I'd prefer a more complete solution like Zabbix.
-
@tim_g said in Linux Network monitoring:
Yeah Grafana is awesome for having things look really pretty. Personally, I'd prefer a more complete solution like Zabbix.
You can do both. There's a connector for Zabbix and Grafana. Here's a demo: http://play.grafana-zabbix.org/dashboard/db/grafana-zabbix-demo?orgId=2
-
@stacksofplates said in Linux Network monitoring:
@tim_g said in Linux Network monitoring:
Yeah Grafana is awesome for having things look really pretty. Personally, I'd prefer a more complete solution like Zabbix.
You can do both. There's a connector for Zabbix and Grafana. Here's a demo: http://play.grafana-zabbix.org/dashboard/db/grafana-zabbix-demo?orgId=2
oh nice, that's awesome!
-
@stacksofplates said in Linux Network monitoring:
If you use Grafana you’ll need something to pipe data into it. It’s just a graphing application. Prometheus and Node Exporter work really well.
Collectd is popular.
-
I've been using Zabbix in production for almost a year now. I really like it. Super easy to setup and configure and it has templates for basically everything I've needed thus far.
-