码迷,mamicode.com
首页 >  
搜索关键字:nagios plugin development guidelines    ( 10272个结果
struts2.1.8 spring2.5.6 hibernate3.3G 依赖jar包
----struts2.1.8---- struts2-core-2.1.8.1.jar struts2核心包struts2-json-plugin-2.1.8.1.jar struts2的json插件--var s = {name:"zhangs",age:"18"}struts2-s...
分类:编程语言   时间:2014-06-18 22:18:46    阅读次数:274
有关android 应用的plugin框架调研
1. 借助android提供的shareduserid属性使多个不同的apt共用一个userid,以扫除权限壁垒,获取插件context,继而获取view并载入插件。这样的方式是建立在已经安装完毕的apt基础上的。样例和參考:1) 工作原理介绍:http://892848153.iteye.com/...
分类:移动开发   时间:2014-06-18 19:41:24    阅读次数:304
忘记导入struts2-xxx-plugin-x.x.x.jar导致服务器启动报Unable to load configuration.Caused by: Parent package is not defined: xxx-default
今天做的一个Struts2+MyFaces(JSF)+Spring的应用,为了使用JSF,我的struts.xml中使用了如下代码 ...
分类:其他好文   时间:2014-06-18 16:54:18    阅读次数:441
web development blog(转)
Top 10 jQuery Mobile Code Snippets that you need to knowjQuery Mobileis a framework for mobile web apps and mobile websites with an aim to provide a u...
分类:Web程序   时间:2014-06-18 13:14:47    阅读次数:259
Nagios通过check_http监控一台web应用服务器上多个tomcat服务
如何在nagios监控tomcat,是一个比较简单又复杂的事情,简单是因为如果只监控web应用服务器的一个tomcat服务是否正常运行,那么比较简单;如果要监控tomcat的其他比如连接数比如jvm内存使用率等就比较复杂,google没有适合的监控脚本;如果要监控web应用上面的多个tomcat服务器,而且很多tomcat服务都是跳转式的,那就需要多做很多事情。 一般通常都使用tcp tomcat...
分类:移动开发   时间:2014-06-17 23:21:12    阅读次数:392
Git使用总结-so easy
一、Git的特性 Speed 速度(git是用c语言写的。一般都是提交到本地) Simple design Strong support for non-linear development (thousands of parallel branches)(强有力的支持非线性开发)  Fully distributed(分布式) Able to handle large projects...
分类:其他好文   时间:2014-06-17 21:42:13    阅读次数:272
Configure LBaaS on Ubuntu 14.04
Neutroncontrollernode:vi/etc/neutron/neutron.confservice_plugins=router,lbaas[service_providers]service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:defaultserviceneutron-serverrestartNe..
分类:其他好文   时间:2014-06-17 17:43:51    阅读次数:266
Git使用总结
一、Git的特性Speed 速度(git是用c语言写的。一般都是提交到本地)Simple designStrong support for non-linear development (thousands of parallel branches)(强有力的支持非线性开发)Fully distri...
分类:其他好文   时间:2014-06-17 14:03:06    阅读次数:303
Eclipse的properties插件
分享一个不错的编写properties文件的Eclipse插件(plugin),有了它咱们在修改一些简体中文、繁体中文等Unicode文本时,就不用再运用native2ascii编码了。您能够经过Eclipse中的软件晋级(SoftwareUpdate)装置此插件,过程如下:1、打开Eclipse的Help菜单,将鼠标移到Software..
分类:系统相关   时间:2014-06-16 17:10:01    阅读次数:357
nagios介绍及Server安装(二)
6)、启动相关服务[root@centreon~]#/etc/init.d/httpdstart [root@centreon~]#/etc/init.d/mysqldstart [root@centreon~]#mysqladmin-urootpassword‘111111‘ [root@centreon~]#/etc/init.d/ndo2dbstart7)、WEB界面安装http://192.168.100.187/centreon发现提示php-posix模块没..
分类:移动开发   时间:2014-06-16 15:11:56    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!