自定义监控项1.确认需监控内容 (例如:登陆用户数)2.确认监控方法(例如:脚本)3.编写脚本 vi /etc/zabbix/custom_shell/current_login_user.sh# who | wc -l4.添加KeyValuse # vi /etc/zabbix/zabbix_agent.d/system_loginuser.confUserParameter=system.loginuser,bash /etc/zabbix/custom_shell/current_logi…
Zabbix 3.0界面焕然一新,一改10多年的老面孔,alpha4的更新具体记录如下:http://www.zabbix.com/rn3.0.0alpha4.php What's New in 3.0.0alpha4 [ZBXNEXT-1762] added years, months and half of months periods displaying on graphs X axis [ZBXNEXT-1679] implemented value map import/export…
CUDA 9.0安装笔记 最近实验室新购买两块K80的GPU.作为好奇的小猪,当然会自报奋勇去配置环境.在这篇博客中将会介绍在centos7下配置CUDA 9.0的步骤. 1. 什么是CUDA? 引用官方介绍 CUDA® is a parallel computing platform and programming model invented by NVIDIA. It enables dramatic increases in computing performance by harnes…