码迷,mamicode.com
首页 >  
搜索关键字:zabbix_server functions    ( 2506个结果
zabbix2.4.2源码安装
一、安装mysql-5.6.21(通用二进制)useradd-rmysqlmkdir-p/data/mysqlchown-Rmysql.mysql/data/mysqltarxvzfzabbix-2.4.2.tar.gz-C/usr/local/ln-smysql-5.6.21-linux-glibc2.5-x86_64/mysqlcdmysqlchown-Rroot.mysql./*scripts/mysql_install_db--user=mysql--datadir=/data/my..
分类:其他好文   时间:2014-12-23 06:52:23    阅读次数:362
cocos2d-x在Lua中添加3d模型创建3D动画
--3d模型和3D动画的创建require"Cocos2d"localSprite3DScene=class("Sprite3DScene",function()returncc.Scene:create()end)--添加create函数functionSprite3DScene:create()localscene=Sprite3DScene.new()scene:addChild(scene:init())returnsceneend--添加构造函数functionS..
分类:其他好文   时间:2014-12-23 06:45:22    阅读次数:1037
Android快速上手指南(WIP)
JNI是java调用C/C++的一种封装技术,由JVM负责处理真实的JNI call。 Java官方的文档 http://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/functions.html Android平台的 http://developer.android.c...
分类:移动开发   时间:2014-12-22 21:25:15    阅读次数:194
python学习笔记23(时间与日期 (time, datetime包))
Python提供了多个内置模块用于操作日期时间,像calendar,time,datetime。time包time包基于C语言的库函数(library functions)。Python的解释器通常是用C编写的,Python的一些函数也会直接调用C语言的库函数。import timeprint(ti...
分类:编程语言   时间:2014-12-22 12:42:09    阅读次数:176
python获取当天日期
http://www.sharejs.com/codes/python/8032import datetime # Get a date objecttoday = datetime.date.today() # General functions print "Year: %d" % today....
分类:编程语言   时间:2014-12-22 10:53:08    阅读次数:187
【oracle】oracledba10 database trigger
Which type of PL/SQL construct would you use to automatically co rrect the error resulting from a statement that was suspended due to  a space-related problem?   A. functions   B. package   C. pr...
分类:数据库   时间:2014-12-20 20:59:04    阅读次数:206
zabbix监控Oracle
公司业务使用的是一直oracle数据库,老大要求监控表空间剩余大小并且当剩余过小时能够及时报警。刚想出来的方案是通过写脚本获取表空间的数据,通脚本中使用expect自动输入密码登陆oracle用户然后再登陆数据库查询数据返回给zabbix_server。但是由于脚本运行时间大概12秒左右,..
分类:数据库   时间:2014-12-19 19:14:45    阅读次数:735
zabbix 监控tomcat
zabbix自带tomcat的模板可以监控tomcat,配置如下:在zabbix-server段需要安装zabbix-java-geteway,需要在zabbix的官方下载,地址如下:http://repo.zabbix.com/zabbix/需要在zabbix-server中开启以下内容JavaGateway=127.0.0.1JavaGatewayPort=10052StartJavaPollers=5然后重..
分类:其他好文   时间:2014-12-19 19:14:41    阅读次数:198
malloc()与calloc差别
Both the malloc() and the calloc() functions are used to allocate dynamic memory. Each operates slightly different from the other. Both the malloc() a...
分类:其他好文   时间:2014-12-18 15:02:07    阅读次数:133
hdu 5095
Linearization of the kernel functions in SVMTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1001Ac...
分类:其他好文   时间:2014-12-18 06:45:43    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!