SaltStack Minon配置文件 The Salt system is amazingly simple and easy to configure. The two components of the Salt system each have a respective configurat ...
分类:
其他好文 时间:
2018-06-19 13:59:29
阅读次数:
230
数据中心管理——Pillar Pillar is an interface for Salt designed to offer global values that can be distributed to minions. Pillar data is managed in a similar ...
分类:
其他好文 时间:
2018-06-18 19:23:49
阅读次数:
283
通过cobbler与httpd制作本地的yum镜像库,为本地的服务器快速提供可定制的yum仓库;
分类:
其他好文 时间:
2018-06-18 12:46:04
阅读次数:
449
代码:/*@desc:php密码加盐函数@parampass原密码@paramsalt盐@returnret加密后的密码*/functionpasssalt($pass,$salt){$len=mb_strlen($pass);$str1=mb_substr($pass,0,5);$str2=mb_substr($pass,$len-5,5);$ret=md5($str1.$salt.$str2)
分类:
Web程序 时间:
2018-06-17 15:12:22
阅读次数:
554
作用:为了不手动去安装一台一台去salt-minion,并进重复的配置 一、环境 系统环境: #cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) #python -V Python 2.7.5 各节点环境说明: 二、hosts文 ...
分类:
其他好文 时间:
2018-06-16 19:34:56
阅读次数:
356
系统要求 被监控的主机及mysql监控账号,zabbix agent 2.0或以上(最好与zabbix server版本相同),php, php mysql(php版本没有限制,经测试5.3是可以的。最好版本不要太低),Percona Monitoring Plugins for Zabbix 安装 ...
分类:
数据库 时间:
2018-06-15 23:32:15
阅读次数:
283
大纲:一、环境准备二、创建主机三、创建监控项四、查看监控流量图一、环境准备服务器1: IP:192.168.4.66,操作系统:CentOS 7.5 应用程序:zabbix-server-mysql-3.0.18服务器2: IP:192.168.4.58,操作系统:CentOS 6.8 应用程序:zabbix-agent-3.0.18二、创建主机zabbix服务器上操作:2.1、创建主机:单击创建
分类:
其他好文 时间:
2018-06-15 17:09:03
阅读次数:
171
椒盐噪声(salt-and-pepper noise)又称脉冲噪声,它随机改变一些像素值,在二值图像上表现为使一些像素点变白,一些像素点变黑。是由图像传感器,传输信道,解码处理等产生的黑白相间的亮暗点噪声。椒盐噪声往往由图像切割引起,去除脉冲干扰及椒盐噪声最常用的算法是中值滤波。 高斯噪声是指它的概 ...
分类:
其他好文 时间:
2018-06-15 11:00:17
阅读次数:
229
master端安装 minion端安装 在master端验证minion 测试minion存活 列出minion支持的所有模块 查看cron模块的所有函数 查看cron.list_tab用法 使用cron.list_tab ...
分类:
其他好文 时间:
2018-06-14 23:55:32
阅读次数:
247
http://www.ttlsa.com/zabbix/how-to-chose-zabbix-item-type/ zabbix提供十几种监控类型: 监控类型 特性 备注 Zabbix agent 1 zabbix server主动向它收集。 2、系统需要安装agent 3、server检索最大超 ...
分类:
其他好文 时间:
2018-06-14 14:57:20
阅读次数:
198