架构理念:[简单][高效][可依赖] 管理理念:[价值][勇气][专注]
摘要: 转载文章 原始出处 在没有nagios监控的情况下,只要服务器能上互联网,就可通过发邮件的方式来提醒管理员系统资源的使用情况。 一、编写linux系统告警邮件脚本 # vim /scripts/sys-warning.sh # chmod a+x /scripts/sys-warning.sh 二、 阅读全文
posted @ 2016-04-18 16:44 文和-Mignet 阅读(457) 评论(0) 推荐(0) 编辑
摘要: cmake source install as follows: 0 cd ~ 1 wget https://cmake.org/files/v3.5/cmake-3.5.2.tar.gz 2 tar xvf cmake-3.5.2.tar.gz This worked for me then: 3 阅读全文
posted @ 2016-04-18 14:28 文和-Mignet 阅读(7385) 评论(0) 推荐(1) 编辑