码迷,mamicode.com
首页 >  
搜索关键字:agent configuration    ( 10494个结果
flume的基本概念,数据流模型
1.flume的基本概念 本文中所有与flume相关术语都采用斜体英文表示,这些术语的含义如下所示。 flume             一个可靠的,分布式的,用于采集,聚合,传输海量日志数据的系统。 Web Server   一个产生 Events 的系统。 Agent            flume 系统中的一个节点,它主要包含三个部件:Source, Channel...
分类:其他好文   时间:2014-07-15 12:59:26    阅读次数:402
zabbix监控之二----Zabbix受控端及监控项
4.station32受控端安装zabbix4.1:下载所需要用的的程序包:只有受控端是主动模式时才需要装zabbix-sender[root@station32zabbix-agent]#yum-ylocalinstall\zabbix-2.2.3-1.el6.x86_64.rpm\#主程序server端/agent端都需要zabbix-agent-2.2.3-1.el6.x86_64.rpm\#受控端安装agent..
分类:其他好文   时间:2014-07-15 11:30:11    阅读次数:421
ASP.NET使用文件上传控件上传图片
ASPX代码 上传图片 CS代码using System;using System.Configuration; using System.Data; using ...
分类:Web程序   时间:2014-07-15 08:24:49    阅读次数:197
IIS 7.5 IE 10+ 提交Session,Cookie丢失
这是ASP.NET 2.0,3.5和4.0的Bugs,因这些版本无法识别IE10的User-Agent标头字符串,所以无法识别用户浏览器的版本,从而导至了 ASP.NET的特定功能失效,认为游览器不支持Cookies功能,不处理与Cookie相关的程式码等,从而在浏览器中不保存服务器返回的 Sess...
分类:其他好文   时间:2014-07-14 18:54:17    阅读次数:455
Ubuntu开机显示器报错
报错标题:Could not apply the stored configuration for monitors内容是一堆显示器分辨率问题。解决办法:因为我现在用的是笔记本外挂一个显示器,在重启的时候,gnome-setting-deamon 会保存上一次的设置,生成一个monitors.xml...
分类:其他好文   时间:2014-07-13 22:18:10    阅读次数:443
《Continuous Delivery》 Notes 2: Configuration Management
What is Configuration Management?Configuration Management refers to the process by which all artifacts relevant to your project, and the relationships...
分类:其他好文   时间:2014-07-13 21:57:57    阅读次数:232
hadoop 出现FATAL conf.Configuration: error parsing conf file,异常
FATAL conf.Configuration: error parsing conf file: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence. 14/07/12 23:51:40 ERROR namenode....
分类:其他好文   时间:2014-07-13 18:40:22    阅读次数:291
C# 中的 ConfigurationManager类引用方法
在System.Configuration命名空间下死活找不到ConfigurationManager类,执行程序便报错。遇到这种情况,需要对项目添加引用。方法如下:     右键references->add references->assemblies下的framework->勾选System.Configuration->ok     如图所示。 ...
分类:其他好文   时间:2014-07-13 17:59:19    阅读次数:166
zabbix之window客户端安装
配置zabbix_agentd.conf文件,需要修改的地方分别为:Server,Hostname,LogFile,其中Server是zabbix服务器的IP地址,Hostname是本地的主机名,LogFile为zabbix_agentd.log文件的位置,用于记录事件,这里的zabbix_agentd.log填写你新建log文件的位置。新建一个zabbix_agent.l..
分类:Windows程序   时间:2014-07-13 14:11:58    阅读次数:269
configure: error: XML configuration could not be found
执行: ./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm 之后出现   Running FastCGI Process Manager checks checking for php-fpm config file path... $prefix/etc/php-fpm.conf checking for ...
分类:其他好文   时间:2014-07-13 13:50:43    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!