60도를 상회하는 관계로 sensors로 온도 변화를 기록하고자
급하게 작성한 한 스크립트.
물론 쓸모는 없었다는게 함정 ㅋ
import time
from datetime import datetime
from subprocess import check_output
while 1:
print datetime.today().strftime("%Y/%m/%d/ %H:%M:%S")
contents = check_output(['sensors'])
print contents
time.sleep(60)
DELL 서버들은 iDRAC에서 로그를 뽑아내서
엔지니어한테 전달해줘야봐준다능... Orz