AWS API and Python Boto
Quick note on connection to EC2 to list instances. – Ensure IAM User permissions. In my case I tried EC2FullAccess.
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
Quick note on connection to EC2 to list instances. – Ensure IAM User permissions. In my case I tried EC2FullAccess.
Read MoreSome more examples of Python dicts and array general use.
Read MoreIf you hate the Oracle OVM CLI and having to use expect scripts you may want to look into the
Read MoreThis is not a complete script. I was only interested in scheduling a SERVICEGROUP through the Nagios command file (NAGIOSCMD).
Read MoreRecently I needed to find out who is connecting to an Oracle database and at the same time I wanted
Read MoreSometimes you have to rely on a routine to reliably provide dates. In this example I want to know for
Read MoreThis is an update post. Previously I had a post here: http://blog.ls-al.com/check-logfiles-for-recent-entries-only/ The code has been problematic around when a
Read MoreFrequently I have a cron job to check for specific entries in log files but want to avoid being notified
Read MoreI have used several ways in the past to have very simple column headers and subsequent output lines line up.
Read MoreI have a couple previous articles around a similar topic but since I have not added any python code here
Read More