码迷,mamicode.com
首页 >  
搜索关键字:cacti threshold    ( 1139个结果
zabbix部署(Linux上部署/监控端/被监控端)
一、监控系统的简单介绍(1)cacti:存储数据能力强,报警性能差(2)nagios:报警性能差,存储数据仅有简单的一段可以判断是否在合理范围内的数据长度,储存在内存中。比如,连续采样数据存储,有连续三次不在合理范围内的数据就报警(3)zabbix:结合上面两种工具的优点,又..
分类:系统相关   时间:2017-02-07 16:47:29    阅读次数:265
Cacti 数据库同步方法
Cacti 数据库同步方法 cacti rrdtool mysql Cacti 不同主机间的数据库同步脚本 使用的软件有 Rsync scp mysql 1.免密钥登录 首先做主备服务器的免密钥登录,要求主服务器能免密钥登录其他节点服务器 1.1 在A机下生成公钥/私钥对。 ssh-keygen - ...
分类:数据库   时间:2017-02-07 16:19:58    阅读次数:253
C#的多线程——使用async和await来完成异步编程(Asynchronous Programming with async and await)
https://msdn.microsoft.com/zh-cn/library/mt674882.aspx 侵删 更新于:2015年6月20日 欲获得最新的Visual Studio 2017 RC文档,参考Visual Studio 2017 RC Documentation。 使用异步编程,你 ...
分类:编程语言   时间:2017-02-05 20:37:37    阅读次数:343
Circuit Breaker Features
Better to use a circuit breaker which supports the following set of features: Automatically time-out calls that take longer than a defined threshold. ...
分类:其他好文   时间:2017-01-19 01:40:16    阅读次数:244
cacti监控 之 mysql connections
cacti监控mysql的线程,并发,连接情况,缓存使用情况,查询方式等等wgetshttps://www.percona.com/downloads/percona-monitoring-plugins/1.1.6/percona-monitoring-plugins-1.1.6.tar.gz(截止2017.1.4最新版本1.1.7)下载解压后只取两个文件1、PHP采集脚本:cppercona-monitor..
分类:数据库   时间:2017-01-17 21:59:25    阅读次数:227
cpu95%,查找问题sql
收到一封告警邮件: Load average on xxx_server reached critical threshold values - 169.5 Current Load Avg = 169.5 是个生产环境的, 于是立马登上服务器看下状况 top - 05:01:00 up 88 da ...
分类:数据库   时间:2017-01-16 01:05:16    阅读次数:248
nagios分组出图代码实现讲解[1]
一、背景鉴于zabbix和cacti的服务分组及图像呈现功能,公司领导以业务最大化稳定为目标导向,对运维部提出“监控系统按服务分组出图实时展现”的功能,运维部属于公司的技术保障支撑部门,面对合理的需求,只能是Yes。二、需求监控系统按服务分组出图实时展现三、软件环境[root..
分类:移动开发   时间:2017-01-13 01:39:06    阅读次数:306
zabbix
简介:zabbix与nagios、cacti共同点:都是用php写出来的网站程序,也就是要运行这三个软件必须要安装LAMP的环境,用LNMP也是一样的,但是,yum安装的话是不支持nginx的配置文件的,yum安装默认会在apache的配置文件下生成一个子配置文件,它能够直接通过ip跟cacti、nagios、zab..
分类:其他好文   时间:2017-01-12 16:15:48    阅读次数:310
Bsim3 学习笔记1
Normal short channel effects The threshold voltage of a long channel device is independent of the channel length L and the drain voltage Vd . Vth decr ...
分类:其他好文   时间:2017-01-11 14:17:24    阅读次数:245
Bsim3 学习笔记8
Temperature Dependence Model A number of important model parameters such as mobility, threshold voltage, saturation velocity, parasitic series resista ...
分类:其他好文   时间:2017-01-11 14:06:41    阅读次数:165
1139条   上一页 1 ... 44 45 46 47 48 ... 114 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!