Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1124945
  • 博文数量: 188
  • 博客积分: 2267
  • 博客等级: 大尉
  • 技术积分: 1907
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-01 11:17
文章分类

全部博文(188)

文章存档

2016年(16)

2015年(16)

2014年(12)

2013年(32)

2012年(45)

2011年(67)

发布时间:2016-06-15 13:40:24

部署的zabbix发送邮件每次发送的邮件都是以bin结尾的附件,如下图但是查看文件的工具打开.bin文件,内容如下网上看了下,原因为"Unix系统里,每行结尾只有“<换行>”,即"\n";Windows系统里面,每行结尾是“<回车><换行>”,即“\r\n”;Mac系统里,每行结尾是“<回车>”,即"\r";。一个直接后果是,Unix/Mac系统下.........【阅读全文】

阅读(1707) | 评论(0) | 转发(0)

发布时间:2014-02-21 08:57:20

......【阅读全文】

阅读(1061) | 评论(0) | 转发(0)

发布时间:2013-11-19 11:07:00

#    wget https://raw.github.com/onlytiancai/codesnip/master/shell/sysinfo.sh -P /opt/shell#    crontab -e*/5 * * * *  /bin/sh /opt/shell/sysinfo.sh > /opt/nginx/xxxx/sysinfo.txt############/opt/nginx/xxxx 为网站目录##########http://www.xxx.cn/sysinfo.txt ......【阅读全文】

阅读(1018) | 评论(0) | 转发(0)

发布时间:2013-01-31 16:14:37

请查看附件MRTG 与 Zabbix 监控数据比较.docx......【阅读全文】

阅读(1140) | 评论(0) | 转发(0)

发布时间:2013-01-23 17:01:08

安装snmp yum install net-snmp net-snmp-utils -y 配置snmp vim /etc/snmp/snmpd.conf 替换 com2sec notConfigUser  default      public 为 com2sec local     localhost         .........【阅读全文】

阅读(1198) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册