摘要: 1 22 23 24 25 26 27 故障信息28 {% module Uptime() %}29 30 31 32 33 {% if lists != [] %}34 35 {% end %}36 37 {% for d in lists %... 阅读全文
posted @ 2014-06-27 14:13 fendou999 阅读(248) 评论(0) 推荐(0)
摘要: def check_fmd_service(): try: output = subprocess.check_output('svcs -H -o state fmd',shell=True) state = output.decode('UTF-8').stri... 阅读全文
posted @ 2014-06-27 13:58 fendou999 阅读(247) 评论(0) 推荐(0)