花了两天时间学习apache与tomcat的集成方法,现在把学习成果记录下来。 apache与tomcat负载集群集成方法有3种jk、jk_proxy、http_proxy 本次集成使用的软件版本:apache:httpd-2.2.17-win32-x86-no_ssl.msi tomcat:apa...
分类:
Web程序 时间:
2014-11-24 19:09:40
阅读次数:
206
查看zabbix 告警脚本位置 [root@zabbix?alertscripts]#?grep?"^AlertScriptsPath"?/etc/zabbix/zabbix_server.conf
AlertScriptsPath=/usr/lib/zabbix/alertscripts 编写告警邮件脚本 #cd?/usr/lib/zabbix/a...
分类:
其他好文 时间:
2014-11-24 13:50:01
阅读次数:
242
apache负责url的转发tomcat负责动态页面处理1将apache的httpd.cof中LoadModuleproxy_modulemodules/mod_proxy.soLoadModuleproxy_http_modulemodules/mod_proxy_http.so注释去掉2添加ProxyPass/apphttp://localhost:8080/appProxyPassReverse/apphttp://localhost:8080/app3重..
分类:
Web程序 时间:
2014-11-24 13:47:26
阅读次数:
143
说明:Zabbix支持分布式监控,利用Proxy代理功能,在其他网络环境中部署代理服务器,将监控数据汇总到Zabbix主服务器,实现多网络的分布式监控,集中监控。1、分布式监控原理Zabbixproxy和Zabbixserver一样,各自监控自己网络内的设备,Proxy将监控数据传给Server,管理员在Ser..
分类:
其他好文 时间:
2014-11-24 13:45:46
阅读次数:
467
1、How to force urllib2 not to use a proxyHere is an example to remove proxy settings for all requests:proxy_handler = urllib2.ProxyHandler({})opener =...
分类:
编程语言 时间:
2014-11-24 11:23:32
阅读次数:
180
在Android SDK Manager Setting 窗口设置HTTP Proxy server和HTTP Proxy Port这个2个参数,分别设置为:HTTP Proxy server:mirrors.neusoft.edu.cnHTTP Proxy Por:80然后把下面的Force .....
分类:
移动开发 时间:
2014-11-22 22:46:56
阅读次数:
193
一 服务端配置
1.配置前先关闭iptables和SELINUX,避免安装过程中报错。
[root@zabbix ~]# service
iptables stop
[root@zabbix ~]# chkconfig
iptables off
[root@zabbix ~]# getenforce
Disabled
[root@zabbix ~]#setenfor...
分类:
其他好文 时间:
2014-11-22 21:37:33
阅读次数:
314
一服务端配置1.配置前先关闭iptables和SELINUX,避免安装过程中报错。[root@zabbix~]#serviceiptablesstop[root@zabbix~]#chkconfigiptablesoff[root@zabbix~]#getenforceDisabled[root@zabbix~]#setenforce02.安装LAMP环境[root@zabbix~]#yuminstall-yhttpdmysqlmysql-serverm..
分类:
其他好文 时间:
2014-11-22 19:00:08
阅读次数:
321
1. 下载goclipse eclipse plugins ??? http://goclipse.googlecode.com/svn/trunk/goclipse-update-site/ (建议使用proxy下载,除非你能直接访问;)) 我在百度网盘上传了最新的goclipse插件包,提供下载:h...
参考官方文档:https://www.zabbix.com/documentation/2.0/manual/discovery/low_level_discovery参考自动监控Linux端口文档:http://ywzhou.blog.51cto.com/2785388/1580160说明:本节将使用脚本形式批量监控WEB页面,再多的URL都可以写在weblist文件中进行自动监控;由于监控..
分类:
Web程序 时间:
2014-11-21 19:04:10
阅读次数:
348