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…

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…

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…

Nutanix CE challenges

The Nutanix install has been moving along.  I would not say it's ready for more than lab use, but it's getting there.  I'm setting up a 3 node cluster, and one of the nodes, which has an Intel motherboard, kept throwing a generic error…

Nutanix in the house

About 2 months ago Nutanix.com released a free software only version of their magic, called Community Edition.  I got on the list for this as quickly as I could, but I haven't been able to install it until now.  See, I wanted to have an actually cluster,…