Hello Pelican

So I’ve gone live with a static site using Pelican. Originally I had kicked off my attempts at a static site using Mynt, which I detailed here. There really wasn’t anything wrong with Mynt, it just didn’t feel right to me after having trying to use it.

[Read More]

Running Uptime on Heroku

For today’s adventure I’ve decided to finally get my hands dirty with Heroku. I’ve know about it for a while now, and have gone so far as reading some of the documentation, however I’ve never actually tried using it. So today, I decided to change that.

[Read More]

Publishing A Zenoss ZenPack to PyPi Using Travis-CI

NOTE: It was pointed out to me that while ZenPacks are technically eggs, it is not always safe to promote them as a standard Python module, which is why you don’t see more ZenPacks on PyPi.

So read on if you are curious about how it might work, but please don’t make this part of your standard ZenPack release process.

[Read More]

BIG IP LTM VE on VirtualBox

I wanted to do some testing on a Zenoss BIG-IP ZenPack I wrote today, and I didn’t have the access to a test box that I had when I initially wrote it. So I decided I’d give the BIG-IP LTM VE a whirl.

[Read More]

Cloud Zoom Is Blocking My Modal Dialog Box

The issue I was having is that the Cloud Zoom enhanced image was being displayed in front of my drop down menu as well as my modal dialog box. At first I had only noticed the issue on the drop menu, and was having a hard time figuring out what was going on, and thought perhaps I had done something wrong on the superfish menu. Once I noticed it was also affecting my modal dialog, I became suspicious of cloud zoom.

[Read More]

Sending an SMTP email in Python 3

This took me far longer than it should have, and while I’d like to blame shotty documentation and sparse examples it was probably my own stupidity causing the issue. Whatever the case maybe I wanted to jot down my results as I’m sure I’ll need to do this again.

[Read More]