码迷,mamicode.com
首页 >  
搜索关键字:zabbix nginx status    ( 43145个结果
架构上面的东西,越少越好
比如说 传统的php web程序,不管你是nginx 还是httpd 进来,还是要经过php 进来,然后连mysql ,redis ,mongodb ,不能说你用了nginx 就快了多少。nginx真正牛笔之处在于第三方模块,比如说lua ,本身可以处理httpd的请求,还可以联合其他模块,比如.....
分类:其他好文   时间:2014-07-22 23:17:35    阅读次数:471
The Super Powers
The Super PowersTime Limit:1000MSMemory Limit:Unknown64bit IO Format:%lld & %llu[Submit] [Go Back] [Status]DescriptionAThe Super PowersWe all know the...
分类:其他好文   时间:2014-07-22 23:09:34    阅读次数:554
The Monocycle(BFS)
The Monocycle Time Limit: 3000MS64bit IO Format: %lld & %llu [Submit] [Go Back] [Status] Description Problem A: The Monocycle A monocycle is a cycle t...
分类:其他好文   时间:2014-07-22 23:08:53    阅读次数:444
hdu 1019 最小公倍数
简单题 注意__int64 的使用Problem : 1019 ( Least Common Multiple ) Judge Status : AcceptedRunId : 10599776 Language : C++ Author : xiaoniuwinCode Ren...
分类:其他好文   时间:2014-07-22 23:06:34    阅读次数:311
zabbix web场景模拟监控配置
一,zabbix2.2.3 VMware Vsphere exsi监控配置步骤,1,添加监控主机2,添加聚集macro;{$PASSWORD} = yoodo.com{$URL} = http://ip/sdk{$USERNAME} = root3,关联监控模板模板用Template Virt VM...
分类:Web程序   时间:2014-05-01 14:31:32    阅读次数:664
转:nginx防DDOS攻击的简单配置
文章来自于:近期由于工作需要,做了些防DDOS攻击的研究,发现nginx本身就有这方面的模块ngx_http_limit_req_module和ngx_http_limit_conn_module。一、基本介绍 1.ngx_http_limit_req_module 配置格式及说明: 设置一个...
分类:其他好文   时间:2014-05-01 14:11:34    阅读次数:465
zabbix 飞信集成配置
1、环境说明: (Gentoo Linux环境) # uname -aLinux Crob 2.6.34-gentoo #1 SMP Mon May 31 15:45:25 CST 2010 x86_64 Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz Genu...
分类:其他好文   时间:2014-04-30 16:53:08    阅读次数:518
Nginx使用(配置开机启动)
环境: 系统:CentOS 6.5 Final 安装目录:/usr/local/nginxNginx开机自启:①编写shell实现控制vi /etc/init.d/nginx添加内容:#!/bin/bash# nginx Startup script for the Nginx HTTP Ser.....
分类:其他好文   时间:2014-04-30 16:34:10    阅读次数:582
Zabbix监控MySQL
一、安装zabbix-agentrpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/5/x86_64/zabbix-release-2.2-1.el5.noarch.rpm/usr/bin/yum -y install zabbix-server-mysq...
分类:数据库   时间:2014-04-30 14:16:55    阅读次数:639
属性器,转换从数据库中读取的状态
[DataMapping("Status", DbType.Int16)] public System.Int16 Status { get; set; } public string StatusValue { get { if (Status == 0) { return "审核拒绝"; } e...
分类:数据库   时间:2014-04-29 16:45:46    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!