[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Need help with a Python Script
- Subject: [ale] Need help with a Python Script
- From: jdp at algoloma.com (JD)
- Date: Fri, 18 Nov 2011 08:41:02 -0500
- In-reply-to: <[email protected]>
- References: <CAPfJb3rVMf=FErPNEqdvF95bd67G_OUnT7htB_8tOv2_9XCfXw@mail.gmail.com> <[email protected]>
MIT OpenCourseWare has a beginning CS class that uses Python.
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/
Notes, exercises, etc. ... plus video lectures.
> On 11/17/2011 09:47 PM, Chuck Payne wrote:
>> Guys,
>>
>> I need a mentor. I am trying to teach myself Python. I need to create
>> a few script to monitor my servers. But I am having issue with the
>> e-mail part of my script
>>
>> What I want it to do it send me alert with the host name in the
>> Subject and Body, but I am either getting syntax error or when it does
>> work I get None. How can I pass the hostname?
>>