随笔分类 -  zabbix

摘要:0. 准备工作 0.1 初始化 #!/bin/sh yum clean all systemctl stop firewalld.service systemctl disable firewalld.service sed -i 's/enforcing/disabled/g' /etc/seli 阅读全文
posted @ 2016-10-10 16:07 CarsonFan 阅读(1697) 评论(0) 推荐(0)
摘要:#!/usr/bin/python #coding:utf-8 import smtplib from email.mime.text import MIMEText import sys mail_host = 'smtp.exmail.qq.com' mail_user = '邮箱全称' mai 阅读全文
posted @ 2016-09-01 13:23 CarsonFan 阅读(839) 评论(0) 推荐(0)