Cacti Template for ITWatchdogs Goose Products

By on September 29, 2013 - Geekery

So I’ve recently been moving a bunch of hand-built RRD queries into Cacti for a customer. One of the problems I had was that none of the published templates for the ITWatchdogs Goose units worked, either due to missing XML files, old OIDs, or just plain incorrect setup in the template.

I’ve built a new template by hand and it now finds internal sensors, external temp sensors, and external airflow sensors for you. If you examine the XML files included and compare to the MIB you could easily add more of the sensors.

Installation is easy: (obviously replace /usr/share/cacti with your installation directory)

wget http://devops.jorhett.com:10081/downloads/itwatchdogs-goose-cacti-template.tgz
tar xvzf itwatchdogs-goose-cacti-template.tgz
mv *.xml /usr/share/cacti/resources/snmp_queries/

Then Import the template into Cacti, and start defining your devices!

There is a patch for your copy of Instant Puppet 3 Starter

By on August 21, 2013 - News

So I have done three things:

  1. Gone through the entire ePub file and fixed everything which was marked up in the PreFinal version sent to Packt a few weeks before publishing.
  2. Found and fixed a few small errors introduced between the PreFinal and what a buyer received.
  3. Learned about the ePub file structure and produced a patch.

Yes, I am not kidding. You can PATCH your ePub like so:

$ mkdir epubfix
$ unzip ../"Instant Puppet 3 Starter [eBook].epub"
$ patch < ../InstantPuppet3Starter.patch
$ zip -r ../"Instant Puppet 3 Starter -fixed [eBook].epub" *

It works well. When I started this, I had a fantasy of providing small patches to the file to keep it up to date for everyone. Great idea, since it would only change the different lines, right? Unfortunately, the ePub generator used by Packt eliminates linefeeds in the content. A fix to any sentence inside a chapter causes the entire chapter to be quoted in the patch file. Doh!

So giving away the patch just isn't going to work. I have provided the patch to Packt; I hope they will push out the new version to all buyers. I'll have the patch with me at PuppetConf too, if you have a receipt to show me...

A plea for improving tech tips on the Internet

By on May 10, 2013 - Opinion

If you work or play with computers or phones or technology in any form, you probably spend more a significant portion of your life looking for answers on the Internet. If you are a kind and sharing person, you may even post answers you have found or created to a blog or solutions site. When you do, please ensure that your post has the following information, as it really would improve its usefulness to the reader:
Read More »