最近调试Zabbix的时候出现了一个错误:/etc/init.d/zabbix_agentdstart
Startingzabbix_agentd:/opt/program/zabbix/sbin/zabbix_agentd:errorwhileloadingsharedlibraries:libiconv.so.2:cannotopensharedobjectfile:Nosuchfileordirectory[FAILED]原因分析:ld提示找不到库..
分类:
其他好文 时间:
2014-09-11 15:31:36
阅读次数:
263
在本实验中,短信网关使用了中国网建SMS短信通。不同的服务提供商所开发的短信接口不同,不过大都是http接口,脚本略作修改即可~效果图如下:下面是配置步骤:一、zabbix服务器端配置短信脚本假如你的zabbixserver配置文件zabbix_server.conf中AlertScriptsPath参数的路径为/et..
分类:
其他好文 时间:
2014-09-11 15:29:35
阅读次数:
292
随着监控的主机越来越多,zabbix出现了一系列的问题zabbix一直起不来监控日志内容如下:27572:20140911:092454.909usingconfigurationfile:/usr/local/sms/etc/zabbix_server.conf27572:20140911:092454.917currentdatabaseversion(mandatory/optional):02020000/0202000127572..
分类:
其他好文 时间:
2014-09-11 11:24:18
阅读次数:
219
//自适应label self.contentLabel.numberOfLines = 0; CGSize contentsize = CGSizeMake(SCREEN_WIDTH - 2 * RP_MARGIN_W,2000); CGSize cont...
分类:
其他好文 时间:
2014-09-11 09:34:51
阅读次数:
249
Received empty response from Zabbix Agent at [agent]. Assuming that agent dropped connection because of access permission情况:server端一直显示更改server上agentd...
分类:
数据库 时间:
2014-09-11 03:27:01
阅读次数:
11905
A status bar is the bar showing signal, battery and time on the top of the phone's screen. In WP8.1 we it's called status bar, but in WP8.0 it's calle...
分类:
其他好文 时间:
2014-09-09 22:49:49
阅读次数:
186
import traceback
import random
import pygame
from pygame.locals import *
pygame.display.init()
pygame.font.init()
sizes = {
"screen" : ( 300, 480 )
}
colors = {
"font" : ( 138, 69, 252 ),
...
分类:
其他好文 时间:
2014-09-09 18:19:59
阅读次数:
350
import traceback
import math
import pygame
from pygame.locals import *
pygame.display.init()
pygame.font.init()
sizes = {
"screen" : ( 300, 480 )
}
colors = {
"line" : ( 255, 255, 255 ),
...
分类:
其他好文 时间:
2014-09-09 16:11:49
阅读次数:
368
1.背景 写博客快两年了,写了100+的文章,最火的文章也是大家最关注的就是如何实现android系统截屏。其实我们google android_screen_shot就会找到很对办法,但那些都是很多年前的了,在android4.*版本后,android对于源码进行了更正,使得以前的方法都不能够使用。 感谢cjd6568358这名网友,我们一起讨论,最终由他实现了a...
分类:
移动开发 时间:
2014-09-09 16:10:18
阅读次数:
215
①环境yum-yinstallgccmysql-serverhttpdphpphp-mysqlphp-gdphp-bcmathphp-xmlphp-mbstringmysql-develphp-snmpnet-snmp-develnet-snmpnet-snmp-utilsOpenIPMI-develcurl-devel②下载解压wgethttp://prdownloads.sourceforge.net/zabbix/zabbix-2.0.10.tar.gz?downloadtarzxvfz..
分类:
其他好文 时间:
2014-09-09 13:51:39
阅读次数:
199