码迷,mamicode.com
首页 >  
搜索关键字:spawned by agent    ( 4601个结果
简单获取网页源代码
伪装可以在浏览器中审查元素,network中随便选一个查看,看最底下的User-Agent就行了,顺便一提hearders是个字典。 ...
分类:Web程序   时间:2016-05-13 23:24:41    阅读次数:474
logrotate日志切割
最近在搭建日志收集平台,将linux的部分日志收集到elasticsearch上通过kibana进行搜索展现,基本上是标准的ELK架构,但是agent端复用了已有的flume。在功能测试的时候,是将本地messages日志备份出来对备份的日志进行了切割测试。经过一周测试终于完成了,当时的内心是: 日 ...
分类:其他好文   时间:2016-05-13 21:54:37    阅读次数:229
Winform中修改WebBrowser控件User-Agent的方法(已经测试成功)
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices ...
分类:Windows程序   时间:2016-05-13 20:50:10    阅读次数:658
The Quantum L3 router and floating IPs
This post shows how the Quantum L3 Agent uses the Linux IP stack to implement the Quantum L3 Routing and NAT API extensions. It explains in detail how ...
分类:其他好文   时间:2016-05-13 18:55:37    阅读次数:244
安装TFS2015后启用生成功能
安装了TFS2015后,发现高大上呀。可是在传了个DEMO,BUILD生成的时候提示没有 一些文件,生成失败。在服务端安了VS2015后还是这样。 然后转到了代理池里,发现Default的池里没有注册任何Agent,在网上找了会,在官网上找到了相关的要求与说明。安照上面的一步步来,就OK了。 要求: ...
分类:Web程序   时间:2016-05-13 12:48:48    阅读次数:464
zabbix客户端安装
Zabbix客户端安装1.下载安装包官网下载:http://www.zabbix.com/download.php2.安装[root@localhostmedia]#tarzxvfzabbix-3.0.0beta1.tar.gz[root@localhostmedia]#cdzabbix-3.0.0beta1[root@localhostzabbix-3.0.0beta1]#./configure--enable-agent[root@localhostzabbix-3.0...
分类:其他好文   时间:2016-05-13 05:12:50    阅读次数:116
zabbix监控tomcat
zabbix监控tomcat如果之前编译zabbixserver的时候没有加--enable-java1.编译zabbix的时候需要添加参数--enable-java备份zabbix_server.conf和zabbix_agentd.conf文件,重新编译安装zabbix#./configure--enable-server--enable-agent--with-mysql--enable-ipv6--with-net-snmp--..
分类:其他好文   时间:2016-05-13 04:47:58    阅读次数:154
linux curl命令详解
curl是一个利用URL规则在命令行下工作的文件传输工具。它支持文件的上传和下载,所以是综合传输工具,但按传统,习惯称url为下载工具。 -a/--append 上传文件时,附加到目标文件  -A/--user-agent   设置用户代理发送给服务器  - anyauth   可以使用“任何”身份验证方法  -b/--cookie cookie字符串或文件读取位置  - basic 使用HT...
分类:Web程序   时间:2016-05-13 01:15:42    阅读次数:259
Agent proxy
记录,回公司空余时间继续写 AgentConnect.java/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template i...
分类:其他好文   时间:2016-05-13 00:31:11    阅读次数:173
Flume与SparkStreaming集成
1、flume创建配置文件flume-spark-tail-conf.properties``` # The configuration file needs to define the sources, # the channels and the sinks. # Sources, channels and sinks are defined per agent, # in this cas...
分类:Web程序   时间:2016-05-12 18:42:16    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!