码迷,mamicode.com
首页 >  
搜索关键字:zabbix zookeeper    ( 11694个结果
zabbix在configure时候遇到的问题(CentOS)
zabbix在configure时候遇到的问题(CentOS)为你解答: 在CentOS系统中,安装zabbix进行configure时会遇到以下4个主要问题 ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jab...
分类:其他好文   时间:2015-03-17 23:52:36    阅读次数:364
zookeeper 实现屏障_Barrier
zookeeper 实现屏障_Barrier 根据官网的demo,自己的理解,加了相应的注释,这里把代码贴出来,如下, Barrier package?com.usfot; import?org.apache.zookeeper.CreateMode; import?org.apache.zookeeper.Ke...
分类:其他好文   时间:2015-03-17 20:20:51    阅读次数:133
Centos安装zabbix监控
zabbix是一个基于WEB界面的开源网络监控程序。官网:http://www.zabbix.com/。使用系统为CentOS6.2,监控机IP为192.168.1.100,被监控机IP为192.168.1.200。官方wiki:http://www.zabbix.com/wiki/。 一、监控机安...
分类:其他好文   时间:2015-03-17 18:22:09    阅读次数:250
zookeeper watcher学习笔记
zookeeper watcher学习笔记 All of the read operations in ZooKeeper - getData(), getChildren(), and exists() - have the option of setting a watch as a side effect. Here is ZooKeeper‘s definition of ...
分类:其他好文   时间:2015-03-17 18:20:13    阅读次数:182
zookeeper znode的基本操作
zookeeper znode的基本操作 zk的客户端api, //?创建一个给定的目录节点?path,?并给它设置数据,CreateMode?标识有四种形式的目录节点, //?分别是?PERSISTENT:持久化目录节点,这个目录节点存储的数据不会...
分类:其他好文   时间:2015-03-17 16:05:25    阅读次数:165
zookeeper 基本概念
zookeeper 基本概念 The ZooKeeper Data Model ZooKeeper has a hierarchal name space, much like a distributed file system. The only difference is that each node in the namespace can have data associat...
分类:其他好文   时间:2015-03-17 14:28:05    阅读次数:120
ZABBIX 2.2.3 模板导入错误处理:Screen "Zabbix server health" cell X - 0 Y - 0 is already taken.
好久没写了、、、今天在做ZABBIX模板导入的时候一直报错,刚开始是因为模板关联,后来将关联的模板补全后报Screen"Zabbixserverhealth"cellX-0Y-0isalreadytaken.这个错误。解决方法为:修改模板文件将screens段的内容删除掉,就可以正常导入了。查资料这个问题应该是ZABBIX2.2..
分类:其他好文   时间:2015-03-17 14:25:37    阅读次数:140
zabbix监控主机添加
#安装详见:http://linuxboys.blog.51cto.com/9150052/1601181zabbix中文语言设置:配置设定:vi/usr/share/zabbix/include/locales.inc.php+58#将中文支持的值置为"true"58‘zh_CN‘=>array(‘name‘=>_(‘Chinese(zh_CN)‘),‘display‘=>true),修改位置:zabbix-web主界面..
分类:其他好文   时间:2015-03-17 12:37:40    阅读次数:192
codis__简介
参考文档https://github.com/wandoulabs/codis中文简介https://github.com/wandoulabs/codis/blob/master/doc/tutorial_zh.md安装前提1,安装编译需要 go 环境2,启动需要 先启动 zookeeper原理图...
分类:其他好文   时间:2015-03-17 11:50:45    阅读次数:168
zookeeper 集群安装和配置
zookeeper 集群安装和配置 先主要介绍一下zoo.cfg的基本配置。 tickTime=2000 initLimit=10 syncLimit=5 dataDir=/data dataLogDir=/datalog clientPort=2181 electionAlg=3 server.1=127.0.0.1:20881:30881 serv...
分类:其他好文   时间:2015-03-17 08:15:05    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!