码迷,mamicode.com
首页 >  
搜索关键字:zabbix_server functions    ( 2506个结果
cacti出图不显示中文
安装完cacti之后图形的标题不显示中文在网上找了一下,需要设置<cacti_path>/lib/functions.php;在此文件中添加一行:setlocale(LC_CTYPE,"zh_CN.UTF-8");然后再刷新一下就可以显示中文了
分类:其他好文   时间:2014-12-05 02:03:58    阅读次数:217
zabbix server is not running解决办法
正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the information displayed may not be current,下面的几种情况都有可能引起这个错误,1. selinux是否关闭。一定要关闭这个,开启selinu...
分类:其他好文   时间:2014-12-03 10:29:00    阅读次数:166
linux一键优化(适用于RedHat以及衍生版)
#!/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
JavaScript: The Good Parts
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_server无法启动
解决办法: 将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
zabbix企业级分布式监控系统学习—代理分布式Proxy
Zabbixproxy是一个或多个从监控设备收集监测数据和发送到zabbix-server的进程,属于代表zabbixserver的运行,所有收集到的数据被暂时存放在代理服务器,之后统一由代理服务器转发给zabbixproxy所属的服务器,部署proxy是可选的,但是对于分担单个zabbix服务器的负载是非常有益..
分类:其他好文   时间:2014-11-30 17:08:33    阅读次数:198
更改wordpress后台访问路径
在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
zencart更改css按钮的宽度css buttons
includes\functions\html_output.php大概323行的zenCssButton函数 function zenCssButton($image = '', $text, $type, $sec_class = '', $parameters = '') { // a...
分类:Web程序   时间:2014-11-29 18:54:53    阅读次数:208
perl格式化模板
#!/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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!