码迷,mamicode.com
首页 >  
搜索关键字:agents    ( 188个结果
Replication Agent History View Details
当需要查看snapshot执行的历史详细信息时,可以在distribution server上,使用以下脚本查看use [distribution]--get agent idselect * from [dbo].[MSsnapshot_agents]--get agent history act...
分类:其他好文   时间:2015-10-23 18:33:32    阅读次数:156
//判断用户代理
function IsPC() {var userAgentInfo = navigator.userAgent;var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"];var flag = ....
分类:其他好文   时间:2015-08-28 17:19:27    阅读次数:101
zabbix客户端安装和配置(windows)
下载相应版本客户端软件zabbix_agents_2.4.4.win.zip安装步骤 解压 1.如果是64位系统,则把\bin\win64\下面的三个文件拷贝到c:\zabbix目录下;如果是32位则同理 2.在c:\zabbix目录下新建zabbix_agentd.conf文件,添加以下内容:Lo...
分类:Windows程序   时间:2015-08-26 19:44:24    阅读次数:151
CentOS 6.5 安装部署zabbix(Agent客户端篇)
下载http://www.zabbix.com/downloads/2.2.1/zabbix_agents_2.2.1.linux2_6_23.i386.tar.gz所有Agent版本下载:http://www.zabbix.com/download2.php安装1)创建用户#groupaddzabbix#useradd-gzabbixzabbix2)解压即可#mkdir/etc/zabbix_agent#tar-zxvfzabbix_agents_2.2.1.linux..
分类:其他好文   时间:2015-08-19 02:16:30    阅读次数:342
cobbler基础安装
epel源安装rpm-ivhepel-release-6-8.noarch.rpmyum-yinstallcobblerhttpdrsynctftp-serverxinetddhcpcobbler-webkoanpykickstart*fence-agents*debmirrorsyslinux$$$$$$$$$$$启动cobbler服务/etc/init.d/cobblerdstart$$$$$$$$启动httpd服务/etc/init.d/httpdstart$$$$$$$$$$检..
分类:其他好文   时间:2015-08-16 23:21:30    阅读次数:430
【Thread support library】
一.Mutual exclusionA mutex object facilitates protection against data races and allows safe synchronization of data betweenexecution agents (30.2.5).互斥...
分类:其他好文   时间:2015-08-07 19:20:47    阅读次数:155
zabbix agentd windows安装
1、 ?下载与解压 地址: http://www.zabbix.com/downloads/2.4.0/zabbix_agents_2.4.0.win.zip 解压zabbix_agents_2.4.0.win.zip conf目录存放是agent配置文件 bin文件存放windows下32位和64位安装程序 2、 ?配置...
分类:Windows程序   时间:2015-07-30 21:34:50    阅读次数:287
1. ansible简介
特性:No agents:不需要在被管控主机上安装任意客户端No server:无服务器端,使用时直接运行命令即可Modules in any languages:基于模块工作,可使用任意语言开发模块YAML,not code:使用yaml语言定制剧本playbookSSH by default:基...
分类:其他好文   时间:2015-07-21 23:47:14    阅读次数:208
「深入 Exchange 2013」11 传输架构Part1
阅读过TechNet文档的人肯定对下面这张图不陌生,这张图完整诠释了整个Exchange2013的邮件传输架构,前一章里已经简要讨论过的几个组件都在里头,然而还有一些其他的组件也值得深入讨论。首先咱们来聊聊图里边出现的重要词汇。1、“代理”在这里是指Agents,而非是proxy,即处理..
分类:其他好文   时间:2015-07-08 00:48:47    阅读次数:281
zabbix windows客户端安装设置及服务器邮件通知设置
http://www.zabbix.com/downloads/2.4.4/zabbix_agents_2.4.4.win.zip1、修改文件D:\zabbix\zabbix_agents_2.4.4.win\conf\zabbix_agentd.win.confLogFile=c:\zabbix_agentd.logServer=10.173.230.158ServerActive=10.173.230.158Hostname=platform-web12、安装agent>D:\zab..
分类:Windows程序   时间:2015-07-06 20:13:43    阅读次数:279
188条   上一页 1 ... 14 15 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!