上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页
摘要: ``` graylog-http:必须可外部访问 ``` 阅读全文
posted @ 2020-03-28 19:20 kylingx 阅读(618) 评论(0) 推荐(0) 编辑
摘要: ``` 1.zabbix-mysql : 分区分表脚本 , crontab 2.zabbix-web-nginx : wechat脚本 ,pip requests ``` 阅读全文
posted @ 2020-03-28 19:19 kylingx 阅读(750) 评论(0) 推荐(0) 编辑
摘要: ``` cd /lib/systemd/system/ vim nginx.service [Unit] Description=nginx service After=network.target [Service] Type=forking ExecStart=/usr/local/nginx/sbin/nginx ExecReload=/usr/local/nginx/sbin/nginx 阅读全文
posted @ 2020-03-28 10:38 kylingx 阅读(911) 评论(0) 推荐(0) 编辑
摘要: ``` 各节点部署 yum -y install nfs-utils 下载nfs-client yum -y install git https://github.com/kubernetes-incubator/external-storage git clone https://github.com/kubernetes-incubator/external-storage.git cd nf 阅读全文
posted @ 2020-03-21 16:13 kylingx 阅读(244) 评论(0) 推荐(0) 编辑
摘要: ``` 磁盘是主要的物理存储设备,机械硬盘的性能受其转速(RPM),寻道时间(Seek Time)以及旋转延迟(Rotational latency)的影响. 磁盘规格 机械硬盘的性能指标有三个重要的参数: 寻道时间 – 在磁道之间移动磁头所花费的时间 旋转延迟 – 盘片将数据旋转至磁头下的时间 传输速率 – 磁盘的带宽 理解这些参数之间的关系有助于了解一块磁盘的性能,这些值在决定磁盘性能的两个基 阅读全文
posted @ 2020-03-19 20:28 kylingx 阅读(831) 评论(0) 推荐(0) 编辑
摘要: ``` Intel BMC ipmitool lan print ipmitool lan set 3 ipsrc static ipmitool lan set 3 ipaddr x.x.x.x ipmitool lan set 3 netmask x.x.x.x 宝德 192.168.255.254 ADMIN/11111111 Intel root/11111111 ``` 阅读全文
posted @ 2020-03-19 14:45 kylingx 阅读(475) 评论(0) 推荐(0) 编辑
摘要: ``` 安装ifenslave: sudo apt-get install ifenslave echo "bonding" >>/etc/modules 网卡绑定配置: vim /etc/network/interfaces auto bond0 iface bond0 inet static address 192.168.0.46 netmask 255.255.255.0 bond-sla 阅读全文
posted @ 2020-03-19 14:40 kylingx 阅读(702) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1423297/202003/1423297-20200318170349551-542477447.png) 阅读全文
posted @ 2020-03-18 17:04 kylingx 阅读(400) 评论(0) 推荐(0) 编辑
摘要: ``` (wget http://repo.zabbix.com/zabbix/4.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.4-1%2Bxenial_all.deb) sudo dpkg -i zabbix-release_4.4-1+xenial_all.deb sudo apt-get update sudo apt-get i 阅读全文
posted @ 2020-03-16 16:33 kylingx 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-11 18:37 kylingx 阅读(814) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页