2015年12月18日
摘要: #!/usr/bin/python# -*- coding: utf-8 -*-import cx_Oracle import stringfrom email import encodersfrom email.header import Headerfrom email.mime.text i... 阅读全文
posted @ 2015-12-18 15:29 zhaobin022 阅读(185) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh## latigid010@yahoo.com# 01/06/2000## This Nagios plugin was created to check Oracle status#export ORACLE_SID=testexport ORACLE_BASE=/test/u... 阅读全文
posted @ 2015-12-18 15:27 zhaobin022 阅读(388) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python#coding=utf-8 import datetime from subprocess import Popen, PIPEimport osimport smtplibfrom email.mime.text import MIMETextfrom emai... 阅读全文
posted @ 2015-12-18 15:22 zhaobin022 阅读(296) 评论(0) 推荐(0) 编辑