Unifi APs in Grafana using SNMP

This is kind of goofy with how Ubiquiti doesn't do well at supporting SNMP.  For one thing, they don't support it through the controller, only directly to each AP.  But, you have to enable it at the controller to have it flip the switch on the…

Unraid shell script for getting stats into Grafana

Continuing the documentation effort.  This is a shell script you run from Unraid in a cron job to feed stats to InfluxDB.  You can then present them in Grafana.  Note about that, I was having a lot of trouble getting the Grafana graphs to present correctly for anything coming from…

Telegraf mixed SNMP config

Following my previous post about Grafana, once everything is installed you'll want to capture some data.  Otherwise, what's the point.  Telegraf is a data gathering tool made by Influxdata.  It's stupid simple to get working with InfluxDB.  After following the previous script, go to…

Grafana on Ubuntu 16.04...easy, I think

Just went through setting up Grafana on Ubuntu 16.04 and thought I would grab the steps I went through.  I'm using a combination of Telegraf and some custom remote scripts to get data into InfluxDB. sudo systemctl enable grafana-server.service sudo systemctl enable telegraf.service sudo reboot…

Grafana, Telegraf, Smokeping, oh my...

So, I've been working on something.  I keep seeing all of these very nice home lab dashboards on /r/homelab and I thought it would be useful to create one for myself.  I present to you, my home dashboard, which is hanging in the kitchen on an old…

Busy, busy, busy

I'm loaded up pretty heavily on classes this semester.  I'm trying to finish up my BS in IS Management.  The workload as I get into 400 level classes has increased significantly.  I have a number of projects that have fallen to the side including: Learn and…