#! /usr/bin/env python
import os
if(os.system('ping -c 1 -w 1180.23.212.1')==0):
  print 'OK'
else:
  print 'Connection failed'

判断主机是否连通,ping一下返回结果