--- layout: post title: categories: - Coding tags: - devops - icinga - monitoring - ruby - sysadmin status: publish type: post published: true meta: {} author: --- I've just published a gem to simplify access to the Icinga REST API. The Icinga REST API can be use to allow nodes in a multi-server system to get information about … Continue reading Icinga REST ruby gem
Install ruby1.9.2 from source using Puppet
I usually use Ubuntu 10.04 as my server platform. Now that I'm switching to ruby 1.9.2 in production, the utter crapness of the built-in Ubuntu packages has become unsupportable (ruby 1.9.1 doesn't work with Bundler, for example). So, I wanted a way to install ruby 1.9.2 using Puppet. This is what I came up with. … Continue reading Install ruby1.9.2 from source using Puppet