Template Generated Array in Velocity

Today I was trying to do something in a velocity template that I found to be a little harder than I would have guessed. I was trying to manually generate an array from within my template. I had a single template that I needed to wrap some super crude IP checking around. I have a couple of ip addresses which are allowed to see the template code, but everyone else should get the boot.

[Read More]

Developing a Command Parser Based ZenPack

Inspiration I still consider myself a relative newb with Zenoss as well as Python development. A while back I set out to write a custom ZenPack for use with F5 LTMs_. I never would have been able to figure this out without the assistance of a great guide written by Jane Curry. Her outstanding document can be found on the Zenoss community site: http://community.zenoss.org/docs/DOC-10268 I recently had a need for a ZenPack to interact with a couple of Varnish 3. [Read More]