My Grafana dashboard

With all of this tutorial publishing I've been doing for Grafana, I have neglected to post what mine currently looks like.  So, here it is.  This is the 1080P version.  I also built an iPad version that has a lot of the same info but compressed for the…

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…

Ubiquiti UAP-AC-LR in the house!

I've been having some trouble with my two Apple Airport Extreme's in the house.  They are both a couple of generations old and I got them both used off of Ebay some years ago.  They've served me well and provided good throughput and signal…

Nutanix CE is operational

I've been running on a Nutanix CE install for about a month now.  With the November release they added some much needed GUI controls for the image service.  You can now import ISOs for install images, without having to fiddle with CLI stuff. I've had virtually…