Tag: python

Python Suds 0.3.9 – Modified To Allow Choice

10 August, 2010 (09:09) | python | By: Scott

I’ve been using the Python Suds SOAP client to consume web-services for our product at work for reporting purposes. I ran into an issue with suds 0.3.9 and choice elements for remote methods. Thanks to the awesome Actional Diagnostics SOAP Inspector I knew that the web services method I was trying to use had a [...]

Google Visualization API Tutorial With gviz_api Python Module

21 July, 2010 (15:49) | Google Visualization, python | By: Scott

I finally got around to writing up how to use the Google Visualization API with Python. Check out my tutorial here.

Zenoss – Email Event Acknowledgment

7 October, 2008 (10:54) | Zenoss | By: Scott

About a month ago, I wrote a detailed how-to on implementing email based event acknowledgment, in Zenoss. This feature is sorely missing from a lot of “Enterprise Grade” network monitoring systems. I decided to extend Zenoss and write my own. Have a look at my detailed how-to.

Zenoss – Script to Update Min/Max Thresholds via SNMP

3 October, 2008 (15:14) | Zenoss | By: Scott

There was a recent post on the Zenoss Users forum about updating Min/Max thresholds via SNMP. A user wanted to update a temperature threshold from a value obtained via SNMP. What’s the point in making the change in two spots, when you can just update it on your device and have Zenoss automatically catch the [...]

Smokeping – Configure Alerts to Run MTR Trace

1 October, 2008 (15:30) | Scripting | By: Scott

Our Network Engineers at work have been trying to troubleshoot a site-tosite VPN connectivity issue with a remote office for a few weeks. They need to figure out whether or not the connection issues are on our provider’s side or not. As a result, I’d configured our Smokeping installation to monitor the firewall and switch [...]