Skip to content

Rick Heil

Mac admin, motorcyclist, sous vide addict


  • About
  • Connect
  • PSU MacAdmins 2016: Graph ALL THE THINGS!
  • PSU MacAdmins 2017: Munki in the Cloud
  • PSU MacAdmins 2017: Reporting with MunkiReport
  • PSU MacAdmins 2019 – Intro to Munki

Tag:

ubuntu

January 29, 2016 Published by: rickheil Posted in: observium

Using WMIC on Linux for Observium

There are a few guides on this already (especially the Windows part), but I figured I’d write something anyhow. I’ve recently come into a small set of Windows servers that need to be added to…

Read the PostUsing WMIC on Linux for Observium

July 2, 2015 Published by: rickheil Posted in: MacAdmin

Nginx as a transparent reverse proxy

I got pretty sick of having to constantly remember to put “:9000” to reach my Graylog web interface, and didn’t really want to mess around with adding SSL support into graylog itself. The solution? Run…

Read the PostNginx as a transparent reverse proxy

June 26, 2015 Published by: rickheil Posted in: MacAdmin

Graylog2 Puppet install notes

Assuming Ubuntu 14.04 “Trusty” as the OS here… this should probably work on Debian 8 with just a change on the Mongo repo. First, install puppet if you haven’t already. sudo apt-get update && sudo…

Read the PostGraylog2 Puppet install notes