码迷,mamicode.com
首页 >  
搜索关键字:spawned by agent    ( 4601个结果
Zabbix Agent安装(linux版)
1.查看linux系统版本及内核;[root@LAMPtools]#uname-r 2.6.32-431.3.1.el6.x86_642.创建用户名和组;[root@LAMP~]#groupaddzabbix [root@LAMP~]#useradd–gzabbixzabbix3.创建新目录;[root@LAMP~]#mkdir/root/tools [root@LAMP~]#mkdir/etc/zabbix [root@LAMP~]#chown–Rzabb..
分类:系统相关   时间:2014-08-09 02:48:37    阅读次数:528
微软云计算介绍与实践(实践之三十一)
今天开始管理私有云中的应用实践了。一、先决条件小张将在实验室环境中的GUEST01服务器上部署销售应用。这将安装和配置agent用于(discover)发现,(inventory)库存和(monitor)监控。Guest01添加到Contoso域中在混合模式下安装SQLServer2012到Guest01中,启用sa帐户和配置密..
分类:其他好文   时间:2014-08-08 16:30:37    阅读次数:264
镜像切换Logreader Agent报错:分发数据库中可能存在不一致的状态(续)
报错: 分发数据库中可能存在不一致的状态: dist_backup_lsn {00000030:000001ba:0004},dist_last_lsn {00000030:000001cd:0004}。请执行 "sp_repldone NULL, NULL, 0, 0, 1",然后执行 sp_re...
分类:数据库   时间:2014-08-08 15:20:36    阅读次数:274
HTTP_USER_AGENT
Welcome to nginx!php $_SERVER['HTTP_USER_AGENT']js navigator.userAgentlte ie6lte ie7lte ie8lte ie9
分类:其他好文   时间:2014-08-08 01:34:54    阅读次数:201
makefile一个模板
INCLUDE+=-I./Include -I/usr/local/include/libxml2 -I/usr/local/ssl/include -I/usr/local/include TARGET=Agent LIB=-lstdc++ -lrt -lpthread -lxml2 OBJS:=...
分类:其他好文   时间:2014-08-06 17:47:21    阅读次数:190
windows puppet manifests 文件维护
初级 puppet windows agent实现简单的msi格式安装包安装及bat文件创建;
分类:Windows程序   时间:2014-08-06 14:31:21    阅读次数:279
java.sizeOf
IntroductionWith java.SizeOf you can measure the real memory size of your Java objects.Download it hereThe project is a little java agent what use the...
分类:编程语言   时间:2014-08-05 15:19:29    阅读次数:200
“Object "netns" is unknown, try "ip help".\n'”报错
tail-f/var/log/neutron/dhcp-agent.logBydefault,CentOS6.4doesnotsupportnetworknamespaces.Ifonewantstotestthenewvirtualizationplatforms(Docker,OpenStack,&co…)onaCentOSserver,allfeatureswon’tbeavailable.ForOpenStackforexample,Neutronwon’tworkasexpected,..
分类:Web程序   时间:2014-08-05 11:35:39    阅读次数:1996
php 实现文件下载,兼容IE、Firefox、Chrome等浏览器
一、下载任意文件: Header("Content-type: application/octet-stream"); $ua = $_SERVER["HTTP_USER_AGENT"]; $encoded_filename = rawurlencode($fil...
分类:Web程序   时间:2014-08-04 20:53:47    阅读次数:628
镜像切换Logreader Agent报错:分发数据库中可能存在不一致的状态
软件环境:Windows Server 2008 R2 sp1 SQL Server 2008 R2 sp2架构:ServerA(主体)+ServerB(镜像)+ServerSub(订阅)+ServerDist(分发)特别注意:ServerDist分发服务器为单机,故开启了Sync_With_Bac...
分类:数据库   时间:2014-08-04 14:04:47    阅读次数:381
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!