安装完cacti之后图形的标题不显示中文在网上找了一下,需要设置<cacti_path>/lib/functions.php;在此文件中添加一行:setlocale(LC_CTYPE,"zh_CN.UTF-8");然后再刷新一下就可以显示中文了
分类:
其他好文 时间:
2014-12-05 02:03:58
阅读次数:
217
正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the information displayed may not be current,下面的几种情况都有可能引起这个错误,1. selinux是否关闭。一定要关闭这个,开启selinu...
分类:
其他好文 时间:
2014-12-03 10:29:00
阅读次数:
166
#!/bin/bash#setenvexportLANG="en_US.UTF-8"exportPATH=$PATH:/bin/sbin:/usr/sbin#whetherroottorunninguserif[[$(whoami)!=root]];thenecho"pleasesu-rootrunthescript."fiSERVICE=`whichservice`CHKCONFIG=`whichchkconfig`./etc/init.d/functions#settimeinitTime(){yum-y..
分类:
系统相关 时间:
2014-12-02 00:25:59
阅读次数:
319
Chapter 1 Good Parts:JavaScript is an important language because it is the language of the web browser.The very good ideas include functions, loose ty...
分类:
编程语言 时间:
2014-12-01 12:39:07
阅读次数:
287
USE LOL --字符串函数--string functions--ASCLL:从2008版数据库新增,编码与字符串的转换print ascii('abcde')print ascii(' ')--CHAR:将int类型码转换为字符print char (97)--charindex:查找字符串中...
分类:
其他好文 时间:
2014-12-01 10:01:00
阅读次数:
188
解决办法: 将zabbix配置文件CacheSize参数调小或将系统分配的内存共享空间调大 kernel.shmmax,kernel.shmall参考资料: http://www.th7.cn/system/lin/201306/40616.shtml http://myhat.blog.5...
分类:
其他好文 时间:
2014-12-01 10:00:57
阅读次数:
520
Zabbixproxy是一个或多个从监控设备收集监测数据和发送到zabbix-server的进程,属于代表zabbixserver的运行,所有收集到的数据被暂时存放在代理服务器,之后统一由代理服务器转发给zabbixproxy所属的服务器,部署proxy是可选的,但是对于分担单个zabbix服务器的负载是非常有益..
分类:
其他好文 时间:
2014-11-30 17:08:33
阅读次数:
198
在functions.wp-scripts.php下加上以下的代码,可以使用www.xxxx.com/wp-login.php?name=123来访问
add_action('login_enqueue_scripts','login_protection');
function login_protection(){
if($_GET['name'] != '123')he...
分类:
其他好文 时间:
2014-11-30 16:59:28
阅读次数:
216
includes\functions\html_output.php大概323行的zenCssButton函数 function zenCssButton($image = '', $text, $type, $sec_class = '', $parameters = '') { // a...
分类:
Web程序 时间:
2014-11-29 18:54:53
阅读次数:
208
#!/usr/bin/env perl
use warnings;
use strict;
use Getopt::Long;
use FindBin qw($Bin);
use File::Basename qw(basename);
use File::Spec::Functions qw(rel2abs);
##### main program #####
my $mainPL = bas...
分类:
其他好文 时间:
2014-11-29 11:57:36
阅读次数:
218