摘要:
#!/usr/bin/python# -*- coding: utf-8 -*-import cx_Oracle import stringfrom email import encodersfrom email.header import Headerfrom email.mime.text i... 阅读全文
摘要:
#!/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... 阅读全文
摘要:
#!/usr/bin/python#coding=utf-8 import datetime from subprocess import Popen, PIPEimport osimport smtplibfrom email.mime.text import MIMETextfrom emai... 阅读全文